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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to