]> 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)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:17 +0000 (15:20 +0800)
commita939c82141b5ded61121e1200291e8a99b603aa7
tree109c69d60610c106522e7044372674c05c238880
parent378e75d2c94cdafcec4e4c2f273a72edb2ff4d58
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