summaryrefslogtreecommitdiffstats
path: root/meta-openstack/README.setup
diff options
context:
space:
mode:
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