diff options
author | Harry Huang <huangxiangyu5@huawei.com> | 2017-01-05 15:05:17 +0800 |
---|---|---|
committer | Harry Huang <huangxiangyu5@huawei.com> | 2017-01-05 15:05:17 +0800 |
commit | cec54463608e42cf2cbd746a4078ecc8af2c22da (patch) | |
tree | f955f9c5e58be5f7373572664c0c9ccd269a4d8d /deploy/adapters/ansible/roles/neutron-controller | |
parent | 92f6ca7bb6d7b2f295406aab34094b1dba76ff94 (diff) |
Fix instance can't get key bug
JIRA:COMPASS-517
modify metadata_agent.ini to support keystone api V3
Change-Id: If0a3a9f687cdb48af740ed6231e96e3e712755f4
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Diffstat (limited to 'deploy/adapters/ansible/roles/neutron-controller')
-rw-r--r-- | deploy/adapters/ansible/roles/neutron-controller/templates/metadata_agent.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/adapters/ansible/roles/neutron-controller/templates/metadata_agent.ini b/deploy/adapters/ansible/roles/neutron-controller/templates/metadata_agent.ini index 5109d8b7..994f0a63 100644 --- a/deploy/adapters/ansible/roles/neutron-controller/templates/metadata_agent.ini +++ b/deploy/adapters/ansible/roles/neutron-controller/templates/metadata_agent.ini @@ -3,7 +3,7 @@ debug = True # The Neutron user information for accessing the Neutron API. -auth_url = http://{{ internal_vip.ip }}:5000/v2.0 +auth_url = http://{{ internal_vip.ip }}:5000/v3 auth_region = RegionOne # Turn off verification of the certificate for ssl # auth_insecure = False |