Skip to content

Commit 0a43266

Browse files
author
earthmant
committed
adding secrets
1 parent 5039c9d commit 0a43266

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/test_examples.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
'openstack_auth_url': False,
2929
'openstack_region': False,
3030
'openstack_project_name': False,
31+
'openstack_tenant_name': False,
3132
'base_image_id': False,
3233
'base_flavor_id': False,
3334
'agent_key_public': True

blueprints/test-blueprint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ inputs:
3131

3232
project_name:
3333
description: OS_TENANT_NAME as specified in Openstack RC file.
34-
default: { get_secret: openstack_tenant_name }
34+
default: { get_secret: openstack_project_name }
3535

3636
user_domain_name:
3737
description: The User Domain name.

0 commit comments

Comments
 (0)