Skip to content

Commit

Permalink
Merge pull request #1296 from dosaboy/fix-retrofit
Browse files Browse the repository at this point in the history
diskimage-retrofit use Focal not Bionic
  • Loading branch information
javacruft authored Jan 31, 2025
2 parents 859efef + f4aa1e1 commit dd14fe7
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 dd14fe7

Please sign in to comment.