]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Use oslo.rootwrap library instead of local copy
authorThierry Carrez <thierry@openstack.org>
Thu, 6 Feb 2014 15:27:36 +0000 (16:27 +0100)
committerThierry Carrez <thierry@openstack.org>
Fri, 7 Feb 2014 09:58:27 +0000 (10:58 +0100)
commit171efa46e0ce39d02d298b294ab401b03a3f690a
treed6eed1260ac0f481e6621732ddd1b86eee425a3b
parent35790b92012b838ad96a5584bfd803991f937e95
Use oslo.rootwrap library instead of local copy

Remove rootwrap code copied from oslo-incubator, make the
{neutron,quantum}-rootwrap console_script entrypoints point to
oslo.rootwrap code instead.

Adjust bin/{neutron,quantum}-rootwrap[-xen-dom0] so that it calls
into oslo.rootwrap.cmd.

Change-Id: I22df4060d6bca6affd7761fec49d2767ca8f59cf
Implements: blueprint neutron-oslo-rootwrap
bin/neutron-rootwrap
bin/neutron-rootwrap-xen-dom0
bin/quantum-rootwrap
bin/quantum-rootwrap-xen-dom0
neutron/openstack/common/rootwrap/__init__.py [deleted file]
neutron/openstack/common/rootwrap/cmd.py [deleted file]
neutron/openstack/common/rootwrap/filters.py [deleted file]
neutron/openstack/common/rootwrap/wrapper.py [deleted file]
openstack-common.conf
requirements.txt
setup.cfg