mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 17:27:33 +00:00
Cinder: add qemu profile to cinder images
This PS adds the qemu profile to cinder images Change-Id: I91f457471b0b9ae7d83a29ff6521ee319eea44f7
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user