* Kills the CEPH_ARGS hack in /etc/default/cinder and cinder-volume.init
since that's not needed anymore (upstream code manages this now in the
configuration file directly).
+ * sed -i "s/#auth_strategy=noauth/auth_strategy=keystone/" in the default
+ packaged cinder.conf (otherwise it doesn't work by default).
-- Thomas Goirand <zigo@debian.org> Fri, 11 Oct 2013 22:54:46 +0800
sed -i 's|#rootwrap_config=<None>|rootwrap_config=/etc/cinder/rootwrap.conf|' $(CURDIR)/debian/cinder-common/etc/sudoers.d/cinder-common
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
override_dh_fixperms:
dh_fixperms -Xcinder_tgt.conf