New Question

schegi's profile - activity

2015-01-29 15:06:32 +0300 received badge  Enthusiast
2015-01-25 14:21:02 +0300 commented answer openstack launch instance hangs on 'Getting metadata...'

Ok, I builded a windows server 2012 R2 image following the official openstack documentation http://docs.openstack.org/image-guide/content/windows-image.html and before 7.) running cloudbasinit.msi, I set the mtu of interface Ethernet to 1458 by 'interface ipv4 set subinterface "Ethernet" mtu=1458 store=persistent'. With the so build image everything works fine. First boot succeeds, Webaccess from an instanced created from this image works fine.

2015-01-24 14:09:22 +0300 received badge  Editor (source)
2015-01-24 14:02:40 +0300 commented answer openstack launch instance hangs on 'Getting metadata...'

Also played around with the mtu. when setting it to 1458 in the windows server with netsh interface ipv4 set subinterface "Ethernet" mtu=1458 store=persistent and reboot. The bootprocess went through and the key is submittet to the Server. I will try now to build an image with preset mtu and report back if it succeeds.

2015-01-21 20:05:38 +0300 answered a question openstack launch instance hangs on 'Getting metadata...'

I had a similar problem with a Windows server 2012 R2 vm started on openstack.The maschine stuck in "Getting Ready" during the first boot with the log showing

DEBUG cloudbaseinit.metadata.services.httpservice [-] Getting data from: http://169.254.169.254/openstack/late...data.json (http://169.254.169.254/openstack/late...) _getdata C:\Program Files (x86)\Cloudbase Solutions\Cloudbase-Init\Python27\lib\site-packages\cloudbaseinit\metadata\services\httpservice.py:68

The only workaround i found was to not assign a key-pair. The i did this the machine booted just fine the first time.