From 18a018033cba04b1de33bf4a95ab9a67e64f8055 Mon Sep 17 00:00:00 2001 From: Takashi NATSUME Date: Thu, 17 May 2018 08:26:10 +0900 Subject: [PATCH] Fix auth_url example in hypervisor-hyper-v.rst The url path should be 'v3' instead of 'v3.0' in the 'auth_url'. TrivialFix Change-Id: I91528d61bbadc1b30c27985de9511e51ad71e771 --- doc/source/admin/configuration/hypervisor-hyper-v.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/admin/configuration/hypervisor-hyper-v.rst b/doc/source/admin/configuration/hypervisor-hyper-v.rst index 9f47c98dc7d9..4180ae70b7ac 100644 --- a/doc/source/admin/configuration/hypervisor-hyper-v.rst +++ b/doc/source/admin/configuration/hypervisor-hyper-v.rst @@ -375,7 +375,7 @@ on Hyper-V. Below is a sample ``nova.conf`` for Windows: project_name = service username = neutron password = Passw0rd - auth_url = http://IP_ADDRESS:5000/v3.0 + auth_url = http://IP_ADDRESS:5000/v3 auth_type = password [hyperv] vswitch_name = newVSwitch0