Comment 2 for bug 1824300

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova-lxd (master)

Reviewed: https://review.openstack.org/652054
Committed: https://git.openstack.org/cgit/openstack/nova-lxd/commit/?id=d0faf787d92e20a55faf35ea6d95dd4d7ae7e598
Submitter: Zuul
Branch: master

commit d0faf787d92e20a55faf35ea6d95dd4d7ae7e598
Author: Sahid Orentino Ferdjaoui <email address hidden>
Date: Fri Apr 12 12:16:13 2019 +0000

    driver: add missing use_cache parameter for get_info()

    With 19cb8280232 The driver interface has been updated. Now that the
    method get_info() has an extra parameter 'use_cache'. That one is
    currently not going to be used in lxd driver since we don't cache such
    info.

    Change-Id: Iaa1c7e9717619b087b98cc5171de2984954ccc6e
    Closes-Bug: #1824300
    Signed-off-by: Sahid Orentino Ferdjaoui <email address hidden>