Integration Playbook for Google Cloud DNS module. (#17698)

This commit is contained in:
Tom Melendez 2016-09-22 11:40:57 -07:00 committed by Ryan Brown
commit 97a1b7ded1
5 changed files with 481 additions and 2 deletions

View file

@ -23,7 +23,7 @@ def add_credentials_options(parser):
credentials = yaml.load(open('credentials.yml', 'r'))
default_service_account_email = credentials[
'gce_service_account_email']
default_pem_file = credentials['gce_credentials_file']
default_pem_file = credentials['gce_pem_file']
default_project_id = credentials['gce_project_id']
parser.add_option(