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

@@ -176,8 +176,8 @@ def main():
state = dict(default='present'),
zone = dict(default='us-central1-b'),
service_account_email = dict(),
pem_file = dict(),
credentials_file = dict(),
pem_file = dict(type='path'),
credentials_file = dict(type='path'),
project_id = dict(),
)
)