From ce6ca042806dc09b33d30c56dac88e01d2ea24ec Mon Sep 17 00:00:00 2001 From: "Davanum Srinivas (dims)" Date: Thu, 10 Dec 2015 15:18:39 +0000 Subject: Re-Add oslo.middleware namespace for backward compat 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 --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'setup.cfg') 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 = -- cgit v1.2.1