This commit is contained in:
Ken Pepple 2011-03-02 16:35:53 -08:00
parent 86aed7edae
commit 7305bc9a47
1 changed files with 1 additions and 1 deletions

View File

@ -673,7 +673,7 @@ class InstanceTypeCommands(object):
val["flavorid"], val["swap"], val["rxtx_quota"],
val["rxtx_cap"], deleted)
def create(self, name, memory, vcpus, local_gb, flavorid,
def create(self, name, memory, vcpus, local_gb, flavorid,
swap=0, rxtx_quota=0, rxtx_cap=0):
"""Creates instance types / flavors
arguments: name memory vcpus local_gb flavorid [swap] [rxtx_quota]