Copy created image into all available glance stores
The openstack can have multiple glance stores deployed/available.
It may be a proper thing to copy newly created signed image into
all the available glance stores so barbican tempest tests can access
image regardless on which compute and storage backend they are ran on
and regardless on which glance store is local.
Additionally there is a nova-compute conf parameter[1] which can even
prevent instances being spawned from image which is not available in local
glance store.
The copy-image would happen only if import_image tempest cong option
is available which indicates glance multistore is available.
[1] https://review.opendev.org/#/c/657078/
Change-Id: I1f0d8be1b237da0c96e820c4b3dca09a83b29752
1 file changed