From 8dd5ea47838b8fd4e59660a1e1c0a231e291e0c6 Mon Sep 17 00:00:00 2001
From: zhangyanzi <zhangyanzi@huawei.com>
Date: Thu, 28 Nov 2013 11:52:24 +0800
Subject: [PATCH] Fix the inappropriate comment for flavor

Fix the inappropriate comment for delete and create flavor

Change-Id: I29985e5f145cfe3d0e72d6ac684ae9c47ea89c7e
Closes-Bug: #1255819
---
 novaclient/v1_1/flavors.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/novaclient/v1_1/flavors.py b/novaclient/v1_1/flavors.py
index 9fe8ba271..acc42b974 100644
--- a/novaclient/v1_1/flavors.py
+++ b/novaclient/v1_1/flavors.py
@@ -116,7 +116,6 @@ class FlavorManager(base.ManagerWithFind):
         Delete a specific flavor.
 
         :param flavor: The ID of the :class:`Flavor` to get.
-        :param purge: Whether to purge record from the database
         """
         self._delete("/flavors/%s" % base.getid(flavor))
 
@@ -127,7 +126,7 @@ class FlavorManager(base.ManagerWithFind):
 
         :param name: Descriptive name of the flavor
         :param ram: Memory in MB for the flavor
-        :param vcpu: Number of VCPUs for the flavor
+        :param vcpus: Number of VCPUs for the flavor
         :param disk: Size of local disk in GB
         :param flavorid: ID for the flavor (optional). You can use the reserved
                          value ``"auto"`` to have Nova generate a UUID for the