summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDavanum Srinivas (dims) <davanum@gmail.com>2015-12-10 15:18:39 +0000
committerDavanum Srinivas <davanum@gmail.com>2015-12-10 19:52:44 +0300
commitce6ca042806dc09b33d30c56dac88e01d2ea24ec (patch)
tree345d62a0ce3d9c2f4191be3b364be9648d9b5c82 /setup.cfg
parent5c06fa6ea71cf9cd6526c1469dc6e12ab80a3fa1 (diff)
downloadoslo-middleware-ce6ca042806dc09b33d30c56dac88e01d2ea24ec.tar.gz
Re-Add oslo.middleware namespace for backward compat3.2.0
Short Story: If we don't do this then we have to drop, assert:support-upgrade from nova (Really Really Bad!) Longer Story: We need to support kilo paste-ini until liberty-eol per policies already in place. To do that an alternative would have been to cap global-requirements, but that got ruled out, please see work and reasons here: I5731b0278e266699fe716733b6dd4f7238a35586 There's also another new spec openstack-specs that is gathering a lot of positive votes regarding backward compat: I72e4e9cfa0539f6b326a0296c065fa3cb754f8ae Note that this is not a straight revert of: I1479f37f500a358cdf7ad416f0257288b65c9245 As i just want to drop the tests and keep the files to a minimum. The grenade job is enough to test the older scenario (which was failing) which we need to support. Change-Id: I04739bc3987786b4bc1fefc70fabaa69b3de52b4 Closes-Bug: 1524404
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index f006941..599d296 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,7 +20,11 @@ classifier =
[files]
packages =
+ oslo
+ oslo.middleware
oslo_middleware
+namespace_packages =
+ oslo
[entry_points]
oslo.config.opts =