neutron-lib/releasenotes/notes/placement-client-move-9f292ae2067c119c.yaml
Bence Romsics d32e570361 Placement client: move to neutron_lib.placement
Move neutron_lib.clients.placement to neutron_lib.placement.client
with the intent of consolidating all Placement code under
neutron_lib.placement.

Change-Id: I48babd7e8d9fddb4c072f12515676dff1c08ef17
Related-Bug: #1578989
2018-08-21 16:52:30 +02:00

7 lines
246 B
YAML

---
other:
- |
The ``PlacementAPIClient`` class is moved from
``neutron_lib.clients.placement`` to ``neutron_lib.placement.client``
in order to consolidate all Placement related logic under sub-package
``neutron_lib.placement``.