Skip to content

Commit

Permalink
Merge pull request #1300 from dosaboy/fix-retrofit-zed
Browse files Browse the repository at this point in the history
[zed] diskimage-retrofit use Focal not Bionic
  • Loading branch information
javacruft authored Jan 31, 2025
2 parents 89d5fcd + 4134d37 commit 68bd5b7
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 68bd5b7

Please sign in to comment.