Drop unnecessary mocking of get_minimum_version_all_cells

Service version 14 is too old. The actual logic for that version was
already removed.

Change-Id: Ifa2430c2ed983c61bb7232b009d471b45e7a74ec
This commit is contained in:
Takashi Kajinami
2024-02-17 00:20:16 +09:00
parent 84a3e254e8
commit 0dd6b1d9fa
@@ -6866,8 +6866,6 @@ class ServersControllerCreateTestV237(test.NoDBTestCase):
when networks is 'none' which means no network will be allocated.
"""
with test.nested(
mock.patch('nova.objects.service.get_minimum_version_all_cells',
return_value=14),
mock.patch.object(nova.compute.flavors, 'get_flavor_by_flavor_id',
return_value=objects.Flavor()),
mock.patch.object(