diff options
Diffstat (limited to 'meta-openstack/recipes-extended/images/nova-image-controller.bb')
| -rw-r--r-- | meta-openstack/recipes-extended/images/nova-image-controller.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-openstack/recipes-extended/images/nova-image-controller.bb b/meta-openstack/recipes-extended/images/nova-image-controller.bb new file mode 100644 index 0000000..06141fb --- /dev/null +++ b/meta-openstack/recipes-extended/images/nova-image-controller.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | IMAGE_FEATURES += "ssh-server-openssh package-management" | ||
| 2 | EXTRA_IMAGE_FEATURES = "tools-debug debug-tweaks" | ||
| 3 | |||
| 4 | IMAGE_INSTALL = "\ | ||
| 5 | ${CORE_IMAGE_BASE_INSTALL} \ | ||
| 6 | ${ROOTFS_PKGMANAGE_BOOTSTRAP} \ | ||
| 7 | packagegroup-core-basic \ | ||
| 8 | python-nova \ | ||
| 9 | python-novaclient \ | ||
| 10 | python-glance \ | ||
| 11 | python-keystone \ | ||
| 12 | qpid \ | ||
| 13 | qpid-python \ | ||
| 14 | " | ||
| 15 | |||
| 16 | inherit core-image | ||
| 17 | |||
| 18 | # Ensure extra space for guest images | ||
| 19 | #IMAGE_ROOTFS_EXTRA_SPACE = "41943040" | ||
