From 17105cce3a7e7b9e333425e6c6c07c5e518f3642 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Sun, 13 May 2018 00:13:45 +0800 Subject: [PATCH] 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 --- doc/source/admin/configuration/hypervisor-hyper-v.rst | 9 +++++---- doc/source/install/verify.rst | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) 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 |