octavia/octavia/db/migration/alembic_migrations
Dawson Coleman d47f164a60 Add ability to specify TLS cipher list for pools
Pools can now be each be assigned an OpenSSL cipher string with the
field tls_ciphers.  A new configuration option, default_pool_ciphers,
specifies what cipher string to use for new tls-enabled pools
if one is not explicitly specified at time of creation.

Change-Id: Iedb7774bfb8d70ea307d6a513248e1fe2389fa34
Depends-On: I77da6f14063877af0077f2c12df1aab5d5ead187
Story: 2006627
Task: 37172
2020-04-07 20:59:56 -05:00
..
versions Add ability to specify TLS cipher list for pools 2020-04-07 20:59:56 -05:00
README.rst Clarify that octavia-db-manage should be used 2017-01-19 00:18:49 +00:00
env.py Fix a few nits from the main volume-based patch 2019-09-12 10:32:45 +00: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