Bundle the os-brick library in the Glance image

Glance uses the os-brick library to attach and detach Cinder volumes
in case the Cinder volume backend uses iSCSI/FC/NVMeoF as the underlying
storage protocol.

One such case is when using volume-backend images with Cinder volume
backends that support volume cloning.

Change-Id: I2ba690d78c560bee6e9e4e562c9dbe4f2ce09318
This commit is contained in:
Kaloyan Kotlarski 2024-05-11 14:51:24 +03:00
parent 4cfb81939e
commit db74524c62
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ openstack_docker_images_dict:
- "PROJECT='glance'"
- "PROJECT_REF={{ branchname }}"
- "PROFILES='fluent ceph'"
- "PIP_PACKAGES='python-swiftclient'"
- "PIP_PACKAGES='python-swiftclient os-brick'"
- "WHEELS='{{ wheels_location }}'"
- "KEEP_ALL_WHEELS=yes"
tags: *imagetag