Converting rxtx_cap and rxtx_quota to rxtx_factor

And adding myself to AUTHORS

Change-Id: I88d3d4c290ab883cf52945edeec62acbee3761d0
This commit is contained in:
Aaron Lee 2011-12-01 11:09:38 -06:00
parent 2f49282bd0
commit b61a8d8c24
3 changed files with 3 additions and 4 deletions

View File

@ -1,3 +1,4 @@
Aaron Lee <aaron.lee@rackspace.com>
Andrey Brindeyev <abrindeyev@griddynamics.com>
Andy Smith <github@anarkystic.com>
Anthony Young <sleepsonthefloor@gmail.com>

View File

@ -344,8 +344,7 @@ def do_flavor_list(cs, args):
'Swap',
'Local_GB',
'VCPUs',
'RXTX_Quota',
'RXTX_Cap'])
'RXTX_Factor'])
def do_image_list(cs, args):

View File

@ -309,8 +309,7 @@ def do_flavor_list(cs, args):
'Swap',
'Local_GB',
'VCPUs',
'RXTX_Quota',
'RXTX_Cap'])
'RXTX_Factor'])
def do_image_list(cs, args):