From 90f0077cbaf1a01c1eb2ec087845da5800e9ae45 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Thu, 22 Nov 2012 15:04:51 +1300 Subject: [PATCH] Use base in all examples. --- docs/ci.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ci.md b/docs/ci.md index bc36f852..a1159e14 100644 --- a/docs/ci.md +++ b/docs/ci.md @@ -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).