yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #81729
[Bug 1864553] [NEW] [OVN] setup.cfg packages should be set to ovn_octavia_provider
Public bug reported:
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.
** Affects: neutron
Importance: Undecided
Assignee: Corey Bryant (corey.bryant)
Status: In Progress
** Tags: ovn-octavia-provider
** Tags added: ovn-octavia-provider
** Description changed:
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 =
+
+ [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:
+
+ 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.
** Description changed:
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:
+ 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.
--
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:
In Progress
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
Follow ups