mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 17:01:39 +08:00
copr: backend: fixup var name for tenant name
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
7e0ae4a83b
commit
f67b7caec8
@@ -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**.
|
||||
|
||||
Reference in New Issue
Block a user