diff --git a/roles/copr/backend/templates/keystonerc b/roles/copr/backend/templates/keystonerc index 20192e18e9..406be07235 100644 --- a/roles/copr/backend/templates/keystonerc +++ b/roles/copr/backend/templates/keystonerc @@ -13,7 +13,7 @@ export OS_AUTH_URL=http://172.23.0.2:5000/v2.0 # as the entity that owns the resources. export OS_TENANT_ID={{ copr_tenant_id }} -export OS_TENANT_NAME={{ copr_tenant_name }} +export OS_TENANT_NAME={{ copr_nova_tenant_name }} # In addition to the owning entity (tenant), openstack stores the entity # performing the action as the **user**.