cinder (2013.2~rc3-2) UNRELEASED; urgency=low
* Fixed the path to the log files in the init scripts.
+ * Fixed the value of the state_path directive to /var/lib/cinder instead of
+ somewhere in /usr/lib/python2.x.
-- Thomas Goirand <zigo@debian.org> Thu, 17 Oct 2013 01:02:21 +0800
echo "# Connection to db:" >>$(CURDIR)/debian/cinder-common/usr/share/cinder-common/cinder.conf
echo "sql_connection = sqlite:////var/lib/cinder/cinderdb" >>$(CURDIR)/debian/cinder-common/usr/share/cinder-common/cinder.conf
sed -i "s/#auth_strategy=noauth/auth_strategy=keystone/" $(CURDIR)/debian/cinder-common/usr/share/cinder-common/cinder.conf
+ sed -i 's|#state_path=$pybasedir|state_path=/var/lib/cinder|' $(CURDIR)/debian/cinder-common/usr/share/cinder-common/cinder.conf
override_dh_fixperms:
dh_fixperms -Xcinder_tgt.conf