Skip to content

Commit d0f2e4b

Browse files
committed
diskimage-retrofit use Focal not Bionic
If the test uses bionic source image the charm has not be able to determine ubuntu_release which it cant always do. This causes breakage when the image is bionic because it has to apply ussuri uca for retrofit to work.
1 parent fccf457 commit d0f2e4b

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)