From d18be181c3adf2a5c34fbd71f28ad4e399ecb42b Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 4 Mar 2014 16:25:44 -0500 Subject: [PATCH] regenerate the config file to support 1.3.0a9 osloe.messaging 1.3.0a9 dropped another config option, which is causing all of nova to fail pep8. Updating config. Change-Id: I1f7c5f00f32d74a2fd317fc6a3ec52d2a61deda6 --- etc/nova/nova.conf.sample | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/nova/nova.conf.sample b/etc/nova/nova.conf.sample index e4333de6ee9a..c0311aa8879a 100644 --- a/etc/nova/nova.conf.sample +++ b/etc/nova/nova.conf.sample @@ -70,6 +70,10 @@ # enabled). (string value) #kombu_ssl_ca_certs= +# How long to wait before reconnecting in response to an AMQP +# consumer cancel notification. (floating point value) +#kombu_reconnect_delay=1.0 + # The RabbitMQ broker address where a single node is used. # (string value) #rabbit_host=localhost