diff --git a/horizon/dashboards/settings/templates/settings/project/openrc.sh.template b/horizon/dashboards/settings/templates/settings/project/openrc.sh.template index ac70ad103..ff761c877 100644 --- a/horizon/dashboards/settings/templates/settings/project/openrc.sh.template +++ b/horizon/dashboards/settings/templates/settings/project/openrc.sh.template @@ -11,7 +11,7 @@ export OS_AUTH_URL={{ auth_url }} # With the addition of Keystone we have standardized on the term **tenant** # as the entity that owns the resources. -export OS_TENANT_ID={{ tenant_id }} +export OS_TENANT_NAME={{ tenant_id }} # In addition to the owning entity (tenant), openstack stores the entity # performing the action as the **user**.