Go to file
Stephen Finucane 2a3922dee7 Remove use of distutils
This has been removed in Python 3.12, which is preventing us using
osc-placement in those environments. Thankfully we only use it for
StrictVersion which we are using to parse microversions. This is
actually overkill here since we can always expect a version string like
'1.5', thus we do this parsing ourselves rather than drag in a new
library like 'microversion_parse'.

Change-Id: I2923238f8b30568bceb1799882d4468ff1d7e538
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2024-07-25 13:05:53 +01:00
2021-01-03 17:41:48 +08:00
2024-07-25 13:05:53 +01:00
2017-03-22 11:58:28 +02:00
2019-09-24 17:27:09 +01:00
2019-04-19 19:32:00 +00:00
2017-03-22 11:58:28 +02:00
2017-03-22 11:58:28 +02:00
2017-03-22 11:58:28 +02:00
2017-03-22 11:58:28 +02:00
2019-09-24 17:26:39 +01:00
2024-05-09 19:58:01 +00:00
2020-04-13 11:28:10 +02:00
2024-01-17 01:41:54 +09:00
2024-05-21 17:13:58 +00:00

osc-placement

image

OpenStackClient plugin for the Placement service

This is an OpenStackClient plugin, that provides CLI for the Placement service. Python API binding is not implemented - Placement API consumers are encouraged to use the REST API directly, CLI is provided only for convenience of users.

Description
OpenStackClient plugin for Placement service
Readme 3.5 MiB
Languages
Python 100%