From 4d28d9772eba162ac272a8da91af6a19e18af0a8 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 23 Apr 2015 01:35:18 +0200 Subject: [PATCH] Fixed path to debian/cinder.conf in debian/rules Rewritten-From: a09b924a5e6bb2c982ac996688d567e199f1283a --- xenial/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xenial/debian/rules b/xenial/debian/rules index 45b7f4e89..5dd0bda07 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -22,7 +22,7 @@ override_dh_install: dh_install --fail-missing -Xbin/cinder-all install -D -m 0440 debian/cinder-common.sudoers $(CURDIR)/debian/cinder-common/etc/sudoers.d/cinder-common - install -D -m 0644 $(CURDIR)/etc/cinder/cinder.conf $(CURDIR)/debian/cinder-common/usr/share/cinder-common/cinder.conf + install -D -m 0644 $(CURDIR)/debian/cinder.conf $(CURDIR)/debian/cinder-common/usr/share/cinder-common/cinder.conf #install -D -m 0644 $(CURDIR)/etc/cinder/cinder.conf.sample $(CURDIR)/debian/cinder-common/usr/share/cinder-common/cinder.conf # Disable https in default setup, as this makes our CI fail -- 2.45.2