Skip to content
Snippets Groups Projects
Commit 33adb334 authored by Stanislav Makar's avatar Stanislav Makar Committed by Matthew Mosesohn
Browse files

Fix openstack tenant id variable name (#1932)

parent ef87a8a1
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
msg: "openstack_region is missing" msg: "openstack_region is missing"
when: openstack_region is not defined or openstack_region == "" when: openstack_region is not defined or openstack_region == ""
- name: check tenant_id value - name: check openstack_tenant_id value
fail: fail:
msg: "tenant_id is missing" msg: "openstack_tenant_id is missing"
when: openstack_tenant_id is not defined or openstack_tenant_id == "" when: openstack_tenant_id is not defined or openstack_tenant_id == ""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment