<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jul 17, 2013, at 6:02 AM, Matt Riedemann <<a href="mailto:mriedem@us.ibm.com">mriedem@us.ibm.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><font size="2" face="sans-serif">I'm wondering if this is a bug or working
as designed and I'm just not aware of the design point.</font>
<br>
<br><font size="2" face="sans-serif">Running with the latest nova havana
master level of code, I'm setting up tenants and users for running Tempest
on a RHEL 6.3 box.  I create two tenants and two users, tempest1 and
tempest2.  Before creating the tenants and users I update the instance
quota in nova.conf from 10 to 20 and restart nova api, conductor, scheduler
and compute services.</font>
<br>
<br><font size="2" face="sans-serif">The problem is I'm eventually getting
failures due to instance quota being maxed out.  The weird thing is
if I do quota-show on the tenant name, it says the instance quota is 20,
but if I query on the tenant ID, it says the quota is 10. Here is the paste:</font>
<br>
<br><a href="http://paste.openstack.org/show/40675/"><font size="3" color="blue"><u>http://paste.openstack.org/show/40675/</u></font></a><font size="3">
</font>
<br>
<br><font size="2" face="sans-serif">So my questions are:</font>
<br>
<br><font size="2" face="sans-serif">1. Should nova quota-show be showing
me different things depending on if I pass the name or ID of the tenant?</font>
<br></blockquote><br>Nova doesn't know anything about the tenant name, so you need to modify/view quotas using the tenant id. Tenant ids are opaque strings, so it will happily accept a name as an id and create a record for that id. Unfortunately that record will never actually get used because it looks up quotas by id.</div><div><br><blockquote type="cite"><font size="2" face="sans-serif">2. Since I'm creating the tenant/user
after updating the default quotas in nova.conf, shouldn't the tenant also
get the default of 10?</font></blockquote><div><br></div>It should be using the default quotas if a quota is not set for the tenant, so it appears that either a) you somehow set the quota for the tenant id before changing the default value so it is already in the database as ten or b) you didn't restart all of the services to pick up the new quota value.</div><div><br></div><div>Vish</div><div><br><blockquote type="cite">
<br>
<br><font size="2" face="sans-serif">I'm using the 2.13 python-novaclient.<br>
</font>
<br><font size="2" face="sans-serif"><br>
</font>
<br><font size="1" face="Arial">Thanks,</font>
<br>
<br><font size="3" color="#8f8f8f" face="Arial"><b>MATT RIEDEMANN</b></font><font size="1" face="Arial"><br>
Advisory Software Engineer<br>
Cloud Solutions and OpenStack Development</font>
<table width="680" style="border-collapse:collapse;">
<tbody><tr height="8">
<td width="680" colspan="2" style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<hr>
</td></tr><tr valign="top" height="8">
<td width="418" style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><font size="1" color="#4181c0" face="Arial"><b>Phone:</b></font><font size="1" color="#5f5f5f" face="Arial">
1-507-253-7622</font><font size="1" color="#4181c0" face="Arial"> | <b>Mobile:</b></font><font size="1" color="#5f5f5f" face="Arial">
1-507-990-1889</font><font size="1" color="#4181c0" face="Arial"><b><br>
E-mail:</b></font><font size="1" color="#5f5f5f" face="Arial"> </font><a href="mailto:mriedem@us.ibm.com" target="_blank"><font size="1" color="#5f5f5f" face="Arial"><u>mriedem@us.ibm.com</u></font></a>
</td><td width="261" style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<div align="right"><span><Mail Attachment.gif></span><font size="1" color="#5f5f5f" face="Arial"><br>
<br>
3605 Hwy 52 N<br>
Rochester, MN 55901-1407<br>
United States</font></div></td></tr></tbody></table>
<br>_______________________________________________<br>OpenStack-dev mailing list<br><a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev<br></blockquote></div><br></body></html>