Hey Sebastian, I recently fixed a bug that would cause quantum to sometimes fail due to a race condition of sorts:
https://github.com/crowbar/barclamp-quantum/pull/73 This was merged into pebbles last Friday (6/28), so I'm sure it's not in the RC1 build. I'm guessing that this is what you are seeing and the errors below are downstream errors from this issue. The signature of this issue is that you will see the following error in /var/log/quantum/openvswitch-agent.log following quantum barclamp deployment: 2013-06-12 07:58:46 ERROR [quantum.plugins.openvswitch.agent.ovs_quantum_agent] Failed to create OVS patch port. Cannot have tunneling enabled on this agent, since this version of OVS does not support tunnels or patch ports. Agent terminated! You would also see that the quantum openvswitch agent is not running by executing: service quantum-plugin-openvswitch-agent status I just grabbed the latest pebbles/openstack-os-build and was able to successfully deploy quantum. I did do a simple deployment where I deployed everything on a controller node and used the default values for all proposals. I would grab the latest and see if you still run into problems. Thanks, Chris Dell -----Original Message----- From: crowbar-bounces On Behalf Of Sebastian Zimmermann Sent: Monday, July 01, 2013 9:34 AM To: crowbar Subject: [Crowbar] Quantum Proposal Failing Hey there, I just subscribed to the list because of this issue - I'm also running into problems with quantum: ERROR: Running exception handlers FATAL: Saving node information to /var/cache/chef/failed-run-data.json ERROR: Exception handlers complete FATAL: Stacktrace dumped to /var/cache/chef/chef-stacktrace.out FATAL: Mixlib::ShellOut::ShellCommandFailed: execute[create_fixed_network] (quantum::post_install_conf line 79) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '1' ---- Begin output of quantum net-create fixed --shared --provider:network_type gre --provider:segmentation_id 1 ---- STDOUT: STDERR: {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Not Authorized"}} ---- End output of quantum net-create fixed --shared --provider:network_type gre --provider:segmentation_id 1 ---- Ran quantum net-create fixed --shared --provider:network_type gre --provider:segmentation_id 1 returned 1 I'm using the grizzly-rc1.iso (from http://sourceforge.net/projects/crowbar/files/openstack/unstable/). Btw: My nickname is "iFiz" @ IRC :-) - Sebastian _______________________________________________ Crowbar mailing list [email protected] https://lists.us.dell.com/mailman/listinfo/crowbar For more information: http://crowbar.github.com/ _______________________________________________ Crowbar mailing list [email protected] https://lists.us.dell.com/mailman/listinfo/crowbar For more information: http://crowbar.github.com/
