Merge "Remove max count from Cinder online schema migration"
This commit is contained in:
commit
99936f1215
ansible/roles/cinder
releasenotes/notes
@ -56,10 +56,6 @@ cinder_database_name: "cinder"
|
||||
cinder_database_user: "{% if use_preconfigured_databases | bool and use_common_mariadb_user | bool %}{{ database_user }}{% else %}cinder{% endif %}"
|
||||
cinder_database_address: "{{ database_address | put_address_in_context('url') }}:{{ database_port }}"
|
||||
|
||||
# Max number of object to consider
|
||||
# when run online data migration
|
||||
# cinder_max_number_osm: ""
|
||||
|
||||
####################
|
||||
# Docker
|
||||
####################
|
||||
|
@ -22,7 +22,6 @@
|
||||
environment:
|
||||
KOLLA_OSM:
|
||||
KOLLA_CONFIG_STRATEGY: "{{ config_strategy }}"
|
||||
MAX_NUMBER: "{{ cinder_max_number_osm | default(10) }}"
|
||||
image: "{{ cinder_api.image }}"
|
||||
labels:
|
||||
BOOTSTRAP:
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes an issue with Cinder upgrades that would cause online schema
|
||||
migration to fail. `LP#1880753 <https://launchpad.net/bugs/1880753>`__
|
Loading…
x
Reference in New Issue
Block a user