5a97e855f5
Resolve the following warnings issued in recent versions of SQLAlchemy: SADeprecationWarning: Implicit coercion of SELECT and textual SELECT constructs into FROM clauses is deprecated; please call .subquery() on any Core select or ORM Query object in order to produce a subquery object. The resolution is simple: instead of using 'FromClause.alias', use 'Query.subquery'. A warning filter is included to prevent us reintroducing this issue in the future. It can be dropped once we start using SQLAlchemy 2.0 where this behavior will be removed. This change requires bumping SQLAlchemy to 1.4.0, which is the first version to introduce the selectable '.subquery()' method. We must also bump oslo.db to 8.6.0, which is the first version to support SQLAlchemy 1.4.x. The alternative would be to introduce a switch based on SQLAlchemy versions, but that's tech debt that'll have to be cleaned up. Change-Id: I6300be962dc3ce391f70d7c7e8af7cb4d6ce9baf Signed-off-by: Stephen Finucane <stephenfin@redhat.com> |
||
---|---|---|
api-ref | ||
doc | ||
etc/placement | ||
gate | ||
placement | ||
placement_db_tools | ||
playbooks | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.stestr.conf | ||
.zuul.yaml | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
If you are viewing this README on GitHub, please be aware that placement development happens on OpenStack git and OpenStack gerrit.
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:
For more information on OpenStack APIs, SDKs and CLIs in general, refer to:
Operators
To learn how to deploy and configure OpenStack Placement, consult the documentation available online at:
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:
Developers
For information on how to contribute to Placement, please see the contents of CONTRIBUTING.rst.
Further developer focused documentation is available at: