Don't configure neutron.conf as part of functional/fullstack gate

The file is not read by any tests, so it's effectively a no-op.

Change-Id: I2938ff89e807ff046e8d81813260951edd49debc
This commit is contained in:
Ihar Hrachyshka 2017-02-08 17:52:52 +00:00 committed by Armando Migliaccio
parent 521b1074f1
commit 77e87be9dd
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ case $VENV in
fi
upgrade_ovs_if_necessary $compile_modules
load_conf_hook iptables_verify
# Make the workspace owned by the stack user
sudo chown -R $STACK_USER:$STACK_USER $BASE
;;