From 40f306f2ab142d20ad5171f89567133f40a28275 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Fri, 29 Sep 2017 13:13:54 -0700 Subject: [PATCH] Removed confusing comments The comments were part of If5f7ea82c45494953452f728fabb7403d0b6e14e and conditionals they talk about are no longer present. The comments are now confusing and worthless. Change-Id: I4f90bdc5134343a12a7b3797939c87b117231ba2 --- playbooks/legacy/neutron-dsvm-api-pecan/run.yaml | 4 ---- playbooks/legacy/neutron-dsvm-api/run.yaml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/playbooks/legacy/neutron-dsvm-api-pecan/run.yaml b/playbooks/legacy/neutron-dsvm-api-pecan/run.yaml index 43820f03..2a29296f 100644 --- a/playbooks/legacy/neutron-dsvm-api-pecan/run.yaml +++ b/playbooks/legacy/neutron-dsvm-api-pecan/run.yaml @@ -35,10 +35,6 @@ if [ "$BRANCH_OVERRIDE" != "default" ] ; then export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE fi - # NOTE(armax): this condition should be revised every time each of the - # branches below are dropped. Prior to Newton, the API Tempest tests are - # invoked explicitly and thus we need the following variables set. From - # Newton onward, everything is taken care of by the Tempest plugin framework export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1 export DEVSTACK_GATE_TEMPEST_REGEX="^neutron.tests.tempest.api\." diff --git a/playbooks/legacy/neutron-dsvm-api/run.yaml b/playbooks/legacy/neutron-dsvm-api/run.yaml index 0899cfcd..92baa564 100644 --- a/playbooks/legacy/neutron-dsvm-api/run.yaml +++ b/playbooks/legacy/neutron-dsvm-api/run.yaml @@ -35,10 +35,6 @@ if [ "$BRANCH_OVERRIDE" != "default" ] ; then export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE fi - # NOTE(armax): this condition should be revised every time each of the - # branches below are dropped. Prior to Newton, the API Tempest tests are - # invoked explicitly and thus we need the following variables set. From - # Newton onward, everything is taken care of by the Tempest plugin framework export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1 export DEVSTACK_GATE_TEMPEST_REGEX="^neutron.tests.tempest.api\."