Metadata-Version: 2.1
Name: openstack-placement
Version: 12.1.0.dev24
Summary: Resource provider inventory usage and allocation service
Home-page: https://docs.openstack.org/placement/latest/
Author: OpenStack
Author-email: openstack-discuss@lists.openstack.org
Project-URL: Bug Tracker, https://bugs.launchpad.net/placement
Project-URL: Documentation, https://docs.openstack.org/placement/latest/
Project-URL: API Reference, https://docs.openstack.org/api-ref/placement/
Project-URL: Source Code, https://opendev.org/openstack/placement
Project-URL: Release Notes, https://docs.openstack.org/releasenotes/placement/
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
License-File: LICENSE
Requires-Dist: pbr>=3.1.1
Requires-Dist: SQLAlchemy>=1.4.0
Requires-Dist: keystonemiddleware>=4.18.0
Requires-Dist: Routes>=2.3.1
Requires-Dist: WebOb>=1.8.2
Requires-Dist: jsonschema>=3.2.0
Requires-Dist: requests>=2.25.0
Requires-Dist: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0
Requires-Dist: oslo.concurrency>=3.26.0
Requires-Dist: oslo.config>=6.7.0
Requires-Dist: oslo.context>=2.22.0
Requires-Dist: oslo.log>=4.3.0
Requires-Dist: oslo.serialization>=2.25.0
Requires-Dist: oslo.utils>=4.5.0
Requires-Dist: oslo.db>=8.6.0
Requires-Dist: oslo.policy>=4.4.0
Requires-Dist: oslo.middleware>=3.31.0
Requires-Dist: oslo.upgradecheck>=1.3.0
Requires-Dist: os-resource-classes>=1.1.0
Requires-Dist: os-traits>=3.1.0
Requires-Dist: microversion-parse>=0.2.1

If you are viewing this README on GitHub, please be aware that placement
development happens on `OpenStack git
<https://opendev.org/openstack/placement/>`_ and `OpenStack
gerrit <https://review.opendev.org>`_.

===================
OpenStack Placement
===================

.. image:: https://governance.openstack.org/tc/badges/placement.svg
    :target: https://governance.openstack.org/tc/reference/tags/index.html

OpenStack Placement provides an HTTP service for managing, selecting,
and claiming providers of classes of inventory representing available
resources in a cloud.

API
---

To learn how to use Placement's API, consult the documentation available
online at:

- `Placement API Reference <https://docs.openstack.org/api-ref/placement/>`__

For more information on OpenStack APIs, SDKs and CLIs in general, refer to:

- `OpenStack for App Developers <https://www.openstack.org/appdev/>`__
- `Development resources for OpenStack clouds
  <https://developer.openstack.org/>`__

Operators
---------

To learn how to deploy and configure OpenStack Placement, consult the
documentation available online at:

- `OpenStack Placement <https://docs.openstack.org/placement/>`__

In the unfortunate event that bugs are discovered, they should be reported to
the appropriate bug tracker. If you obtained the software from a 3rd party
operating system vendor, it is often wise to use their own bug tracker for
reporting problems. In all other cases use the master OpenStack bug tracker,
available at:

- `Bug Tracker <https://bugs.launchpad.net/placement>`__
- `File new Bug <https://bugs.launchpad.net/placement/+filebug>`__

Developers
----------

For information on how to contribute to Placement, please see the contents of
CONTRIBUTING.rst.

Further developer focused documentation is available at:

- `Official Placement Documentation <https://docs.openstack.org/placement/>`__

