9f42c5ad6a
Remove option from 'db sync' and 'db version' commands of 'keystone-manage'. We also remove handling code for providing '--expand' and '--migrate' in the same invocation, which isn't possible since they're in a mutually exclusive group. Finally, we clean some formatting things up in preparation for the alembic integration. Change-Id: I198822d6f55353f1adeea9024db67abb24be54c7 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
7 lines
200 B
YAML
7 lines
200 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The ``--extension`` option of ``keystone-manage db_sync`` has been
|
|
deprecated since 10.0.0 (Newton) and raised an error when provided. It
|
|
has now been removed entirely.
|