← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1253903] Re: Inappropriate comment for flavor create api in python-novaclient

 

** Also affects: python-novaclient
   Importance: Undecided
       Status: New

** Changed in: python-novaclient
     Assignee: (unassigned) => Zhenguo Niu (niu-zglinux)

** Changed in: horizon
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1253903

Title:
  Inappropriate comment for flavor create api in python-novaclient

Status in OpenStack Dashboard (Horizon):
  Invalid
Status in Python client library for Nova:
  New

Bug description:
   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

          :param name: Descriptive name of the flavor
          :param ram: Memory in MB for the flavor
          :param vcpu: 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
                           flavor in cases where you cannot simply pass ``None``.
          :param swap: Swap space in MB
          :param rxtx_factor: RX/TX factor
          :rtype: :class:`Flavor`
          """
  which is not the function for allocating floating ip.This is the flavor create function.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1253903/+subscriptions