]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Port nova-rootwrap changes to cinder-rootwrap
authorThierry Carrez <thierry@openstack.org>
Mon, 23 Jul 2012 14:21:28 +0000 (16:21 +0200)
committerThierry Carrez <thierry@openstack.org>
Mon, 23 Jul 2012 14:23:55 +0000 (16:23 +0200)
commitd2d3c9cba4a647724f75c036a1985a10c966da35
treeb0c43da826bfc204d6f5d36e91948ef1d4f7a702
parent3a2036cccb2852b29d2aca15bd25d9e4ad919bcc
Port nova-rootwrap changes to cinder-rootwrap

Port recent nova-rootwrap changes to cinder-rootwrap, including:
* Move filter definition from Python module to configuration files
* Fix tests execution on Fedora (bug 1027814)
* Remove executable bit on cinder/rootwrap files

This certainly needs a matching change to devstack to pass gating.

Change-Id: I963bc7890ba285ae515ea61bbd960bd2523f9061
bin/cinder-rootwrap
cinder/rootwrap/__init__.py [changed mode: 0755->0644]
cinder/rootwrap/filters.py [changed mode: 0755->0644]
cinder/rootwrap/volume.py [deleted file]
cinder/rootwrap/wrapper.py [changed mode: 0755->0644]
cinder/tests/test_nova_rootwrap.py
etc/cinder/rootwrap.conf [new file with mode: 0644]
etc/cinder/rootwrap.d/volume.filters [new file with mode: 0644]