<div class="gmail_quote">On Fri, May 11, 2012 at 9:07 AM, Joe Topjian <span dir="ltr"><<a href="mailto:joe.topjian@cybera.ca" target="_blank">joe.topjian@cybera.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="gmail_quote"><div><br></div><div>With regard to your "dot" notation, couldn't multiple --quota args be used? For example:</div><div><br></div><div>keystone quota-create --quota nova.ram=102400 --quota nova.instances=20 --quota swift.total=1073741824 <tenant-id></div>
</div></blockquote><div><br></div><div>Hmmm....this would be possible with nargs in the argparse module and it would remove the need to use --quota multiple times.</div><div>  </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="gmail_quote"><div></div>


<div>Secondly, with regard to quota-create and quota-update, is there a huge difference between the two besides one would ultimately do an "insert" and one would do an "update"? If that is the only difference, could the two be combined into a single "quota-set" subcommand?</div>
</div></blockquote><div><br></div><div>They're two distinct actions and having both is consistent with the rest of the keystone CLI.</div><div> </div><div>Everett</div></div><br>