From f67b7caec8ff58fe6e7d6f1e0cfc796ea44444d9 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 12 Aug 2019 17:38:32 +0200 Subject: [PATCH] copr: backend: fixup var name for tenant name --- roles/copr/backend/templates/keystonerc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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**.