File: override-defaults

package info (click to toggle)
networking-bagpipe 23.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,872 kB
  • sloc: python: 15,677; sh: 927; makefile: 62
file content (14 lines) | stat: -rw-r--r-- 431 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
NETWORKING_BAGPIPE_DIR=$DEST/networking-bagpipe

if [[ "$Q_AGENT" =~ "bagpipe-linuxbridge" ]] ; then
  echo "Using 'Q_AGENT='bagpipe-linuxbridge' in local.conf is deprecated, please replace by NEUTRON_AGENT=linuxbridge"
  NEUTRON_AGENT=linuxbridge
  Q_AGENT=linuxbridge
fi

ENABLE_BAGPIPE_L2=$(trueorfalse False ENABLE_BAGPIPE_L2)
if [[ "$ENABLE_BAGPIPE_L2" == "True" ]]; then
  NEUTRON_AGENT=linuxbridge
  Q_AGENT=linuxbridge
fi