blob: 97754e0d69ff0152a1b05400d16288adcd84f767 [file] [log] [blame]
{% from "cinder/map.jinja" import controller with context %}
cinder_controller_online_data_migrations:
cmd.run:
- name: cinder-manage db online_data_migrations
- runas: 'cinder'
{%- if grains.get('noservices') or controller.get('role', 'primary') == 'secondary' %}
- onlyif: /bin/false
{%- endif %}