Comment 1 for bug 1647560

Revision history for this message
yatin (yatinkarel) wrote :

Developer doc also needs an update: http://git.openstack.org/cgit/openstack/magnum/tree/doc/source/install-guide-from-source.rst

current:
[api]

host = controller

host is an IPOpt, so only ip can be specified otherwise magnum service will not start.

Correct:
[api]

host = <IP>