diff options
author | shuai chen <chenshuai@huawei.com> | 2015-12-03 10:27:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-12-03 10:27:00 +0000 |
commit | 5de09de80aac43e61ec411ad598e8cd915d9cadd (patch) | |
tree | 570bd8310ba4488f36028d00730a9cd94cddc30e /deploy/conf | |
parent | fd5db7e03c9595c14df71a49e778a3bdda89e344 (diff) | |
parent | 065da65479888dcf5340a8d15d7d8a4cadce6264 (diff) |
Merge "compass4nfv support heat"
Diffstat (limited to 'deploy/conf')
-rw-r--r-- | deploy/conf/base.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/conf/base.conf b/deploy/conf/base.conf index 3f8361fe..45970a05 100644 --- a/deploy/conf/base.conf +++ b/deploy/conf/base.conf @@ -18,7 +18,7 @@ export SUBNETS="10.1.0.0/24,172.16.2.0/24,172.16.3.0/24,172.16.4.0/24" export MANAGEMENT_IP_START=${MANAGEMENT_IP_START:-'10.1.0.50'} export MANAGEMENT_INTERFACE=${MANAGEMENT_INTERFACE:-eth0} export DASHBOARD_URL="" -export ENABLE_SECGROUP="false" +export ENABLE_SECGROUP="true" export ENABLE_VPNAAS="false" export ENABLE_FWAAS="false" |