Browse code

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

Jeremy Stanley authored on 2013/07/12 02:24:59
Showing 1 changed files
... ...
@@ -328,8 +328,8 @@ NOVNC_DIR=$DEST/noVNC
328 328
 SWIFT_DIR=$DEST/swift
329 329
 SWIFT3_DIR=$DEST/swift3
330 330
 SWIFTCLIENT_DIR=$DEST/python-swiftclient
331
-QUANTUM_DIR=$DEST/quantum
332
-QUANTUM_CLIENT_DIR=$DEST/python-quantumclient
331
+QUANTUM_DIR=$DEST/neutron
332
+QUANTUM_CLIENT_DIR=$DEST/python-neutronclient
333 333
 
334 334
 # Default Quantum Plugin
335 335
 Q_PLUGIN=${Q_PLUGIN:-openvswitch}