Re: [Openstack] Quotas... 1 of 1 instances? What's the deal?

2012-06-05 Thread Jay Pipes
On 06/05/2012 01:31 PM, Kevin L. Mitchell wrote: As I say, what's supposed to happen is that quotas are checked and reservations created in one transaction; then you create the appropriate database entries, and once that's done, you commit the reservations, at which point "reserved" should revert

Re: [Openstack] Quotas... 1 of 1 instances? What's the deal?

2012-06-05 Thread Kevin L. Mitchell
On Tue, 2012-06-05 at 13:03 -0400, Jay Pipes wrote: > On 06/04/2012 05:43 PM, Kevin L. Mitchell wrote: > > One thing to check is the total quotas on memory and disk, relative to > > the size of the instance. The original code computes a maximum number > > of instances based on those values; my new

Re: [Openstack] Quotas... 1 of 1 instances? What's the deal?

2012-06-05 Thread Jay Pipes
On 06/04/2012 05:43 PM, Kevin L. Mitchell wrote: One thing to check is the total quotas on memory and disk, relative to the size of the instance. The original code computes a maximum number of instances based on those values; my new code simply tries to emulate that computation. (I'm pretty sur

Re: [Openstack] Quotas... 1 of 1 instances? What's the deal?

2012-06-04 Thread Gabe Westmaas
@lists.launchpad.net>" mailto:openstack@lists.launchpad.net>>, Kevin Mitchell mailto:kevin.mitch...@rackspace.com>> Subject: Re: [Openstack] Quotas... 1 of 1 instances? What's the deal? Hey Jay, I'm seeing the same incorrect messaging. From what I've observed, this ha

Re: [Openstack] Quotas... 1 of 1 instances? What's the deal?

2012-06-04 Thread Daryl Walleck
-- Subject: [Openstack] Quotas... 1 of 1 instances? What's the deal? From: Jay Pipes To: "openstack@lists.launchpad.net" ,Kevin Mitchell CC: [Openstack] Quotas... 1 of 1 instances? What's the deal? Hi Kevin, Stackers, In Horizon, my tenant/user clearly says that 10 instances

Re: [Openstack] Quotas... 1 of 1 instances? What's the deal?

2012-06-04 Thread Kevin L. Mitchell
On Mon, 2012-06-04 at 16:52 -0400, Jay Pipes wrote: > In Horizon, my tenant/user clearly says that 10 instances is my quota, > and yet trying to create a single server I'm getting this: > > jpipes@uberbox:~/repos/tempest$ nosetests -v --nologcapture >

[Openstack] Quotas... 1 of 1 instances? What's the deal?

2012-06-04 Thread Jay Pipes
Hi Kevin, Stackers, In Horizon, my tenant/user clearly says that 10 instances is my quota, and yet trying to create a single server I'm getting this: jpipes@uberbox:~/repos/tempest$ nosetests -v --nologcapture == ERROR: test