Correct cinder online migrations command

The correct form of the command is:

cinder-manage db online_data_migrations

Change-Id: I0bbd3ce0fac72ef528ee7796dbe9da6fabd30a43
(cherry picked from commit 96160f084d)
This commit is contained in:
Jesse Pretorius 2017-08-30 08:56:52 +01:00
parent ab5b6d79e0
commit b3f53ea50e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
changed_when: false
- 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: