Re: [openstack-dev] question regarding disk image builder

2013-10-21 Thread Ravikanth Samprathi
Thanks, Rob. On the console, I see cloud-init starting up and it prints something like this ci-info lo0 : 127.0.0.1 255.0.0.0 ci-info eth0 : - - ci-info eth1 : - - Soon afterwards, I see this message repeat for 120s util.py [WARNING]: 'http://169.254.169.254/2009-04-04/meta-data/insta

Re: [openstack-dev] question regarding disk image builder

2013-10-21 Thread Robert Collins
You need to disable file injection in nova, and you need to have link up on the interfaces, or dhcp-all-interfaces will skip them. What do you see in the node console specifically? -Rob On 22 October 2013 16:11, Ravikanth Samprathi wrote: > Hi Folks > > I'm using DiB to create an ubuntu 12.04 i

[openstack-dev] question regarding disk image builder

2013-10-21 Thread Ravikanth Samprathi
Hi Folks I'm using DiB to create an ubuntu 12.04 image where dhcp is enabled on all interfaces, and .ssh/authorized_keys is copied $ bin/disk-image-create -a amd64 -o u1204.am d64.custom ubuntu local-config dhcp-all-interfaces I see DiB printing these messages indicating it worked as expecte