2a3922dee7e2d552a2e398a25e6cd217c4f4a2c4

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>
osc-placement
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.
- Free software: Apache license
- Documentation: https://docs.openstack.org/osc-placement/latest/index.html
- Source: https://opendev.org/openstack/osc-placement
- Bugs: https://storyboard.openstack.org/#!/project/openstack/osc-placement
- Release notes: https://docs.openstack.org/releasenotes/osc-placement/
Description
Languages
Python
100%