Skip to content

Commit

Permalink
Merge pull request #1304 from dosaboy/fix-retrofit-victoria
Browse files Browse the repository at this point in the history
[victoria] diskimage-retrofit use Focal not Bionic
  • Loading branch information
javacruft authored Jan 31, 2025
2 parents 22198b2 + 7a42f6b commit f02e12b
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 f02e12b

Please sign in to comment.