Merge "Fix deprecation warning"

This commit is contained in:
Zuul 2019-07-10 17:32:55 +00:00 committed by Gerrit Code Review
commit 81ef527d54

View File

@ -52,8 +52,8 @@
option: need_online_data_migrations option: need_online_data_migrations
value: False value: False
when: when:
- not data_migrations | skipped - data_migrations is not skipped
- data_migrations is succeeded - data_migrations is succeeded
- name: Create the cell1 mapping entry in the nova API DB - name: Create the cell1 mapping entry in the nova API DB
command: >- command: >-