Correct cinder online migrations command

The correct form of the command is:

cinder-manage db online_data_migrations

Change-Id: Iaf83b1e666ef4fe1910793ceb6edc8a51a067249
(cherry picked from commit 111331cdd2)
This commit is contained in:
Jesse Pretorius 2017-08-30 07:50:20 +01:00
parent 2b1bc00b3f
commit d5048ca83b
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@
- cinder
tasks:
- name: Perform online data migrations
command: "{{ cinder_bin }}/cinder-manage db online-data-migrations"
command: "{{ cinder_bin }}/cinder-manage db online_data_migrations"
become: yes
become_user: "{{ cinder_system_user_name }}"
when: