diff options
author | Yifei Xue <xueyifei@huawei.com> | 2017-05-19 09:26:43 +0800 |
---|---|---|
committer | Yifei Xue <xueyifei@huawei.com> | 2017-05-19 09:58:49 +0800 |
commit | b928c4f50eea276aacebdeb875500e99915e9c92 (patch) | |
tree | 76e75b96d53920b89563b6e000f3dd9c755f4175 /deploy/adapters/ansible/roles/neutron-network | |
parent | f20effca792bb5dfa2898585f3431de5d296064f (diff) |
Remove ovs-dpdk package
JIRA: COMPASS-483
"openvswitch-switch-dpdk" is not useful for current scenarios
and it will be incompatible with SFC scenarios. So we remove
it in this patch for the preparation of SFC online.
Change-Id: If48f63266101f0bc91faaab4ff330eac20e893c8
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
Diffstat (limited to 'deploy/adapters/ansible/roles/neutron-network')
-rw-r--r-- | deploy/adapters/ansible/roles/neutron-network/vars/Debian.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deploy/adapters/ansible/roles/neutron-network/vars/Debian.yml b/deploy/adapters/ansible/roles/neutron-network/vars/Debian.yml index 3597f587..559566ee 100644 --- a/deploy/adapters/ansible/roles/neutron-network/vars/Debian.yml +++ b/deploy/adapters/ansible/roles/neutron-network/vars/Debian.yml @@ -9,7 +9,6 @@ --- packages: - neutron-plugin-ml2 - - openvswitch-switch-dpdk - openvswitch-switch - neutron-l3-agent - neutron-dhcp-agent |