John, Please register with JIRA and create an issue. I will assign the issue to you.
Then we need to create a review board request, someone will approve and push it in. Regards ilya > -----Original Message----- > From: Chip Childers [mailto:[email protected]] > Sent: Monday, April 08, 2013 4:49 PM > To: <[email protected]> > Subject: Re: [BUG][ACS41][CLOUD-INIT] cloud-init 0.7.2 is not able to pull > metadata from cloudstack > > Can you file a bug and submit a patch with the fix? Thanks for the report! > > On Apr 8, 2013, at 4:47 PM, "Yi, John" <[email protected]> wrote: > > > CLOUD-INIT 0.7.2 is using a boto library which hardcodes part of the path > for getting the metadata for a VM instance. One fix is to add the following > rules to the routervm's docroot /var/www/html/latest/.htaccess: > > > > RewriteRule ^meta-data/$ ../metadata/%{REMOTE_ADDR}/meta-data > > [L,NC,QSA] RewriteRule ^meta-data/(.*)$ > ../metadata/%{REMOTE_ADDR}/$1 > > [L,NC,QSA] > > > > I've tested this with my CentOS 6 VMs and this fix seems to solve the issue > without requiring code changes within cloud-init or boto. > > > > John
