Files
nova/nova/compute
Stephen Finucane 110a683486 nova-net: Make the security group API a module
We're wrestling with multiple imports for this thing and have introduced
a cache to avoid having to load the thing repeatedly. However, Python
already has a way to ensure this doesn't happen: the use of a module.
Given that we don't have any state, we can straight up drop the class
and just call functions directly. Along the way, we drop the
'ensure_default' function, which is a no-op for neutron and switch all
the mocks over, where necessary.

Change-Id: Ia8dbe8ba61ec6d1b8498918a53a103a6eff4d488
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2019-11-29 11:17:06 +00:00
..
2019-06-12 16:09:46 +01:00
2019-12-12 10:55:02 +00:00
2019-04-12 16:23:49 +01:00