yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #19270
[Bug 1358982] [NEW] Bigswitch plugin does not correctly build
Public bug reported:
When running: python setup.py install -O1 --skip-build --root {buildroot} the usr/etc/neutron/plugins/bigswitch directory that gets created contains the following files:
restproxy.ini
README.
But according to git it should contain:
restproxy.ini
ssl/ca_certs/README
ssl/host_certs/README
This makes packaging this plugin problematic because you have files
leftover that you can not attribute to any where in the code and you
have directories that are in repository but are missing after the
install step.
This is directly caused by commit:
https://github.com/openstack/neutron/commit/7255e056092f034daaeb4246a812900645d46911
** Affects: neutron
Importance: Undecided
Assignee: Kris Lindgren (klindgren)
Status: In Progress
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1358982
Title:
Bigswitch plugin does not correctly build
Status in OpenStack Neutron (virtual network service):
In Progress
Bug description:
When running: python setup.py install -O1 --skip-build --root {buildroot} the usr/etc/neutron/plugins/bigswitch directory that gets created contains the following files:
restproxy.ini
README.
But according to git it should contain:
restproxy.ini
ssl/ca_certs/README
ssl/host_certs/README
This makes packaging this plugin problematic because you have files
leftover that you can not attribute to any where in the code and you
have directories that are in repository but are missing after the
install step.
This is directly caused by commit:
https://github.com/openstack/neutron/commit/7255e056092f034daaeb4246a812900645d46911
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1358982/+subscriptions
Follow ups
References