Nova fails with: error in options: link: durable: true is not a bool
Hello,
I've got a fresh install on a CentOS 6.4 (2.6.32-358.el6.x86_64) system via PackStack (openstack-packstack-2013.1.1-0.20.dev642.el6.noarch) which completes successfully, however all nova services fail to start with the following error (extract from shedular.log):
2013-07-25 05:38:27.794 3116 CRITICAL nova [-] error in options: link: durable: true is not a bool 2013-07-25 05:38:27.794 3116 TRACE nova Traceback (most recent call last): 2013-07-25 05:38:27.794 3116 TRACE nova File "/usr/bin/nova-conductor", line 53, in 2013-07-25 05:38:27.794 3116 TRACE nova service.wait() 2013-07-25 05:38:27.794 3116 TRACE nova File "/usr/lib/python2.6/site-packages/nova/service.py", line 689, in wait 2013-07-25 05:38:27.794 3116 TRACE nova _launcher.wait() 2013-07-25 05:38:27.794 3116 TRACE nova File "/usr/lib/python2.6/site-packages/nova/service.py", line 209, in wait 2013-07-25 05:38:27.794 3116 TRACE nova super(ServiceLauncher, self).wait() 2013-07-25 05:38:27.794 3116 TRACE nova File "/usr/lib/python2.6/site-packages/nova/service.py", line 179, in wait 2013-07-25 05:38:27.794 3116 TRACE nova service.wait() 2013-07-25 05:38:27.794 3116 TRACE nova File "/usr/lib/python2.6/site-packages/eventlet/greenthread.py", line 166, in wait 2013-07-25 05:38:27.794 3116 TRACE nova return self._exit_event.wait() 2013-07-25 05:38:27.794 3116 TRACE nova File "/usr/lib/python2.6/site-packages/eventlet/event.py", line 116, in wait 2013-07-25 05:38:27.794 3116 TRACE nova return hubs.get_hub().switch() 2013-07-25 05:38:27.794 3116 TRACE nova File "/usr/lib/python2.6/site-packages/eventlet/hubs/hub.py", line 177, in switch 2013-07-25 05:38:27.794 3116 TRACE nova return self.greenlet.switch() 2013-07-25 05:38:27.794 3116 TRACE nova File "/usr/lib/python2.6/site-packages/eventlet/greenthread.py", line 192, in main 2013-07-25 05:38:27.794 3116 TRACE nova result = function(*args, **kwargs) 2013-07-25 05:38:27.794 3116 TRACE nova File "/usr/lib/python2.6/site-packages/nova/service.py", line 147, in run_server 2013-07-25 05:38:27.794 3116 TRACE nova server.start() 2013-07-25 05:38:27.794 3116 TRACE nova File "/usr/lib/python2.6/site-packages/nova/service.py", line 451, in start 2013-07-25 05:38:27.794 3116 TRACE nova self.conn.create_consumer(self.topic, rpc_dispatcher, fanout=False) 2013-07-25 05:38:27.794 3116 TRACE nova File "/usr/lib/python2.6/site-packages/nova/openstack/common/rpc/amqp.py", line 163, in create_consumer 2013-07-25 05:38:27.794 3116 TRACE nova self.connection.create_consumer(topic, proxy, fanout) 2013-07-25 05:38:27.794 3116 TRACE nova File "/usr/lib/python2.6/site-packages/nova/openstack/common/rpc/impl_qpid.py", line 543, in create_consumer 2013-07-25 05:38:27.794 3116 TRACE nova consumer = TopicConsumer(self.conf, self.session, topic, proxy_cb) 2013-07-25 05:38:27.794 3116 TRACE nova File "/usr/lib/python2.6/site-packages/nova/openstack/common/rpc/impl_qpid.py", line 176, in __init__ 2013-07-25 ...