Metadata-Version: 2.1
Name: openstack-placement
Version: 1.0.0.0rc1
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
License: UNKNOWN
Platform: UNKNOWN
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: pbr (!=2.1.0,>=2.0.0)
Requires-Dist: SQLAlchemy (!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10)
Requires-Dist: keystonemiddleware (>=4.18.0)
Requires-Dist: Routes (>=2.3.1)
Requires-Dist: WebOb (>=1.8.2)
Requires-Dist: jsonschema (<3.0.0,>=2.6.0)
Requires-Dist: requests (>=2.14.2)
Requires-Dist: six (>=1.10.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.19.2)
Requires-Dist: oslo.log (>=3.36.0)
Requires-Dist: oslo.serialization (!=2.19.1,>=2.18.0)
Requires-Dist: oslo.utils (>=3.37.0)
Requires-Dist: oslo.db (>=4.40.0)
Requires-Dist: oslo.policy (>=1.35.0)
Requires-Dist: oslo.i18n (>=3.15.3)
Requires-Dist: oslo.middleware (>=3.31.0)
Requires-Dist: oslo.upgradecheck (>=0.2.0)
Requires-Dist: os-resource-classes (>=0.2.0)
Requires-Dist: os-traits (>=0.4.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://git.openstack.org/cgit/openstack/placement/>`_ and `OpenStack
gerrit <https://review.openstack.org>`_.

========================
Team and repository tags
========================

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

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

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://developer.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://storyboard.openstack.org/#!/project/openstack/placement>`__

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/>`__



