File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -196,9 +196,12 @@ def test_boot_from_volume_10_servers_255_volumes_2_images(self):
196
196
# We only care about API performance in this test case so stub out
197
197
# conductor to not do anything.
198
198
self .useFixture (nova_fixtures .NoopConductorFixture ())
199
- images = self .api .get_images ()
200
- image1 = images [0 ]['id' ]
201
- image2 = images [1 ]['id' ]
199
+ # NOTE(gibi): Do not use 'c905cedb-7281-47e4-8a62-f26bc5fc4c77' image
200
+ # as that is defined with a separate kernel image, leading to one extra
201
+ # call to nova.image.api.API.get from compute.api
202
+ # _handle_kernel_and_ramdisk()
203
+ image1 = 'a2459075-d96c-40d5-893e-577ff92e721c'
204
+ image2 = '76fa36fc-c930-4bf3-8c8a-ea2a2420deb6'
202
205
server = self ._build_minimal_create_server_request (
203
206
self .api , 'test_boot_from_volume_10_servers_255_volumes_2_images' )
204
207
server .pop ('imageRef' )
You can’t perform that action at this time.
0 commit comments