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:
parent
ffdf6ef717
commit
18a018033c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user