yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #11840
[Bug 1294481] Re: nova.conf.sample out of sync
i'm removing this from rc1 based on that and opening a new bug on
removing it, adding a README, or adding it to the packaging step.
** Changed in: nova
Milestone: icehouse-rc1 => None
** Changed in: nova
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1294481
Title:
nova.conf.sample out of sync
Status in OpenStack Compute (Nova):
Invalid
Bug description:
$ tools/config/generate_sample.sh -b . -p nova -o etc/nova
$ git diff
diff --git a/etc/nova/nova.conf.sample b/etc/nova/nova.conf.sample
index 3e9bef8..47e98c9 100644
--- a/etc/nova/nova.conf.sample
+++ b/etc/nova/nova.conf.sample
@@ -1962,6 +1962,16 @@
# Whether to use cow images (boolean value)
#use_cow_images=true
+# Fail instance boot if vif plugging fails (boolean value)
+#vif_plugging_is_fatal=true
+
+# Number of seconds to wait for neutron vif plugging events to
+# arrive before continuing or failing (see
+# vif_plugging_is_fatal). If this is set to zero and
+# vif_plugging_is_fatal is False, events should not be
+# expected to arrive at all. (integer value)
+#vif_plugging_timeout=300
+
#
# Options defined in nova.virt.firewall
@@ -1999,6 +2009,17 @@
#
+# Options defined in nova.virt.imagehandler
+#
+
+# Specifies which image handler extension names to use for
+# handling images. The first extension in the list which can
+# handle the image with a suitable location will be used.
+# (list value)
+#image_handlers=download
+
+
+#
# Options defined in nova.virt.images
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1294481/+subscriptions
References