Re: [Openstack] OSAPI equivalent of euca-get-console-output ?

2011-11-04 Thread Ewan Mellor
I've got xenapi text console support cooking at the moment -- give me a few days. We added text console support in XS 6.0 for this very reason, so I just need to do the OpenStack side of it now. Cheers, Ewan. > -Original Message- > From: openstack-bounces+ewan.mellor=citrix@lists.

[Openstack] Reviews needed for Keystone's Diablo+!

2011-11-04 Thread Dolph Mathews
I flooded gerrit with 34 reviews picked from trunk this afternoon that are proposed to form the basis of keystone's diablo+ stable release. There are a few pending trunk commits (namely DB migrations and a bug fix to follow) that need to be included as well, but in the mean time, your +1's and -1'

Re: [Openstack] Nova-API Team Meeting Notes

2011-11-04 Thread Stefano Maffulli
On Fri, 2011-11-04 at 16:08 -0400, Brian Waldon wrote: > The nova-api team just had it's first meeting and I wanted to share > with everybody some important decisions that were made: Sweet, thanks for sharing this. Looking at the logs I noticed another important decision I think it's worth mentio

Re: [Openstack] Handling Schema Changes in Keystone

2011-11-04 Thread Dolph Mathews
Yogi just answered my question below -- In short, the ./manage.py test command didn't behave as I understood. It simply tests the latest migration forwards & backwards, not the entire history of migrations in sequence. Thanks, Yogi! -Dolph On Fri, Nov 4, 2011 at 10:37 AM, Dolph Mathews wrote:

Re: [Openstack] Cannot boot from volume with 2 devices

2011-11-04 Thread Scott Moser
On Wed, 2 Nov 2011, Gaurav Gupta wrote: > On Tue, Nov 1, 2011 at 3:51 PM, Scott Moser wrote: > > > On Tue, 1 Nov 2011, Vishvananda Ishaya wrote: > > > > > Sounds like we can work around this pretty easily by sorting the disks > > before we pass them into the xml template. > > > > The long term so

Re: [Openstack] Nova-API Team Meeting Notes

2011-11-04 Thread Jorge Williams
Thoughts on v1.1 -> v2 rename. 1. As stated: URI changes /v1.1/ to /v2/ though we keep redirecting 1.1 requests to v2.0. 2. Mime type accepts version=2 as a parameter but still responds to version=1.1 so the following will remain valid mimeTypes: a) application/vnd.openstack.compute+x

[Openstack] Nova-API Team Meeting Notes

2011-11-04 Thread Brian Waldon
The nova-api team just had it's first meeting and I wanted to share with everybody some important decisions that were made: 1) Team Definition - The nova-api team is going to "Own the design and implementation of Nova's public and private HTTP APIs" - This team should be the driving force behind

[Openstack] Object PUT failed ..503

2011-11-04 Thread Sharif Islam
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All, Thanks for the suggestion to increase the timeout options in the conf. I will try that. I have a different machine where I am also setting up swift and ran into some new issues. I am totally lost with this. I have checked all the services and

Re: [Openstack] Handling Schema Changes in Keystone

2011-11-04 Thread Dolph Mathews
Looking for some support from anyone with experience with sqlalchemy-migrate on the following review... https://review.openstack.org/#change,1200 See my Nov 1 comment -- sqlalchemy's built-in `./manage.py test` command fails, but you can test each migration individually (forward & backward) and t

Re: [Openstack] [RFC] Updated Draft for Proposed OpenStack Images API 2.0

2011-11-04 Thread Caitlin Bestler
Jay Pipes wrote: > I'm not quite following you... the API doesn't have anything to do with the > backend storage implementation, either in the 1.x or 2.0 API. > Could you elaborate a bit more so I understand what you are referring to here? What I am arguing is that the mapping of API-visible ob

Re: [Openstack] [Openstack-volume] boot from volume

2011-11-04 Thread Isaku Yamahata
Hi. In Diablo release, almost all of EC2 API related to block device mapping had been implemented except corner cases for libvirt virt driver. Please refer to EC2 API documentation for details. As for OS API, only very small extension had been implemented in Diablo. I'm not sure OS API part right