4 Commits

Author SHA1 Message Date
Emilien Macchi
389d0fbd06 nova/wsgi: change script path for ubuntu
nova-api-wsgi is now available at /usr/bin/nova-api-wsgi in UCA
packaging so let's use it.

Change-Id: I012ce89554640a39cda5104e62a0f135ec5e92e1
2017-06-26 10:50:02 -04:00
Emilien Macchi
5cf1978b79 nova/wsgi: change script path
nova-api-wsgi is now available at /usr/bin/nova-api-wsgi in RDO
packaging so let's use it instead of relying on the python script
in /usr/share like before. UCA will be updated later when the script
is available in packaging.

Change-Id: I426bfdb9e6c852eb32d10a12e521bb8b47701c41
2017-06-12 15:56:20 +00:00
Xing Zhou
6a11af655e Add customization for wsgi process display name
Change-Id: I09f96ad4e08c9091ffeb4c850e6ec81baa58a5b5
Related-Bug: #1626550
2016-12-22 21:01:28 +08:00
Emilien Macchi
be76a4fbb5 Nova Placement API support
- Nova Placement API deployment in WSGI with Apache
  by using nova::wsgi::apache_placement.
- Keystones resources support for Nova Placement API
  by using nova::keystone::auth_placement.
- Allow to configure [placement] section in nova.conf by using nova::placement.
- nova::wsgi::apache is deprecated in favor of nova::wsgi::apache_api.

Notes:
- This service will be required in the future.
  See docs.openstack.org/developer/nova/placement.html
- Disable testing on Ubuntu, the package is broken and not idempotent.

Change-Id: I7f9bc831005029f12d4259b411b58c0319c2a043
2016-12-20 17:32:11 -05:00