summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-cinder
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cinder')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinder/cinder-volume3
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinder/cinder.conf2
2 files changed, 3 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinder/cinder-volume b/meta-openstack/recipes-devtools/python/python-cinder/cinder-volume
index 2c9334e..aec6ab0 100644
--- a/meta-openstack/recipes-devtools/python/python-cinder/cinder-volume
+++ b/meta-openstack/recipes-devtools/python/python-cinder/cinder-volume
@@ -35,7 +35,8 @@ start()
35 echo -n "Starting $DESC..." 35 echo -n "Starting $DESC..."
36 36
37 start-stop-daemon --start --quiet --background \ 37 start-stop-daemon --start --quiet --background \
38 --pidfile ${PIDFILE} --make-pidfile --exec ${DAEMON} 38 --pidfile ${PIDFILE} --make-pidfile --exec ${DAEMON} \
39 -- --log-dir=/var/log/cinder
39 40
40 if [ $? -eq 0 ]; then 41 if [ $? -eq 0 ]; then
41 echo "done." 42 echo "done."
diff --git a/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf b/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf
index 80adfe4..2772fb1 100644
--- a/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf
+++ b/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf
@@ -49,7 +49,7 @@ rabbit_port=5672
49 49
50# (Optional) The directory to keep log files in (will be 50# (Optional) The directory to keep log files in (will be
51# prepended to --log-file) (string value) 51# prepended to --log-file) (string value)
52#log_dir=<None> 52log_dir=/var/log/cinder
53 53
54# Use syslog for logging. (boolean value) 54# Use syslog for logging. (boolean value)
55#use_syslog=false 55#use_syslog=false