Remove neutron workaround for mitaka and newton

Remove condition for checking if BASE_DEVSTACK_DIR/lib/neutron
exists which was introduced ~5 years ago.
Based on the comment it looks like it can be deleted.

Change-Id: Ice9a709ad75bb5794aebed379fb35f78f0b3422f
This commit is contained in:
Martin Kopec 2021-04-27 15:05:32 +00:00
parent 1a1f58a69e
commit af1b4bf7d6
1 changed files with 1 additions and 6 deletions

View File

@ -12,12 +12,7 @@ source $BASE_DEVSTACK_DIR/functions
source $BASE_DEVSTACK_DIR/stackrc # needed for status directory
source $BASE_DEVSTACK_DIR/lib/apache
source $BASE_DEVSTACK_DIR/lib/tls
# TODO(sdague): remove this conditional once we've branched
# grenade. Right now we need to support stable/mitaka, stable/newton,
# and master devstack
if [[ -e $BASE_DEVSTACK_DIR/lib/neutron ]]; then
source $BASE_DEVSTACK_DIR/lib/neutron
fi
source $BASE_DEVSTACK_DIR/lib/neutron
source $BASE_DEVSTACK_DIR/lib/neutron-legacy
set -o xtrace