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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user