← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1350022] [NEW] novaclient passes wrong parameter when creating a flavor via v3 API

 

Public bug reported:

When creating a flavor with nova v3 API, it failed like the following:

$ nova --os-compute-api-version 3 flavor-create m1.tiny 11 64 0 1
ERROR (BadRequest): Invalid input for field/attribute flavor. Value: {u'name': u'm1.tiny', u'flavor-access:is_public': True, u'ram': 64, u'ephemeral': 0, u'vcpus': 1, u'swap': 0, u'rxtx_factor': 1.0, u'disk': 0, u'id': u'11'}. Additional properties are not allowed (u'rxtx_factor' was unexpected) (HTTP 400)
$

** Affects: nova
     Importance: Undecided
         Status: New

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

Title:
  novaclient passes wrong parameter when creating a flavor  via v3 API

Status in OpenStack Compute (Nova):
  New

Bug description:
  When creating a flavor with nova v3 API, it failed like the following:

  $ nova --os-compute-api-version 3 flavor-create m1.tiny 11 64 0 1
  ERROR (BadRequest): Invalid input for field/attribute flavor. Value: {u'name': u'm1.tiny', u'flavor-access:is_public': True, u'ram': 64, u'ephemeral': 0, u'vcpus': 1, u'swap': 0, u'rxtx_factor': 1.0, u'disk': 0, u'id': u'11'}. Additional properties are not allowed (u'rxtx_factor' was unexpected) (HTTP 400)
  $

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


Follow ups

References