Converting rxtx_cap and rxtx_quota to rxtx_factor
And adding myself to AUTHORS Change-Id: I88d3d4c290ab883cf52945edeec62acbee3761d0
This commit is contained in:
parent
2f49282bd0
commit
b61a8d8c24
1
AUTHORS
1
AUTHORS
@ -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>
|
||||
|
@ -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):
|
||||
|
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user