Update auth_url in install docs

1. Beginning with the Queens release, the keystone install guide
recommends running all interfaces on the same port. This patch
updates the install guide to reflect that change.
2. update the deprecated neutron auth options

Change-Id: I5c0a6389b759153bae06fa43846f03ac083c3db4
(cherry picked from commit 17105cce3a)
This commit is contained in:
caoyuan 2018-05-13 00:13:45 +08:00 committed by Vu Cong Tuan
parent 365a1d2a13
commit 7887d1d63e
2 changed files with 6 additions and 5 deletions

View File

@ -372,10 +372,11 @@ on Hyper-V. Below is a sample ``nova.conf`` for Windows:
[neutron]
url = http://IP_ADDRESS:9696
auth_strategy = keystone
admin_tenant_name = service
admin_username = neutron
admin_password = Passw0rd
admin_auth_url = http://IP_ADDRESS:35357/v2.0
project_name = service
username = neutron
password = Passw0rd
auth_url = http://IP_ADDRESS:5000/v3.0
auth_type = password
[hyperv]
vswitch_name = newVSwitch0
limit_cpu_features = false

View File

@ -54,7 +54,7 @@ Verify operation of the Compute service.
| | | RegionOne |
| | | internal: http://controller:5000/v3/ |
| | | RegionOne |
| | | admin: http://controller:35357/v3/ |
| | | admin: http://controller:5000/v3/ |
| | | |
| glance | image | RegionOne |
| | | admin: http://controller:9292 |