Merge "Add Kolla integration release note"

This commit is contained in:
Zuul 2019-06-21 10:41:47 +00:00 committed by Gerrit Code Review
commit 4d196948a3
2 changed files with 24 additions and 6 deletions

View File

@ -1,9 +1,12 @@
---
features:
- |
Add CORS and HTTPProxyToWSGI support based on oslo_middleware in front
of the Qinling API. The purpose of this middleware is to set up the
request URL correctly in the case there is a proxy (for instance, a
loadbalancer such as HAProxy) in front of the Qinling API.
The HTTPProxyToWSGI is off by default and needs to be enabled via a
configuration value.
Add ``CORS``, ``HTTPProxyToWSGI`` and ``WSGI`` support based on
``oslo_middleware`` library in front of the Qinling API.
The purpose of this middleware is to set up the request URL correctly
in the case there is a proxy (for instance, a loadbalancer such as
HAProxy) in front of the Qinling API.
The ``HTTPProxyToWSGI`` option is ``off`` by default and needs to be
enabled via a configuration value.

View File

@ -0,0 +1,15 @@
---
features:
- |
Qinling is now fully integrated within Kolla (Docker) and Kolla Ansible.
Qinling features supported by Kolla:
* Configure an external Kubernetes cluster
* Use ``etcd`` from Kolla
* Qinling API Apache WSGI deployment
* ``CORS`` configuration
See `Kolla documentation
<https://docs.openstack.org/kolla-ansible/latest/reference/compute/qinling-guide.html>`_ for
details.