Enable path expansion in GCE modules

This is basically a replay of #16064 from `gce.py` to other pertinent
`gce_*.py` files. It enables expansions of paths in `gce.ini` like
`~/.project.json`
This commit is contained in:
Johannes Kohnen
2017-03-10 11:31:18 +01:00
committed by Brian Coca
parent 0d0c38400f
commit cc2eecc247
5 changed files with 10 additions and 10 deletions

View File

@@ -179,8 +179,8 @@ def main():
region=dict(required=True),
service_account_email=dict(),
service_account_permissions=dict(type='list'),
pem_file=dict(),
credentials_file=dict(),
pem_file=dict(type='path'),
credentials_file=dict(type='path'),
project_id=dict(), ), )
if not HAS_PYTHON26: