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.
  • Loading branch information
dosaboy committed Jan 30, 2025
1 parent 5ce798b commit 3b3ce58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 3b3ce58

Please sign in to comment.