neutron-lib/neutron_lib/placement
Rodolfo Alonso Hernandez 691cd287ba PlacementAPIClient.update_resource_class client call missing argument
"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

Change-Id: Iedcad7c81a913923506bed2762b60b094f2d601d
Closes-Bug: #1794545
2018-09-26 16:15:16 +01:00
..
__init__.py Placement client: move to neutron_lib.placement 2018-08-21 16:52:30 +02:00
client.py PlacementAPIClient.update_resource_class client call missing argument 2018-09-26 16:15:16 +01:00
constants.py Placement: constants 2018-08-21 16:52:30 +02:00
utils.py Placement: utils 2018-08-21 16:52:30 +02:00