diff options
Diffstat (limited to 'deploy')
3 files changed, 3 insertions, 3 deletions
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 |