yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #81736
[Bug 1864553] Re: [OVN] setup.cfg packages should be set to ovn_octavia_provider
Reviewed: https://review.opendev.org/709612
Committed: https://git.openstack.org/cgit/openstack/ovn-octavia-provider/commit/?id=acee7c2134acbbd52a4b98d7be123b4d11eb794a
Submitter: Zuul
Branch: master
commit acee7c2134acbbd52a4b98d7be123b4d11eb794a
Author: Corey Bryant <corey.bryant@xxxxxxxxxxxxx>
Date: Mon Feb 24 16:04:41 2020 -0500
Ensure setup.cfg packages matches root directory
The root directory for the python package is
ovn_octavia_provider so the setup.cfg [files] packages
should match accordingly.
Change-Id: Ief28c375173f869e64aa98a8c972a6f845462217
Closes-Bug: #1864553
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1864553
Title:
[OVN] setup.cfg packages should be set to ovn_octavia_provider
Status in neutron:
Fix Released
Bug description:
I think this should be:
diff --git a/setup.cfg b/setup.cfg
index 5abfadf..1571fea 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,7 +20,7 @@ classifier =
[files]
packages =
- ovn-octavia-provider
+ ovn_octavia_provider
to match the root python package directory.
I hit this when attempting to package ovn-octavia-provider for ubuntu.
The following command fails to install any of the files under
ovn_octavia_provider:
python3.8 setup.py install --install-layout=deb --root /tmp/python3
-ovn-octavia-provider
and is fixed with the change above. That can be run on the cloned
upstream source.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1864553/+subscriptions
References