snap.openstack/snap_openstack
Corey Bryant 4544448c83 Drop unreachable/unnecessary code
Drop code that is no longer used or no longer required since the move
back to strictly confined snaps.

* Everything is run as root in strict snaps so there's no need
  to drop privileges, no need to chown dirs/templates to anything
  but root, and the default dir/file modes should suffice.
* copyfiles: we wanted to move away from this and finally did, so
  so it's no longer used.
* rchown and rchmod: these are no longer used.

chmod is still used by nova-hypervisor, so let's keep it. I'm not
sure that we still need chown, but I've left that in case we happen
to.

Change-Id: I45be76121b73f0c354a9bcc4014af534455cb533
2017-07-14 13:47:28 +00:00
..
2017-05-04 10:27:14 -04:00
2017-07-14 13:47:28 +00:00
2017-07-14 13:47:28 +00:00
2016-11-10 12:41:41 +00:00
2017-07-14 13:47:28 +00:00