summaryrefslogtreecommitdiff
path: root/openstack/etc/logrotate.d/openstack-glance-registry
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2014-09-03 19:12:50 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-10-13 15:04:20 +0000
commit27fda4dcdf4f3bc9cb7c32702a95281224fef0c7 (patch)
treed54bb3ec13efbd664e60893abe8e8245e6b76c5b /openstack/etc/logrotate.d/openstack-glance-registry
parent0845715614af5a4cf0ac579e644873357bcb4506 (diff)
downloaddefinitions-27fda4dcdf4f3bc9cb7c32702a95281224fef0c7.tar.gz
Openstack services strata and configuration.
Add a stratum for openstack services that includes all the core openstack service code and daemons. Add configuration files for keystone, glance, nova and nova-compute. Add a system and cluster definition that builds an image that runs keystone, glance and nova.
Diffstat (limited to 'openstack/etc/logrotate.d/openstack-glance-registry')
-rw-r--r--openstack/etc/logrotate.d/openstack-glance-registry7
1 files changed, 7 insertions, 0 deletions
diff --git a/openstack/etc/logrotate.d/openstack-glance-registry b/openstack/etc/logrotate.d/openstack-glance-registry
new file mode 100644
index 00000000..830fa793
--- /dev/null
+++ b/openstack/etc/logrotate.d/openstack-glance-registry
@@ -0,0 +1,7 @@
+/var/log/glance/glance-registry.log {
+ daily
+ missingok
+ compress
+ delaycompress
+ notifempty
+}