diff options
author | grakiss <grakiss.wanglei@huawei.com> | 2015-12-31 10:39:21 +0800 |
---|---|---|
committer | Justin chi <chigang@huawei.com> | 2016-01-04 06:18:45 +0000 |
commit | dbe9a838fa56dfd66a691ff13de0baba896bb111 (patch) | |
tree | 58dc2ed29c4de07a288837ab9e12d5c5a09636ff /deploy/conf | |
parent | bef20d54c7a1c7068534c0dedf4ca8759a74745d (diff) |
setup external network for openstack which is used by vIMS in Functest
JIRA: COMPASS-226
- used by vIMS testcase in Functest
Change-Id: I49ed44e84b0c32f4d16c7c05a80b147a0a0d86b7
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
Diffstat (limited to 'deploy/conf')
-rw-r--r-- | deploy/conf/network_cfg.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy/conf/network_cfg.yaml b/deploy/conf/network_cfg.yaml index 9997f7fe..7f274bd4 100644 --- a/deploy/conf/network_cfg.yaml +++ b/deploy/conf/network_cfg.yaml @@ -75,9 +75,9 @@ public_vip: onos_nic: eth2 public_net_info: - enable: False + enable: True network: ext-net - type: vlan + type: flat segment_id: 1000 subnet: ext-subnet provider_network: physnet |