From b1eb395cb4d654f06d7f8aa2d09a6f6be5910377 Mon Sep 17 00:00:00 2001 From: Tomoki Sekiyama Date: Thu, 26 May 2016 14:29:07 +0900 Subject: [PATCH] Move rootwrap config files from etc/* into etc/glance/* To cleanly utilize devstack's configure_rootwrap function to install rootwrap config files, these should be placed in etc/glance/ directory as nova and cinder do. Change-Id: I6d4ee6929f3c3536424bb6790c958aa464860300 --- etc/{ => glance}/rootwrap.conf | 0 etc/{ => glance}/rootwrap.d/glance_cinder_store.filters | 0 .../notes/move-rootwrap-config-f2cf435c548aab5c.yaml | 5 +++++ 3 files changed, 5 insertions(+) rename etc/{ => glance}/rootwrap.conf (100%) rename etc/{ => glance}/rootwrap.d/glance_cinder_store.filters (100%) create mode 100644 releasenotes/notes/move-rootwrap-config-f2cf435c548aab5c.yaml diff --git a/etc/rootwrap.conf b/etc/glance/rootwrap.conf similarity index 100% rename from etc/rootwrap.conf rename to etc/glance/rootwrap.conf diff --git a/etc/rootwrap.d/glance_cinder_store.filters b/etc/glance/rootwrap.d/glance_cinder_store.filters similarity index 100% rename from etc/rootwrap.d/glance_cinder_store.filters rename to etc/glance/rootwrap.d/glance_cinder_store.filters diff --git a/releasenotes/notes/move-rootwrap-config-f2cf435c548aab5c.yaml b/releasenotes/notes/move-rootwrap-config-f2cf435c548aab5c.yaml new file mode 100644 index 00000000..d29e0b6a --- /dev/null +++ b/releasenotes/notes/move-rootwrap-config-f2cf435c548aab5c.yaml @@ -0,0 +1,5 @@ +--- +upgrade: + - Packagers should be aware that the rootwrap configuration + files have been moved from etc/ to etc/glance/ in order to + be consistent with where other projects place these files.