[doc|install_guide] Fix 'host' config param in [api] section
Currently 'host' param in [api] section is set to hostname which is not correct because 'host' under [api] is of type IPOpt. It should be set to the IP address on which magnum api service should listen. Change-Id: I3e9672eaa6425293c5429aceafc9be3f07e0bf45 Closes-Bug: #1647560
This commit is contained in:
parent
438c46e450
commit
5d35b6611f
@ -361,7 +361,10 @@ Install and configure components
|
||||
|
||||
[api]
|
||||
...
|
||||
host = controller
|
||||
host = CONTROLLER_IP
|
||||
|
||||
Replace ``CONTROLLER_IP`` with the IP address on which you wish magnum api
|
||||
should listen.
|
||||
|
||||
* In the ``[certificates]`` section, select ``barbican`` (or ``local`` if
|
||||
you don't have barbican installed):
|
||||
|
@ -6,7 +6,10 @@
|
||||
|
||||
[api]
|
||||
...
|
||||
host = controller
|
||||
host = CONTROLLER_IP
|
||||
|
||||
Replace ``CONTROLLER_IP`` with the IP address on which you wish magnum api
|
||||
should listen.
|
||||
|
||||
* In the ``[certificates]`` section, select ``barbican`` (or ``x509keypair`` if
|
||||
you don't have barbican installed):
|
||||
|
Loading…
Reference in New Issue
Block a user