Go to file
Sean Mooney fa4c7e379d add pyproject.toml to support pip 23.1
pip 23.1 removed the "setup.py install" fallback for projects
that do not have pyproject.toml and now uses a pyproject.toml
which is vendored in pip.
To address that, this change adds the minimal pyproject.toml
to enable pbr to be properly used to build editable wheels.

This is required to support installing devstack on
centos stream 9 and related distros with GLOBAL_VENV=True
Without this change the wsgi scripts are not generated in
editable mode. i.e. pip install -e /opt/stack/keystone

See https://pip.pypa.io/en/stable/news/#v23-1
and https://github.com/pypa/pip/issues/8368 for more
details on the removal of the fallback support.

setuptools v64.0.0 is used to support editable installs
via its PEP-660 implmentation
https://github.com/pypa/setuptools/pull/3488

Change-Id: Iba16dde8ddb5b0da2bb191c38ab6a72c0b2db007
2023-11-02 11:54:26 +00:00
2021-01-03 17:41:48 +08: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
2021-10-25 07:26:36 +00:00
2020-04-13 11:28:10 +02: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.6 MiB
Languages
Python 100%