diff options
Diffstat (limited to 'deploy/adapters/ansible/openstack_newton_xenial/roles/storage/files')
-rwxr-xr-x | deploy/adapters/ansible/openstack_newton_xenial/roles/storage/files/storage | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/deploy/adapters/ansible/openstack_newton_xenial/roles/storage/files/storage b/deploy/adapters/ansible/openstack_newton_xenial/roles/storage/files/storage deleted file mode 100755 index 3acc6115..00000000 --- a/deploy/adapters/ansible/openstack_newton_xenial/roles/storage/files/storage +++ /dev/null @@ -1,10 +0,0 @@ -#! /bin/bash -### BEGIN INIT INFO -# Provides: Storage -# Required-Start: $remote_fs $network -# Required-Stop: $remote_fs $network -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Description: Storage -### END INIT INFO -loop_dev=`sh /opt/setup_storage/losetup.sh` |