port 8778 is the default openstack port for nova-placement-api. currently ursua uses 8778 for cinde volume backend port. This PR also switches cinder volume backend port to 9776 and nova-placement-api uses 8778 as it's frontend port.
Our upgrade.yml handles cinder controller services before it will upgrade nova so 8778 will be released in time for nova to use it when enabling nova-placement service.
Enables nova-placement-api using uwsgi.
Most of the work came from PR https://github.com/blueboxgroup/ursula/pull/2733.
port 8778 is the default openstack port for nova-placement-api. currently ursua uses 8778 for cinde volume backend port. This PR also switches cinder volume backend port to 9776 and nova-placement-api uses 8778 as it's frontend port.
Our upgrade.yml handles cinder controller services before it will upgrade nova so 8778 will be released in time for nova to use it when enabling nova-placement service.