summaryrefslogtreecommitdiffstats
path: root/meta-openstack/DOC
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-08-11 00:04:39 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-08-28 18:41:59 -0400
commit106487af8f1d02f556d69f5274cf10a6c04c73dc (patch)
tree4484b8d3819ff8137a36d3cd5f027034680c7cf5 /meta-openstack/DOC
parenta4a9a068bae9a8a7bfb269e480e4ed3ed74ffd3d (diff)
downloadmeta-cloud-services-106487af8f1d02f556d69f5274cf10a6c04c73dc.tar.gz
openstack: rename and clarify image names
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/DOC')
-rw-r--r--meta-openstack/DOC10
1 files changed, 6 insertions, 4 deletions
diff --git a/meta-openstack/DOC b/meta-openstack/DOC
index 66fa085..160e67a 100644
--- a/meta-openstack/DOC
+++ b/meta-openstack/DOC
@@ -52,14 +52,16 @@ necessary revisions in the README file.
52 52
53Building an image 53Building an image
54----------------- 54-----------------
55* There are two new target images: nova-image-compute and nova-image-controller 55
56that contain the packagegroups with the same name, that have been describe 56* There are three new target images: openstack-image-compute,
57in the previous section. 57openstack-image-network and openstack-image-controller that contain the
58packagegroups with the same name, that have been described in the previous
59section.
58 60
59* Once a buildir has been initialized you have to append the necessary layers 61* Once a buildir has been initialized you have to append the necessary layers
60to the bblayers.conf file: 62to the bblayers.conf file:
61 /meta-virtualization \ 63 /meta-virtualization \
62 /meta-openstack \ 64 /meta-cloud/meta-openstack \
63 /meta-openembedded/meta-oe \ 65 /meta-openembedded/meta-oe \
64 /meta-openembedded/meta-networking \ 66 /meta-openembedded/meta-networking \
65 67