octavia/octavia/db/migration/alembic_migrations
Michael Johnson a205ab3ebe Limit spares pool to the spare_amphora_pool_size
This patch fixes a bug where the housekeeping controllers may launch
more spare amphora than the spare_amphora_pool_size setting.

Story: 2003094
Task 23186

Change-Id: I4c98b3442d2471662488184fa7e91ac64ec33279
2019-03-12 09:32:43 -07:00
..
versions Limit spares pool to the spare_amphora_pool_size 2019-03-12 09:32:43 -07:00
README.rst Clarify that octavia-db-manage should be used 2017-01-19 00:18:49 +00:00
env.py Align logging on oslo_log 2018-06-17 11:32:32 -07:00
script.py.mako Drop support for SQL Schema Downgrades 2016-06-08 18:45:34 +03:00

README.rst

The migrations in the alembic/versions contain the migrations.

Before running this migration ensure that the database octavia exists.

To run migrations you must first be in the octavia/db/migration directory.

To migrate to the most current version run: $ octavia-db-manage upgrade head