summaryrefslogtreecommitdiffstats
path: root/meta-openstack/README.setup
diff options
context:
space:
mode:
authorVu Tran <vu.tran@windriver.com>2014-02-28 09:11:10 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-03-17 14:23:14 -0400
commit386984449b5ba4ce3899950e7a3b1bded9b891d0 (patch)
tree9b37d41931ea054bc1bf182ba8c02fb4c523364a /meta-openstack/README.setup
parentf73baf996205c79fa447c18a781e322e59b50eea (diff)
downloadmeta-cloud-services-386984449b5ba4ce3899950e7a3b1bded9b891d0.tar.gz
cinder: enable lvm-iscsi backend
Currently compute-note does not have initiator iscsi working which is required to mount cinder block device over iscsi. Signed-off-by: Vu Tran <vu.tran@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/README.setup')
-rw-r--r--meta-openstack/README.setup8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-openstack/README.setup b/meta-openstack/README.setup
index 05265a3..ab0c261 100644
--- a/meta-openstack/README.setup
+++ b/meta-openstack/README.setup
@@ -103,6 +103,14 @@ be added to local.conf:
103 103
104 IMAGE_INSTALL_append = " cirros-guest-image" 104 IMAGE_INSTALL_append = " cirros-guest-image"
105 105
106* Cinder Additional Packages *
107
108On compute node, by default openstack-image-compute doesn't include
109initiator iscsi package. If open-iscsi-user recipe exists in layers,
110the following can be added to local.conf:
111
112 CINDER_EXTRA_FEATURES += "open-iscsi-user"
113
106Running an image 114Running an image
107---------------- 115----------------
108 116