diff options
author | Justin chi <chigang@huawei.com> | 2015-11-19 08:02:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-11-19 08:02:05 +0000 |
commit | a5d9a6384c09ff8e84c7e6bfefb9b9202b0c2341 (patch) | |
tree | 619d37247db604325ca63421e54733d8ae1d3096 /deploy/deploy_host.sh | |
parent | be2bef457417df3aabcf371c8c8b9484c955c0f8 (diff) | |
parent | 4251f3ca9b4271649f9670468529ba2b077269d0 (diff) |
Merge "support FWaaS and VPNaaS"
Diffstat (limited to 'deploy/deploy_host.sh')
-rw-r--r-- | deploy/deploy_host.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/deploy_host.sh b/deploy/deploy_host.sh index e708bc28..e7dedb89 100644 --- a/deploy/deploy_host.sh +++ b/deploy/deploy_host.sh @@ -23,6 +23,6 @@ function deploy_host(){ --machines=${machines//\'} --switch_credential="${SWITCH_CREDENTIAL}" --deploy_type="${TYPE}" \ --deployment_timeout="${DEPLOYMENT_TIMEOUT}" --${POLL_SWITCHES_FLAG} --dashboard_url="${DASHBOARD_URL}" \ --cluster_vip="${VIP}" --network_cfg="$NETWORK" --neutron_cfg="$NEUTRON" \ - --enable_secgroup="${ENABLE_SECGROUP}" + --enable_secgroup="${ENABLE_SECGROUP}" --enable_fwaas="${ENABLE_FWAAS}" --enable_vpnaas="${ENABLE_VPNAAS}" } |