From cec54463608e42cf2cbd746a4078ecc8af2c22da Mon Sep 17 00:00:00 2001 From: Harry Huang Date: Thu, 5 Jan 2017 15:05:17 +0800 Subject: 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 --- .../adapters/ansible/roles/neutron-compute/templates/metadata_agent.ini | 2 +- .../ansible/roles/neutron-controller/templates/metadata_agent.ini | 2 +- .../adapters/ansible/roles/neutron-network/templates/metadata_agent.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'deploy/adapters') diff --git a/deploy/adapters/ansible/roles/neutron-compute/templates/metadata_agent.ini b/deploy/adapters/ansible/roles/neutron-compute/templates/metadata_agent.ini index 5109d8b7..994f0a63 100644 --- a/deploy/adapters/ansible/roles/neutron-compute/templates/metadata_agent.ini +++ b/deploy/adapters/ansible/roles/neutron-compute/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 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 diff --git a/deploy/adapters/ansible/roles/neutron-network/templates/metadata_agent.ini b/deploy/adapters/ansible/roles/neutron-network/templates/metadata_agent.ini index 5109d8b7..994f0a63 100644 --- a/deploy/adapters/ansible/roles/neutron-network/templates/metadata_agent.ini +++ b/deploy/adapters/ansible/roles/neutron-network/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 -- cgit 1.2.3-korg