no instance data found in start-local -- cloud-init
We have set it up an Openstack diablo release cloud using two nodes. (2011.3-
Issue is when I start an instance , there is no IP assigned for the new instance. When login to the instance using vncviewer I could see that instance is halting at the time of boot with following messages. After the time out it boots without eth0 network interface.
Message at boot up :
cloud-init start local running:
no instance data found in start-local
cloud-init-nonet waiting 120 seconds for network device
cloud-init-nonet gave up waiting for a network device
ci-info:lo :1 127.0.0.1 255.0.0.0
route info failed
mount event failed
Stopping Handle applying cloud-config [ ok ]
Initially I tried to go ahead with openstack vlan networking but later changed to FlatNetworking. I have only one Network Device on Host server, where every communication go through that network. ( Externally configured dhcp which send ips on 192.168.104.0 range to this environment)
I am getting following warining message on nova-network.log
DEBUG nova.network.
2011-12-23 15:19:25,537 WARNING nova.network.
Further, nova.conf
--dhcpbridge_
--dhcpbridge=
--network_
--logdir=
--state_
--lock_
--state_
--verbose
--s3_host=127.0.0.1
--rabbit_
--cc_host=
--nova_url=http://
--fixed_
--network_size=8
--routing_
--sql_connectio
--glance_
--image_
--iscsi_
--use_deprecate
/etc/network/
auto lo
iface lo inet loopback
auto br100
iface br100 inet static
bridge_ports eth0
bridge_stp off
bridge_maxwait 0
bridge_fd 0
address 192.168.104.67
netmask 255.255.255.0
network 192.168.104.0
broadcast 192.168.104.255
gateway 192.168.104.1
Further "nova-manage network list" displays following
id IPv4 IPv6 start address DNS1 DNS2 VlanID project uuid
11 192.168.104.0/24 None 192.168.104.3 None None 100 proj None
Appreciate if someone could help me to resolve this asap.
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Rasika Karunathilaka
- Solved:
- Last query:
- Last reply: