diskimage-builder/elements/cinder/os-refresh-config/post-configure.d/72-cinder

9 lines
166 B
Plaintext
Raw Normal View History

#!/bin/bash
set -eu
service iscsitarget restart
service open-iscsi restart
service cinder-api restart
service cinder-volume restart
service cinder-scheduler restart