Fixed incorrect auth_url in doc

incrorrect :
http://127.0.0.1/5000/v3
correct:
http://127.0.0.1:5000/v3

Change-Id: I3a430f626fdc0f4669dd4ea0d22f43870f44a155
This commit is contained in:
Li Jiale 2018-11-07 08:25:34 +08:00
parent 1c455d4d25
commit 0f0f0a6287
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ is the account information collected in file `vim_config.yaml` [1]_:
.. note::
In Keystone, port `5000` is enabled for authentication service [2]_, so the
end users can use `auth_url: 'http://127.0.0.1/5000/v3` instead of
end users can use `auth_url: 'http://127.0.0.1:5000/v3` instead of
`auth_url: 'http://127.0.0.1/identity'` as above mention.
By default, cert_verify is set as `True`. To disable verifying SSL

View File

@ -69,7 +69,7 @@ remote OpenStack site.
.. note::
In Keystone, port `5000` is enabled for authentication service [1]_, so the
end users can use `auth_url: 'http://127.0.0.1/5000/v3` instead of
end users can use `auth_url: 'http://127.0.0.1:5000/v3` instead of
`auth_url: 'http://127.0.0.1/identity'` as above mention.
Default VIM configuration