From 79070d6c5c4385c916a11b990de5c131d9c04e1d Mon Sep 17 00:00:00 2001
From: Zhenguo Niu <Niu.ZGlinux@gmail.com>
Date: Fri, 22 Nov 2013 15:04:51 +0800
Subject: [PATCH] Fix inappropriate comment for flavor create api

Change-Id: I7fa547925de5a194c10484d523006ca093518149
Fixes: bug #1253903
---
 novaclient/v1_1/flavors.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/novaclient/v1_1/flavors.py b/novaclient/v1_1/flavors.py
index 61f615c0f..9fe8ba271 100644
--- a/novaclient/v1_1/flavors.py
+++ b/novaclient/v1_1/flavors.py
@@ -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