summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomoki Sekiyama <tomoki.sekiyama.qu@hitachi.com>2016-05-26 14:29:07 +0900
committerTomoki Sekiyama <tomoki.sekiyama.qu@hitachi.com>2016-11-04 11:52:04 +0000
commitb1eb395cb4d654f06d7f8aa2d09a6f6be5910377 (patch)
tree1a97aabff6345a5d1ebac4d6f57db70007466ea1
parent9b63cb5d00b26b6d8bf105ae306094775cacd8dc (diff)
downloadglance_store-b1eb395cb4d654f06d7f8aa2d09a6f6be5910377.tar.gz
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
-rw-r--r--etc/glance/rootwrap.conf (renamed from etc/rootwrap.conf)0
-rw-r--r--etc/glance/rootwrap.d/glance_cinder_store.filters (renamed from etc/rootwrap.d/glance_cinder_store.filters)0
-rw-r--r--releasenotes/notes/move-rootwrap-config-f2cf435c548aab5c.yaml5
3 files changed, 5 insertions, 0 deletions
diff --git a/etc/rootwrap.conf b/etc/glance/rootwrap.conf
index 421dd25..421dd25 100644
--- a/etc/rootwrap.conf
+++ b/etc/glance/rootwrap.conf
diff --git a/etc/rootwrap.d/glance_cinder_store.filters b/etc/glance/rootwrap.d/glance_cinder_store.filters
index 39f7de6..39f7de6 100644
--- a/etc/rootwrap.d/glance_cinder_store.filters
+++ b/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 0000000..d29e0b6
--- /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.