summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-extended/guest-images
Commit message (Collapse)AuthorAgeFilesLines
* meta-openstack: Fix whitespace warningsHEADmasterRyosuke Saito2025-07-171-2/+2
| | | | | | | | | | | | | Add whitespaces around variable assignments to eliminate the build warnings: WARNING: python-ceilometer_git.bb:25 has a lack of whitespace around the assignment: 'KEYSTONE_HOST="${CONTROLLER_IP}"' WARNING: python-cinder_git.bb:39 has a lack of whitespace around the assignment: 'KEYSTONE_HOST="${CONTROLLER_IP}"' ... Signed-off-by: Ryosuke Saito <ryosuke.saito@linaro.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* global: convert license to SPDX variantsBruce Ashfield2022-03-251-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* global: overrides conversionBruce Ashfield2021-07-311-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* cirros: make root home configurableBruce Ashfield2014-07-311-3/+3
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* Upgrade cirros guest image to 0.3.2Andy Ning2014-06-171-3/+4
| | | | | | | | | | | | | cirros 0.3.0 has a bug which ignores classless static routes passed by dhcp option 121. This static route is needed for the instance to access metadata service from 169.254.169.254. 0.3.2 has this bug fixed. Details about this bug can be found at: https://bugs.launchpad.net/cirros/+bug/1190372 Updated documents that reference specific version of cirros as well. Note: 0.3.2 download URI (SRC_URI) has been changed from "https://launchpad.net/cirros/trunk" to "http://download.cirros-cloud.net", since cirros binary downloads are all in the new URI. Signed-off-by: Andy Ning <andy.ning@windriver.com>
* OpenStack: all-in-one nodeAmy Fong2014-04-151-0/+21
Introduce image openstack-image-aio, integrating both compute and controller functionality Signed-off-by: Amy Fong <amy.fong@windriver.com>