Rename Quantum to Neutron.

* stack.sh: The slaves where this runs in CI cache repositories into
directories named neutron and python-neutronclient now.

Change-Id: Iffc79a45d7ca61a7d53066135e533c6e8ca8e6a2
This commit is contained in:
Jeremy Stanley 2013-07-11 17:24:59 +00:00
parent d68d6d1ee6
commit 6c753fc19a
1 changed files with 2 additions and 2 deletions

View File

@ -328,8 +328,8 @@ NOVNC_DIR=$DEST/noVNC
SWIFT_DIR=$DEST/swift
SWIFT3_DIR=$DEST/swift3
SWIFTCLIENT_DIR=$DEST/python-swiftclient
QUANTUM_DIR=$DEST/quantum
QUANTUM_CLIENT_DIR=$DEST/python-quantumclient
QUANTUM_DIR=$DEST/neutron
QUANTUM_CLIENT_DIR=$DEST/python-neutronclient
# Default Quantum Plugin
Q_PLUGIN=${Q_PLUGIN:-openvswitch}