diff options
Diffstat (limited to 'etc/userconfig')
-rw-r--r-- | etc/userconfig/env_config.sh.sample | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/userconfig/env_config.sh.sample b/etc/userconfig/env_config.sh.sample index 4bb77ab6..f39d8d05 100644 --- a/etc/userconfig/env_config.sh.sample +++ b/etc/userconfig/env_config.sh.sample @@ -1,9 +1,6 @@ # Project-level authentication scope (name or ID), recommend admin project. export OS_PROJECT_NAME=admin -# For identity v2, it uses OS_TENANT_NAME rather than OS_PROJECT_NAME. -export OS_TENANT_NAME=admin - # Authentication username, belongs to the project above, recommend admin user. export OS_USERNAME=admin |