From: chenshuai@huawei.com Date: Fri, 4 Dec 2015 07:47:10 +0000 (+0800) Subject: bugfix: odl script vlan -> vxlan X-Git-Tag: brahmaputra.1.0~142 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F61%2F3961%2F1;p=compass4nfv.git bugfix: odl script vlan -> vxlan JIRA: COMPASS-180 Change-Id: I357f4d46cee05a1c23b01b2e7f4e7f6e8c17898d Signed-off-by: chenshuai@huawei.com --- diff --git a/deploy/adapters/ansible/roles/odl_cluster/tasks/openvswitch.yml b/deploy/adapters/ansible/roles/odl_cluster/tasks/openvswitch.yml index e52b18ff..f010deb8 100755 --- a/deploy/adapters/ansible/roles/odl_cluster/tasks/openvswitch.yml +++ b/deploy/adapters/ansible/roles/odl_cluster/tasks/openvswitch.yml @@ -43,7 +43,7 @@ - name: Configure Neutron1 shell: > crudini --set /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers opendaylight; - crudini --set /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan; + crudini --set /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vxlan; #- name: Adjust Service Daemon # shell: >