d32e570361
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
7 lines
246 B
YAML
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``. |