Skip to content

Commit f1de613

Browse files
authored
Merge pull request #1299 from dosaboy/fix-retrofit-antelope
[antelope] diskimage-retrofit use Focal not Bionic
2 parents 754535e + 3bec87d commit f1de613

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)