placement/doc
Tetsuro Nakamura 3d696b2207 Add alembic version stamp capability to the DB
Now we have `placement-manage db sync` CLI, which upgrades the
placement DB to the current version using alembic. However, if you
have already created tables in placement, the command fails on having
the initial upgrade: (initial) -> (b4ed3a175331). This is because it
assumes the initial DB has no contents and tries to create the tables.

Since this can be a problem for nova-api -> placement migration case,
where we expect placement DB has tables before starting alembic
version mangement via the migration script in `tools/*-migrate-db.sh`,
this patch provides a way to stamp the current version via the CLI:
`placement-manage db stamp <version>`.

Change-Id: I65fa8fd6e2479224f1b25cd62ca15a90d5948424
2018-12-03 22:43:28 +00:00
..
source Add alembic version stamp capability to the DB 2018-12-03 22:43:28 +00:00
README.rst De-nova-ify doc/README.rst 2018-10-16 10:58:23 +09:00
requirements.txt Replace support matrix ext with common library 2018-07-16 15:04:00 +01:00

README.rst

OpenStack Placement Documentation README

Configuration, contributor, install, and usage documentation is sourced here and built to: https://docs.openstack.org/placement/latest/

Note that the Placement API reference is maintained under the /api-ref directory and built to: https://developer.openstack.org/api-ref/placement/