Browse code

Rename quantum repos to neutron

Only the repos are renamed. This will coincide with the repo rename
operation on July 6.

See https://wiki.openstack.org/wiki/Network/neutron-renaming

Change-Id: I99fe1f80ffc7a54b958b709495b90f8d94d41376

James E. Blair authored on 2013/07/06 03:42:07
Showing 2 changed files
... ...
@@ -72,8 +72,8 @@ PRIVATE_SUBNET_NAME=${PRIVATE_SUBNET_NAME:-"private-subnet"}
72 72
 PUBLIC_SUBNET_NAME=${PUBLIC_SUBNET_NAME:-"public-subnet"}
73 73
 
74 74
 # Set up default directories
75
-QUANTUM_DIR=$DEST/quantum
76
-QUANTUMCLIENT_DIR=$DEST/python-quantumclient
75
+QUANTUM_DIR=$DEST/neutron
76
+QUANTUMCLIENT_DIR=$DEST/python-neutronclient
77 77
 QUANTUM_AUTH_CACHE_DIR=${QUANTUM_AUTH_CACHE_DIR:-/var/cache/quantum}
78 78
 
79 79
 QUANTUM_CONF_DIR=/etc/quantum
... ...
@@ -118,11 +118,11 @@ PBR_REPO=${PBR_REPO:-${GIT_BASE}/openstack-dev/pbr.git}
118 118
 PBR_BRANCH=${PBR_BRANCH:-master}
119 119
 
120 120
 # quantum service
121
-QUANTUM_REPO=${QUANTUM_REPO:-${GIT_BASE}/openstack/quantum.git}
121
+QUANTUM_REPO=${QUANTUM_REPO:-${GIT_BASE}/openstack/neutron.git}
122 122
 QUANTUM_BRANCH=${QUANTUM_BRANCH:-master}
123 123
 
124 124
 # quantum client
125
-QUANTUMCLIENT_REPO=${QUANTUMCLIENT_REPO:-${GIT_BASE}/openstack/python-quantumclient.git}
125
+QUANTUMCLIENT_REPO=${QUANTUMCLIENT_REPO:-${GIT_BASE}/openstack/python-neutronclient.git}
126 126
 QUANTUMCLIENT_BRANCH=${QUANTUMCLIENT_BRANCH:-master}
127 127
 
128 128
 # storage service