diff --git a/doc/source/admin/configuration/hypervisor-hyper-v.rst b/doc/source/admin/configuration/hypervisor-hyper-v.rst index 5fb8a9fb95..9f47c98dc7 100644 --- a/doc/source/admin/configuration/hypervisor-hyper-v.rst +++ b/doc/source/admin/configuration/hypervisor-hyper-v.rst @@ -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 diff --git a/doc/source/install/verify.rst b/doc/source/install/verify.rst index c0266bad44..43abb5d947 100644 --- a/doc/source/install/verify.rst +++ b/doc/source/install/verify.rst @@ -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 |