in api section servername must be controller ip address : doc Install and configure for Ubuntu in Installation Guide for Container Infrastructure Management Service
Bug #1647560 reported by
ydemiral
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Magnum |
Fix Released
|
High
|
yatin |
Bug Description
/etc/magnum/
otherviews give an error, magnum-api not working, connection failed from endpoint
-------
Release: 0.1 on 2016-12-01 10:52
SHA: ada6f27968bfa52
Source: http://
URL: http://
Changed in magnum: | |
importance: | Undecided → Wishlist |
status: | In Progress → Invalid |
Changed in magnum: | |
status: | Invalid → In Progress |
importance: | Wishlist → High |
To post a comment you must log in.
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>