summaryrefslogtreecommitdiff
path: root/openstack-cinder.configure
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-04-22 14:14:35 +0000
committerBaserock Gerrit <gerrit@baserock.org>2015-04-24 13:50:50 +0000
commit9e7b9c4d0cc17e31f3c84c2d6ae9a95a5f97527c (patch)
treec7bee0e149f485100de46ad179c296dc699be01d /openstack-cinder.configure
parentdcb95e689f2f61a61ef50822f8cb0e9543c8005d (diff)
downloaddefinitions-9e7b9c4d0cc17e31f3c84c2d6ae9a95a5f97527c.tar.gz
Configure and start an iSCSI initiator on all required machines
The OpenStack Ironic Conductor service requires that an iSCSI initiator is running on the same local machine. This commit configures and sets an iSCSI initiator to run on the controller node on a two-node and three-node OpenStack system. For a one-node system, this service was already configured as it is required by OpenStack Cinder. Change-Id: I46291d9cd1a31e3ff91888401d45ab0dc67e3677
Diffstat (limited to 'openstack-cinder.configure')
-rw-r--r--openstack-cinder.configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack-cinder.configure b/openstack-cinder.configure
index a971dc4c..587a0f83 100644
--- a/openstack-cinder.configure
+++ b/openstack-cinder.configure
@@ -89,7 +89,7 @@ check_bool CINDER_ENABLE_STORAGE
######################################
if "$CINDER_ENABLE_COMPUTE" || "$CINDER_ENABLE_STORAGE"; then
- enable openstack-cinder-iscsi-setup
+ enable iscsi-setup
enable target #target.service!
enable iscsid
fi