91351658b3
Updating the cinder element to reflect the new desired way to ship os-refresh-config scripts. Change-Id: Ibde1275725241204f6097ad7cc0ba0de5e6cd431
9 lines
166 B
Bash
Executable File
9 lines
166 B
Bash
Executable File
#!/bin/bash
|
|
set -eu
|
|
|
|
service iscsitarget restart
|
|
service open-iscsi restart
|
|
service cinder-api restart
|
|
service cinder-volume restart
|
|
service cinder-scheduler restart
|