Fix inappropriate comment for flavor create api

Change-Id: I7fa547925de5a194c10484d523006ca093518149
Fixes: bug #1253903
This commit is contained in:
Zhenguo Niu 2013-11-22 15:04:51 +08:00
parent c51dc4a525
commit 79070d6c5c
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class FlavorManager(base.ManagerWithFind):
def create(self, name, ram, vcpus, disk, flavorid="auto",
ephemeral=0, swap=0, rxtx_factor=1.0, is_public=True):
"""
Create (allocate) a floating ip for a tenant
Create a flavor.
:param name: Descriptive name of the flavor
:param ram: Memory in MB for the flavor