diff options
author | QiLiang <liangqi1@huawei.com> | 2016-08-29 14:01:23 +0800 |
---|---|---|
committer | qi liang <liangqi1@huawei.com> | 2016-09-06 01:59:23 +0000 |
commit | b38dbe58b5da95b91e684d29b61ce1522e23719f (patch) | |
tree | 7da21005f59024d772a228c2be04dc844935efc6 /deploy/adapters/ansible/openstack_mitaka_xenial | |
parent | 0960913b0d973299b2d93d32d0f558ce607c5f5a (diff) |
Add heat user domain configuration
FIX Rally heat create_update_delete_stack test case failure
for Liberty Ubuntu
JIRA: COMPASS-454
Change-Id: Id4538f9caa5b619d66ab8fe97c63b10688ffe104
Signed-off-by: QiLiang <liangqi1@huawei.com>
(cherry picked from commit 8e21cb6530e6e55d8a080887dfbf93f0d07edeb1)
Diffstat (limited to 'deploy/adapters/ansible/openstack_mitaka_xenial')
-rw-r--r-- | deploy/adapters/ansible/openstack_mitaka_xenial/roles/keystone/templates/admin-openrc-v3.sh | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/deploy/adapters/ansible/openstack_mitaka_xenial/roles/keystone/templates/admin-openrc-v3.sh b/deploy/adapters/ansible/openstack_mitaka_xenial/roles/keystone/templates/admin-openrc-v3.sh deleted file mode 100644 index c3d863e8..00000000 --- a/deploy/adapters/ansible/openstack_mitaka_xenial/roles/keystone/templates/admin-openrc-v3.sh +++ /dev/null @@ -1,19 +0,0 @@ -############################################################################## -# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others. -# -# 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 -############################################################################## -# Verify the Identity Service installation -export OS_PASSWORD={{ ADMIN_PASS }} -export OS_TENANT_NAME=admin -export OS_AUTH_URL=http://{{ internal_vip.ip }}:35357/v3 -export OS_IDENTITY_API_VERSION=3 -export OS_USERNAME=admin -export OS_VOLUME_API_VERSION=2 -export OS_USER_DOMAIN_NAME=Default -export OS_PROJECT_DOMAIN_NAME=Default - - |