From d59798b39a74ff6dafbcc41350cd6bd312268ab8 Mon Sep 17 00:00:00 2001 From: Brent Eagles <beagles@redhat.com> Date: Mon, 9 Jul 2018 10:44:08 -0230 Subject: [PATCH] Remove bogus "EXPERIMENTAL" in neutron-sriov.yaml environment file Patch removes erroneous "EXPERIMENTAL comment from environments/services/neutron-sriov.yaml. Change-Id: I87c586c31550b75e2c12f282e8700a1519d2d354 Closes-Bug: #1780782 --- environments/services-baremetal/neutron-sriov.yaml | 3 --- environments/services/neutron-sriov.yaml | 3 --- 2 files changed, 6 deletions(-) diff --git a/environments/services-baremetal/neutron-sriov.yaml b/environments/services-baremetal/neutron-sriov.yaml index 00ee43a114..9cf332edc3 100644 --- a/environments/services-baremetal/neutron-sriov.yaml +++ b/environments/services-baremetal/neutron-sriov.yaml @@ -1,6 +1,3 @@ -# EXPERIMENTAL: The configuration enabled by this environment is not considered -# production-ready. -# # A Heat environment that can be used to enable SR-IOV support in neutron. resource_registry: OS::TripleO::Services::NeutronSriovAgent: ../../puppet/services/neutron-sriov-agent.yaml diff --git a/environments/services/neutron-sriov.yaml b/environments/services/neutron-sriov.yaml index 917258684b..833581c905 100644 --- a/environments/services/neutron-sriov.yaml +++ b/environments/services/neutron-sriov.yaml @@ -1,6 +1,3 @@ -# EXPERIMENTAL: The configuration enabled by this environment is not considered -# production-ready. -# # A Heat environment that can be used to enable SR-IOV support in neutron. resource_registry: OS::TripleO::Services::NeutronSriovAgent: ../../docker/services/neutron-sriov-agent.yaml