[BUG][ACS41][CLOUD-INIT] cloud-init 0.7.2 is not able to pull metadata from cloudstack

2013-04-08 Thread Yi, John
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] RewriteRu

Re: [BUG][ACS41][CLOUD-INIT] cloud-init 0.7.2 is not able to pull metadata from cloudstack

2013-04-08 Thread Chip Childers
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" 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 rou

RE: [BUG][ACS41][CLOUD-INIT] cloud-init 0.7.2 is not able to pull metadata from cloudstack

2013-04-08 Thread Musayev, Ilya
April 08, 2013 4:49 PM > To: > 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" wrote:

Re: [BUG][ACS41][CLOUD-INIT] cloud-init 0.7.2 is not able to pull metadata from cloudstack

2013-04-09 Thread Chip Childers
review board request, someone will approve and push > it in. > > Regards > ilya > > > -Original Message- > > From: Chip Childers [mailto:chip.child...@sungard.com] > > Sent: Monday, April 08, 2013 4:49 PM > > To: > > Subject: Re: [BUG][ACS41][C