Hello,

I have a 3-node setup running Grizzly on CentOS 6.4 (using packstack) and
quantum/Neutron.
The "controller" (let's call it "A") also hosts quantum and nova-compute
services.
Quantum agent-list is all ":-)" (Open vSwitch agent, L3 agent, and DHCP
agent)

Issues:
When an instance is launched on "A", it boots as expected and reaches the
network.
When instance is launched on other hosts, it fails to reach the network
(excerpt from the log of a cirros image below, full log on
http://pastebin.com/1LbaGwRy)

-----------------------------------------------------------------
Starting logging: OK
Initializing random number generator... done.
Starting network...
udhcpc (v1.18.5) started
Sending discover...
Sending discover...
Sending discover...
No lease, failing
WARN: /etc/rc3.d/S40-network failed
cloud-setup: checking
http://169.254.169.254/2009-04-04/meta-data/instance-id
wget: can't connect to remote host (169.254.169.254): Network is unreachable
cloud-setup: failed 1/30: up 9.78. request failed
wget: can't connect to remote host (169.254.169.254): Network is unreachable
-----------------------------------------------------------------

The logs don't show anything else than:

WARNING [quantum.db.agentschedulers_db] Fail scheduling network {'status':
u'ACTIVE', 'subnets': [u'33a87588-d491-46e3-bf67-0853d033373b'], 'name':
u'be_net01', 'provider:physical_network': u'physnet1', 'admin_state_up':
True, 'tenant_id': u'fa47eeb8b84a4b6d87ef3332604894b0',
'provider:network_type': u'vlan', 'router:external': False, 'shared':
False, 'id': u'11f1b4e6-8950-4093-a0e0-f284e511b7a2',
'provider:segmentation_id': 412L}


Setting quantum or nova logging to verbose and debug does not add any
useful information;

Does anyone have any tips what else to look for?

Thanks!
/Nicolae
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to