Use base in all examples.

This commit is contained in:
Robert Collins 2012-11-22 15:04:51 +13:00
parent 51cbc17c4a
commit 90f0077cba
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ Jenkins
* Jobs to build:
* bootstrap VM from-scratch (archive bootstrap.qcow2).
disk-image-create vm devstack -o bootstrap -a i386
disk-image-create vm base devstack -o bootstrap -a i386
* devstack nova-bm execution (archive the resulting image).
Chained off of the bootstrap vm build
@ -25,7 +25,7 @@ Jenkins
* bootstrap VM via image-build chain (archive bm-cloud.qcow2).
disk-image-create vm glance nova-bm swift mysql haproxy-api \
disk-image-create vm base glance nova-bm swift mysql haproxy-api \
haproxy-mysql cinder quantum rabbitmq -o bootstrap-prod
* baremetal SPOF node build (archive the resulting image).