commit 0461921d9e5313c3e92b039b90f713ed961e20c8
Author: Matt Riedemann <email address hidden>
Date: Tue Dec 3 10:54:29 2019 -0500
Cache security group driver
Change I0932c652fb455fe10239215a93e183ea947234e3 from Mitaka
was a performance improvement to cache the loaded security
group driver since the API calls get_openstack_security_group_driver
a lot. That performance fix was regressed with change
Ia4a8d9954bf456253101b936f8b4ff513aaa73b2 in Newton.
This caches the loaded security group driver once again. This
is pretty similar to the original change except simpler since
we don't have to account for the skip_policy_check flag.
Reviewed: https:/ /review. opendev. org/697122 /git.openstack. org/cgit/ openstack/ nova/commit/ ?id=0461921d9e5 313c3e92b039b90 f713ed961e20c8
Committed: https:/
Submitter: Zuul
Branch: master
commit 0461921d9e5313c 3e92b039b90f713 ed961e20c8
Author: Matt Riedemann <email address hidden>
Date: Tue Dec 3 10:54:29 2019 -0500
Cache security group driver
Change I0932c652fb455f e10239215a93e18 3ea947234e3 from Mitaka security_ group_driver f456253101b936f 8b4ff513aaa73b2 in Newton.
was a performance improvement to cache the loaded security
group driver since the API calls get_openstack_
a lot. That performance fix was regressed with change
Ia4a8d9954b
This caches the loaded security group driver once again. This
is pretty similar to the original change except simpler since
we don't have to account for the skip_policy_check flag.
Change-Id: Icacc763f19db6d c90e72af32e17d4 80775ad5edf
Closes-Bug: #1825018