← Back to team overview

yahoo-eng-team team mailing list archive

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

 

novaclient 2.16.0 released on 2/26/2014

** Changed in: python-novaclient
       Status: Fix Committed => Fix Released

-- 
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:
  Fix Released

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