We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 754535e + 3bec87d commit f1de613Copy full SHA for f1de613
zaza/openstack/charm_tests/octavia/diskimage_retrofit/tests.py
@@ -55,7 +55,7 @@ def test_retrofit_image_source_image(self):
55
glance = openstack.get_glance_session_client(session)
56
57
for image in glance.images.list(filters={'os_distro': 'ubuntu',
58
- 'os_version': '18.04'}):
+ 'os_version': '20.04'}):
59
action = zaza.model.run_action(
60
'octavia-diskimage-retrofit/0',
61
'retrofit-image',
0 commit comments