Correct cinder online migrations command

The correct form of the command is:

cinder-manage db online_data_migrations

Change-Id: Iaf83b1e666ef4fe1910793ceb6edc8a51a067249
This commit is contained in:
Jesse Pretorius 2017-08-30 07:50:20 +01:00
parent cdedb948c5
commit 111331cdd2

View File

@ -217,7 +217,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: