Remove get_current_session

Patch 9d15b98261 backed out the calls
to get_current_session for most resource extension calls. This patch
completes the removal, as this call isn't needed beyond stable/queens.

Change-Id: I7072c816500acac14c99776b923eb0ee4f0ee1e8
This commit is contained in:
Thomas Bachman
2020-08-05 19:06:27 +00:00
parent 9d15b98261
commit dffc392aec
3 changed files with 2 additions and 23 deletions

View File

@@ -36,10 +36,6 @@ extensions.get_extensions_path = get_extensions_path
from gbpservice.common import utils as gbp_utils
def get_current_session():
return gbp_utils.get_current_session()
from neutron_lib import context as nlib_ctx