Cinder: add qemu profile to cinder images
This PS adds the qemu profile to cinder images Change-Id: I91f457471b0b9ae7d83a29ff6521ee319eea44f7
This commit is contained in:
parent
e9ff3afd7a
commit
17542c569c
@ -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}
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user