Skip to content

Commit

Permalink
adding secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
earthmant committed May 26, 2020
1 parent 5039c9d commit 0a43266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
'openstack_auth_url': False,
'openstack_region': False,
'openstack_project_name': False,
'openstack_tenant_name': False,
'base_image_id': False,
'base_flavor_id': False,
'agent_key_public': True
Expand Down
2 changes: 1 addition & 1 deletion blueprints/test-blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ inputs:

project_name:
description: OS_TENANT_NAME as specified in Openstack RC file.
default: { get_secret: openstack_tenant_name }
default: { get_secret: openstack_project_name }

user_domain_name:
description: The User Domain name.
Expand Down

0 comments on commit 0a43266

Please sign in to comment.