From 337946785918f9ac4097f0158dbc0b5841724bff Mon Sep 17 00:00:00 2001 From: waleed mousa Date: Mon, 9 Apr 2018 08:36:45 -0400 Subject: [PATCH] Removing the deprecated environment files for hw offloading in containers For deploying with hw offloading in containers, we should use the ovs-hw-offload.yaml file with neutron, opendaylight and ovn. In case of "ovn" deployment we need also: "environments/services-docker/neutron-ovn.yaml" and in case of "opendaylight" we need: "environments/services-docker/neutron-opendaylight.yaml" Change-Id: Ic844466954cde3b7206ab6a209ded6abb1acbbf6 --- environments/{neutron-ovs-hw-offload.yaml => ovs-hw-offload.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename environments/{neutron-ovs-hw-offload.yaml => ovs-hw-offload.yaml} (100%) diff --git a/environments/neutron-ovs-hw-offload.yaml b/environments/ovs-hw-offload.yaml similarity index 100% rename from environments/neutron-ovs-hw-offload.yaml rename to environments/ovs-hw-offload.yaml