Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OpenStack: all-in-one node | Amy Fong | 2014-04-15 | 1 | -21/+0 |
| | | | | | | Introduce image openstack-image-aio, integrating both compute and controller functionality Signed-off-by: Amy Fong <amy.fong@windriver.com> | ||||
* | cirros: stash and squash | Bruce Ashfield | 2013-10-03 | 1 | -3/+5 |
| | | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> | ||||
* | openstack-controller-deploy: cirros simple guest support | Bruce Ashfield | 2013-10-03 | 1 | -0/+19 |
It is often desireable to test a OpenStack controller and compute node pair with a small, well known image. The cirros simple cloud image fits this bill. To enable the inclusion of this image, add: IMAGE_INSTALL_append = " cirros-guest-image" to local.conf (or relevant configuration file). Once the build completes, the cirros image can be found in /root/images/ Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> |