From 3551c7de999d49d80c19500f083faf3fce167765 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Mon, 24 Jun 2013 15:04:33 +0800 Subject: [PATCH] Added a cinder-volume.default file Rewritten-From: b449234049b87b43ec3ef18a52bd002ced64c9d3 --- trusty/debian/cinder-volume.default | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 trusty/debian/cinder-volume.default diff --git a/trusty/debian/cinder-volume.default b/trusty/debian/cinder-volume.default new file mode 100644 index 000000000..a4ec89943 --- /dev/null +++ b/trusty/debian/cinder-volume.default @@ -0,0 +1,5 @@ +# This controls the values to export for Ceph +# If it's not defined, then nothing will happen. +# If it is, then export CEPH_ARGS will use the content +# of the below variable. +CEPH_ARGS_EXPORT="--id nova" -- 2.45.2