Merge "Remove obsolete note about image search"

This commit is contained in:
Zuul 2017-11-24 08:45:37 +00:00 committed by Gerrit Code Review
commit 82ef2cec11

View File

@ -167,9 +167,6 @@ class API(rpc_service.API):
self._cast(host, 'image_pull', image=image)
def image_search(self, context, host, image, image_driver, exact_match):
# NOTE(hongbin): Image API doesn't support multiple compute nodes
# scenario yet, so we temporarily set host to None and rpc will
# choose an arbitrary host.
return self._call(host, 'image_search', image=image,
image_driver_name=image_driver,
exact_match=exact_match)