switch on vpnaas for ec2-api

Change-Id: I2ef654cabbaaeb72425d1125bc6a21f9f1116068
This commit is contained in:
Andrey Pavlov 2017-03-03 15:41:04 +03:00
parent ab77bbe007
commit b734297c8f
2 changed files with 5 additions and 0 deletions

View File

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

View File

@ -8,4 +8,5 @@ enable_service ec2-api
enable_service ec2-api-metadata
enable_service ec2-api-s3
# Enable VPNAAS service and set type of ipsec package
IPSEC_PACKAGE=strongswan