Merge "Update auth_url in install docs" into stable/queens

This commit is contained in:
Zuul 2018-05-20 22:24:33 +00:00 committed by Gerrit Code Review
commit c08489cb10
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 |