]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Consume sslutils and wsgi modules from oslo.service
authorElena Ezhova <eezhova@mirantis.com>
Fri, 25 Sep 2015 13:07:51 +0000 (16:07 +0300)
committerArmando Migliaccio <armamig@gmail.com>
Thu, 8 Oct 2015 17:58:53 +0000 (17:58 +0000)
commit216d2d0b7594ad05916bcee6ed8f80f1e0b385d0
tree66436f61bcc032a637198c2c7c348b643f43c988
parentc51a66dd947a9601e21f0023c93b8bd045518ff5
Consume sslutils and wsgi modules from oslo.service

sslutils and basic WSGI functionality have been moved to
oslo.service and now Neutron can reuse them.

Marked ssl options that were renamed in oslo.service as
deprecated.

Added a note about possible implications for out-of-tree plugins
to neutron_api.rst

Bumped oslo.service version to 0.9.0.

Related-Bug: #1482633

Depends-On: I0424a6c261fae447dbc25b3abf00258c860a88f5
Change-Id: Ibfdf07e665fcfcd093a0e31274e1a6116706aec2
doc/source/devref/neutron_api.rst
etc/neutron.conf
neutron/agent/metadata/namespace_proxy.py
neutron/api/v2/router.py
neutron/common/config.py
neutron/tests/unit/api/test_extensions.py
neutron/tests/unit/common/test_config.py [deleted file]
neutron/tests/unit/test_wsgi.py
neutron/wsgi.py
requirements.txt