** Project changed: nova => nova-docker -- 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/1247295
Title: Docker virt driver networking fails with Neutron Status in Nova Docker Driver: Confirmed Bug description: When Neutron is enabled, an error occurs on network allocation. 2013-11-01 15:41:07.684 ERROR nova.compute.manager [req-c1b6e8a2-e212-4457-97c1-a32bbef4ba33 demo demo] [instance: b3322776-7d43-47a8-8283-7be1415c1fda] Instance failed to spawn 2013-11-01 15:41:07.684 TRACE nova.compute.manager [instance: b3322776-7d43-47a8-8283-7be1415c1fda] Traceback (most recent call last): 2013-11-01 15:41:07.684 TRACE nova.compute.manager [instance: b3322776-7d43-47a8-8283-7be1415c1fda] File "/opt/stack/nova/nova/compute/manager.py", line 1436, in _spawn 2013-11-01 15:41:07.684 TRACE nova.compute.manager [instance: b3322776-7d43-47a8-8283-7be1415c1fda] block_device_info) 2013-11-01 15:41:07.684 TRACE nova.compute.manager [instance: b3322776-7d43-47a8-8283-7be1415c1fda] File "/opt/stack/nova/nova/virt/docker/driver.py", line 317, in spawn 2013-11-01 15:41:07.684 TRACE nova.compute.manager [instance: b3322776-7d43-47a8-8283-7be1415c1fda] instance_id=instance['name']) 2013-11-01 15:41:07.684 TRACE nova.compute.manager [instance: b3322776-7d43-47a8-8283-7be1415c1fda] InstanceDeployFailure: Cannot setup network: Unexpected error while running command. 2013-11-01 15:41:07.684 TRACE nova.compute.manager [instance: b3322776-7d43-47a8-8283-7be1415c1fda] Command: sudo nova-rootwrap /etc/nova/rootwrap.conf brctl addif br-int pvnetl80836 2013-11-01 15:41:07.684 TRACE nova.compute.manager [instance: b3322776-7d43-47a8-8283-7be1415c1fda] Exit code: 1 2013-11-01 15:41:07.684 TRACE nova.compute.manager [instance: b3322776-7d43-47a8-8283-7be1415c1fda] Stdout: '' 2013-11-01 15:41:07.684 TRACE nova.compute.manager [instance: b3322776-7d43-47a8-8283-7be1415c1fda] Stderr: "can't add pvnetl80836 to bridge br-int: Operation not supported\n" 2013-11-01 15:41:07.684 TRACE nova.compute.manager [instance: b3322776-7d43-47a8-8283-7be1415c1fda] To manage notifications about this bug go to: https://bugs.launchpad.net/nova-docker/+bug/1247295/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

