[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:
yatin 2016-12-07 11:06:23 +05:30
parent 438c46e450
commit 5d35b6611f
2 changed files with 8 additions and 2 deletions

View File

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

View File

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