summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAbhishek Kekane <akekane@redhat.com>2020-08-07 19:52:18 +0000
committerAbhishek Kekane <akekane@redhat.com>2020-08-10 06:16:23 +0000
commit3b71ce2d476a9fc4fa86091711d0b8ca1dff8868 (patch)
treea79d5fa1ec61131dfdf66a2142c86c9bd1d2d65c /setup.cfg
parent4a9c5d2fa94b772dc41f4fabb3c3d6961d884811 (diff)
downloadglance_store-3b71ce2d476a9fc4fa86091711d0b8ca1dff8868.tar.gz
Copy data files to glance upon installation2.2.0
At the moment if you need to configure cinder store of glance in your environment then you need to mannualy copy rootwrap related files from glance_store/etc/glance to /etc/glance folder. Added those rootwrap.* related files as data_files in setup.cfg which will copies those to /etc/glance on installation. Change-Id: I9217f4a1379687241d23fe34deecd1f482cbb49c Closes-Bug: #1890844
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index bda3be2..7a26513 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -25,6 +25,11 @@ classifier =
[files]
packages =
glance_store
+data_files =
+ etc/glance =
+ etc/glance/rootwrap.conf
+ etc/glance/rootwrap.d =
+ etc/glance/rootwrap.d/glance_cinder_store.filters
[entry_points]
glance_store.drivers =