Skip to content

Commit

Permalink
diskimage-retrofit use Focal not Bionic
Browse files Browse the repository at this point in the history
If the test uses bionic source image the charm has not be able
to determine ubuntu_release which it cant always do. This
causes breakage when the image is bionic because it has to apply
ussuri uca for retrofit to work.
dosaboy committed Jan 30, 2025

Verified

This commit was signed with the committer’s verified signature.
djhi Gildas Garcia
1 parent 89d5fcd commit 4134d37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@ def test_retrofit_image_source_image(self):
glance = openstack.get_glance_session_client(session)

for image in glance.images.list(filters={'os_distro': 'ubuntu',
'os_version': '18.04'}):
'os_version': '20.04'}):
action = zaza.model.run_action(
'octavia-diskimage-retrofit/0',
'retrofit-image',

0 comments on commit 4134d37

Please sign in to comment.