use neutron-vpnaas definition from plugin definition

Change-Id: I3511788ff6d59ace14086fc3265a16808c1c2d77
(cherry picked from commit 108e41f335)
This commit is contained in:
Andrey Pavlov 2022-04-16 21:30:20 +03:00 committed by Andrey Pavlov
parent 2fff77e0e8
commit db8f92f19d
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,2 @@
# Enable VPNAAS service and set type of ipsec package
enable_plugin neutron-vpnaas https://opendev.org/openstack/neutron-vpnaas
enable_service q-vpnaas
IPSEC_PACKAGE=strongswan

View File

@ -54,7 +54,7 @@ class RequestContext(context.RequestContext):
super(RequestContext, self).__init__(
auth_token=auth_token,
user=user_id or user,
tenant=project_id or tenant,
project_id=project_id or tenant,
is_admin=is_admin,
request_id=request_id,
resource_uuid=kwargs.pop('resource_uuid', None),