From 17542c569c8cf741df417e15262b5e25c5818e76 Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Tue, 13 Mar 2018 18:36:01 -0500 Subject: [PATCH] Cinder: add qemu profile to cinder images This PS adds the qemu profile to cinder images Change-Id: I91f457471b0b9ae7d83a29ff6521ee319eea44f7 --- tools/images/openstack/newton/loci.sh | 2 +- tools/images/openstack/ocata/loci.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/images/openstack/newton/loci.sh b/tools/images/openstack/newton/loci.sh index fa602babfd..2280179273 100644 --- a/tools/images/openstack/newton/loci.sh +++ b/tools/images/openstack/newton/loci.sh @@ -65,7 +65,7 @@ sudo docker exec docker-in-docker docker build --force-rm --pull --no-cache \ --build-arg PROJECT=cinder \ --build-arg FROM=gcr.io/google_containers/ubuntu-slim:0.14 \ --build-arg PROJECT_REF=${OPENSTACK_VERSION} \ - --build-arg PROFILES="cinder lvm ceph" \ + --build-arg PROFILES="cinder lvm ceph qemu" \ --build-arg PIP_PACKAGES="pycrypto python-swiftclient" \ --build-arg WHEELS=openstackhelm/requirements:${IMAGE_TAG} \ --tag docker.io/openstackhelm/cinder:${IMAGE_TAG} diff --git a/tools/images/openstack/ocata/loci.sh b/tools/images/openstack/ocata/loci.sh index 852554db7a..58b05f6b6e 100644 --- a/tools/images/openstack/ocata/loci.sh +++ b/tools/images/openstack/ocata/loci.sh @@ -65,7 +65,7 @@ sudo docker exec docker-in-docker docker build --force-rm --pull --no-cache \ --build-arg PROJECT=cinder \ --build-arg FROM=gcr.io/google_containers/ubuntu-slim:0.14 \ --build-arg PROJECT_REF=${OPENSTACK_VERSION} \ - --build-arg PROFILES="cinder lvm ceph" \ + --build-arg PROFILES="cinder lvm ceph qemu" \ --build-arg PIP_PACKAGES="pycrypto python-swiftclient" \ --build-arg WHEELS=openstackhelm/requirements:${IMAGE_TAG} \ --tag docker.io/openstackhelm/cinder:${IMAGE_TAG}