← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1794545] [NEW] PlacementAPIClient.update_resource_class wrong client call, missing argument

 

Public bug reported:

"PlacementAPIClient.update_resource_class" is calling Placement client
"put" method with a missing argument, "data". In this call, "data"
should be None [1], but it's a positional argument and must be passed.

[1]
https://github.com/openstack/nova/blob/master/nova/api/openstack/placement/microversion.py#L41

** Affects: neutron
     Importance: Undecided
     Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez)
         Status: New

** Changed in: neutron
     Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1794545

Title:
  PlacementAPIClient.update_resource_class wrong client call, missing
  argument

Status in neutron:
  New

Bug description:
  "PlacementAPIClient.update_resource_class" is calling Placement client
  "put" method with a missing argument, "data". In this call, "data"
  should be None [1], but it's a positional argument and must be passed.

  [1]
  https://github.com/openstack/nova/blob/master/nova/api/openstack/placement/microversion.py#L41

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


Follow ups