Fix instance can't get key bug 99/26699/1
authorHarry Huang <huangxiangyu5@huawei.com>
Thu, 5 Jan 2017 07:05:17 +0000 (15:05 +0800)
committerHarry Huang <huangxiangyu5@huawei.com>
Thu, 5 Jan 2017 07:05:17 +0000 (15:05 +0800)
JIRA:COMPASS-517

modify metadata_agent.ini to support keystone api V3

Change-Id: If0a3a9f687cdb48af740ed6231e96e3e712755f4
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
deploy/adapters/ansible/roles/neutron-compute/templates/metadata_agent.ini
deploy/adapters/ansible/roles/neutron-controller/templates/metadata_agent.ini
deploy/adapters/ansible/roles/neutron-network/templates/metadata_agent.ini

index 5109d8b..994f0a6 100644 (file)
@@ -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
index 5109d8b..994f0a6 100644 (file)
@@ -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
index 5109d8b..994f0a6 100644 (file)
@@ -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