Re: [Openstack] Injecting user data into instances

2011-06-10 Thread Thierry Carrez
Vishvananda Ishaya wrote: As I mentioned before user_data is provided via the metadata server on 169.254.169.254. It is the responsibility of the guest to hit 169.254.169.254/latest/user-data/ to retrieve the info set in user data. As an example, Ubuntu's cloud-init (used in Ubuntu's cloud

Re: [Openstack] Problems with re-bundle

2011-06-10 Thread Diego Parrilla Santamaría
Hi all, We can reproduce the problem in our environments with the images downloaded from http://uec-images.ubutu.com :-( Diego -- Diego Parrilla http://www.stackops.com*CEO* *www.stackops.com | * diego.parri...@stackops.com** | +34 649 94 43 29 | skype:diegoparrilla* * http://www.stackops.com

Re: [Openstack] Problems with re-bundle

2011-06-10 Thread Thierry Carrez
Scott Moser wrote: On Tue, 7 Jun 2011, Muhammad Atif wrote: 1- Downloaded the ubuntu1010 image from openstack site as follows: wget http://c0179148.cdn1.cloudfiles.rackspacecloud.com/ubuntu1010-UEC-localuser-image.tar.gz Does anyone know what this image is ? I'm guessing that Muhammad

[Openstack] euca-bundle-instance error

2011-06-10 Thread Diego Parrilla Santamaría
Hi all, we are testing the Cactus release of Openstack Nova and we tried to bundle a Windows instance with 'euca-bundle-instance' as follows: Client OS: Ubuntu Natty 64 bits euca2ools and dependencies: what comes in Natty by default, main-31337 2009-04-04 (1.3.1, because 1.2 did not have

Re: [Openstack] euca-bundle-instance error

2011-06-10 Thread Scott Moser
On Fri, 10 Jun 2011, Diego Parrilla Santamaría wrote: Hi all, we are testing the Cactus release of Openstack Nova and we tried to bundle a Windows instance with 'euca-bundle-instance' as follows: Client OS: Ubuntu Natty 64 bits euca2ools and dependencies: what comes in Natty by default,

Re: [Openstack] Real World Nova Deployments

2011-06-10 Thread Everett Toews
I know I'm reviving an old thread here but we've begun blogging about our experience of putting OpenStack into a production environment. You can check out the first post (mostly about hardware) at http://cybera.ca/tech-radar/running-openstack-production-part-1-hardware Everett On Mon, May 16,

[Openstack] Extensions Guide

2011-06-10 Thread Jorge Williams
Hey Guys, I've been working on a guide to extensions that will form the basis of a proposal for a standard extensions mechanism to the PPB. You can find the doc here: http://docs.openstack.org/trunk/ I only have the high level overview sections for now, but I wanted to get comments sooner

[Openstack] OpenStack Identity: Keystone API Proposal

2011-06-10 Thread Ziad Sawalha
Time flies! It's June 10th already. In my last email to this community I had proposed today as the day to lock down the Keystone API so we can finalize implementation by Diablo-D2 (June 30th). We've been working on this feverishly over the past couple of weeks and have just pushed out a

Re: [Openstack] euca-bundle-instance error

2011-06-10 Thread Vishvananda Ishaya
This is correct. Bundle Instance doesn't even exist in the older eucatools? If you would like to file a bug perhaps someone could tackle it. Vish On Jun 10, 2011, at 11:56 AM, Scott Moser wrote: On Fri, 10 Jun 2011, Diego Parrilla Santamaría wrote: Hi all, we are testing the Cactus

Re: [Openstack] OpenStack Identity: Keystone API Proposal

2011-06-10 Thread Andiabes
It might be useful to include in the API guide some information about authentication to keystone itself. I.e when requesting a list of users,tenants etc the requestor should somehow authenticate itself I'm guessing that the flow involve acquiring a token that authenticates the user to keystone