Skip to content

Commit 39d4a99

Browse files
committed
ansible: project_name -> project_id
RSS-Engineering/undercloud-rackspace#505
1 parent b39b93d commit 39d4a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/openstack/sensors/sensor-keystone-oslo-event.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ spec:
102102
- "ansible-playbook"
103103
- "storage_on_svm_create.yml"
104104
- --extra-vars
105-
- "svm_name=os-{{workflow.parameters.project_id}} project_name={{steps.convert-project-id.outputs.result}} env=dev"
105+
- "svm_name=os-{{workflow.parameters.project_id}} project_id={{steps.convert-project-id.outputs.result}} env=dev"
106106
- "-i"
107107
- "inventory/uc-dev/01-nautobot.yaml"
108108
# TODO: this shouldn't be hardcodod to dev, but will work since

0 commit comments

Comments
 (0)