We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5039c9d commit 0a43266Copy full SHA for 0a43266
.circleci/test_examples.py
@@ -28,6 +28,7 @@
28
'openstack_auth_url': False,
29
'openstack_region': False,
30
'openstack_project_name': False,
31
+ 'openstack_tenant_name': False,
32
'base_image_id': False,
33
'base_flavor_id': False,
34
'agent_key_public': True
blueprints/test-blueprint.yaml
@@ -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 }
35
36
user_domain_name:
37
description: The User Domain name.
0 commit comments