summaryrefslogtreecommitdiffstats
path: root/etc/userconfig/env_config.sh.sample
diff options
context:
space:
mode:
Diffstat (limited to 'etc/userconfig/env_config.sh.sample')
-rw-r--r--etc/userconfig/env_config.sh.sample12
1 files changed, 9 insertions, 3 deletions
diff --git a/etc/userconfig/env_config.sh.sample b/etc/userconfig/env_config.sh.sample
index 4bb77ab6..3909427e 100644
--- a/etc/userconfig/env_config.sh.sample
+++ b/etc/userconfig/env_config.sh.sample
@@ -1,9 +1,15 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
# 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