aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters
diff options
context:
space:
mode:
authorJustin chi <chigang@huawei.com>2015-12-22 03:01:59 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-12-22 03:01:59 +0000
commit8375e207ff0e79abe1db56733c9b4da433fc7791 (patch)
tree0da2d5803a3e158063e5447babcda1ffebb8da5e /deploy/adapters
parent98fa75b0d85d57ad715634a4561fbaa5d443f370 (diff)
parent2181f4cdc03f57c84c909ad7b8e2c6b39e37f288 (diff)
Merge "fix openstack username from ADMIN to admin"
Diffstat (limited to 'deploy/adapters')
-rw-r--r--deploy/adapters/ansible/roles/keystone/templates/admin-openrc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/adapters/ansible/roles/keystone/templates/admin-openrc.sh b/deploy/adapters/ansible/roles/keystone/templates/admin-openrc.sh
index f54f4258..0ac21a41 100644
--- a/deploy/adapters/ansible/roles/keystone/templates/admin-openrc.sh
+++ b/deploy/adapters/ansible/roles/keystone/templates/admin-openrc.sh
@@ -2,6 +2,6 @@
export OS_PASSWORD={{ ADMIN_PASS }}
export OS_TENANT_NAME=admin
export OS_AUTH_URL=http://{{ internal_vip.ip }}:35357/v2.0
-export OS_USERNAME=ADMIN
+export OS_USERNAME=admin
export OS_VOLUME_API_VERSION=2