Skip to content

Commit 4b4db7b

Browse files
authored
Merge pull request #1303 from dosaboy/fix-retrofit-wallaby
[wallaby] diskimage-retrofit use Focal not Bionic
2 parents fccf457 + d0f2e4b commit 4b4db7b

File tree

1 file changed

+1
-1
lines changed
  • zaza/openstack/charm_tests/octavia/diskimage_retrofit

1 file changed

+1
-1
lines changed

zaza/openstack/charm_tests/octavia/diskimage_retrofit/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def test_retrofit_image_source_image(self):
5555
glance = openstack.get_glance_session_client(session)
5656

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

0 commit comments

Comments
 (0)