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
(cherry picked from commit 18a018033c)
This commit is contained in:
Takashi NATSUME 2018-05-17 08:26:10 +09:00
parent 7887d1d63e
commit e3cdb35882
1 changed files with 1 additions and 1 deletions

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