nova/etc/nova/rootwrap.d
Tony Breeds fa2e975e7d rootwrap.d cleanup mislabeled files
The form for rootwrap.d files is to include a comment before the filter
with the filename (and preferably) the command the filter matches.

This change ensures that these file comments refer to a valid file in the
tree.  They can be checked with something like:
  for i in `awk '/^#.*py *:/ {print $2}' etc/nova/rootwrap.d/compute.filters \
                 | sort -u` ; do
      ls ${i/:}
  done

* I13c701c390784fa1f7809705741abb46e40973be renamed
   .../libvirt/connection.py to .../libvirt/drver.py
* I400db60fcc29c2d5e2d3b9dabc055649138468eb switched to os-brick and
   removed nova/storage/linuxscsi.py
* I5fc2425d2c25076ea87686b2e41be35f66ebb923 moved .../libvirt/volume.py
   into .../libvirt/volume/
* Update one comment to make the awk script above work.
* Add comments as 'chown' and 'tee' are used in nova/virt/libvirt/

Change-Id: I3d89830e4770a7cf88389fac5a2a684554a29bc5
2017-08-01 16:09:18 +10:00
..
api-metadata.filters Configurable exec_dirs to find rootwrap commands 2012-12-03 15:12:06 +01:00
compute.filters rootwrap.d cleanup mislabeled files 2017-08-01 16:09:18 +10:00
network.filters Merge "Remove mm-ctl from network.filters" 2016-01-28 18:06:32 +00:00