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>
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>