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
This commit is contained in:
Takashi NATSUME 2018-05-17 08:26:10 +09:00
parent ffdf6ef717
commit 18a018033c

View File

@ -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