nova-lxd/nova/virt/lxd
Sahid Orentino Ferdjaoui 5ce47afcb2 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.

Also, to ensure that the unit tests pass on a machine with lxd installed
as a snap, there are some additional mocks needed.

Change the nova dependency to pull from stable/stein rather than master.

Change-Id: Iaa1c7e9717619b087b98cc5171de2984954ccc6e
Closes-Bug: #1824300
Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@canonical.com>
(cherry picked from commit d0faf787d9)
2019-07-18 18:18:15 +01:00
..
__init__.py Fix nova-lxd driver loading 2016-05-11 10:06:16 -04:00
common.py Add snapped version of LXD support to nova-lxd 2019-04-03 10:02:56 +00:00
driver.py driver: add missing use_cache parameter for get_info() 2019-07-18 18:18:15 +01:00
flavor.py Fix sizing and quotas nova to lxd on unsupported backends 2018-11-13 18:36:12 +00:00
session.py Add back in instance to logging entries 2018-06-12 10:00:44 +00:00
storage.py Fix i18n import issue when using _ in storage.py 2018-10-24 16:14:09 +01:00
vif.py add mutex to protect container instances 2019-01-21 15:18:26 +00:00