Correct cinder online migrations command
The correct form of the command is: cinder-manage db online_data_migrations Change-Id: I0bbd3ce0fac72ef528ee7796dbe9da6fabd30a43
This commit is contained in:
parent
f869082c23
commit
96160f084d
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user