Browse code

change to git:// from https:// remotes

Jesse Andrews authored on 2011/10/25 03:09:07
Showing 1 changed files
... ...
@@ -1,30 +1,30 @@
1 1
 # compute service
2
-NOVA_REPO=https://github.com/cloudbuilders/nova.git
2
+NOVA_REPO=git://github.com/cloudbuilders/nova.git
3 3
 NOVA_BRANCH=diablo
4 4
 
5 5
 # image catalog service
6
-GLANCE_REPO=https://github.com/cloudbuilders/glance.git
6
+GLANCE_REPO=git://github.com/cloudbuilders/glance.git
7 7
 GLANCE_BRANCH=diablo
8 8
 
9 9
 # unified auth system (manages accounts/tokens)
10
-KEYSTONE_REPO=https://github.com/cloudbuilders/keystone.git
10
+KEYSTONE_REPO=git://github.com/cloudbuilders/keystone.git
11 11
 KEYSTONE_BRANCH=diablo
12 12
 
13 13
 # a websockets/html5 or flash powered VNC console for vm instances
14
-NOVNC_REPO=https://github.com/cloudbuilders/noVNC.git
14
+NOVNC_REPO=git://github.com/cloudbuilders/noVNC.git
15 15
 NOVNC_BRANCH=diablo
16 16
 
17 17
 # django powered web control panel for openstack
18
-DASH_REPO=https://github.com/cloudbuilders/openstack-dashboard.git
18
+DASH_REPO=git://github.com/cloudbuilders/openstack-dashboard.git
19 19
 DASH_BRANCH=diablo
20 20
 
21 21
 # python client library to nova that dashboard (and others) use
22
-NOVACLIENT_REPO=https://github.com/cloudbuilders/python-novaclient.git
22
+NOVACLIENT_REPO=git://github.com/rackspace/python-novaclient.git
23 23
 NOVACLIENT_BRANCH=master
24 24
 
25 25
 # openstackx is a collection of extensions to openstack.compute & nova
26 26
 # that is *deprecated*.  The code is being moved into python-novaclient & nova.
27
-OPENSTACKX_REPO=https://github.com/cloudbuilders/openstackx.git
27
+OPENSTACKX_REPO=git://github.com/cloudbuilders/openstackx.git
28 28
 OPENSTACKX_BRANCH=diablo
29 29
 
30 30
 # Specify a comma-separated list of uec images to download and install into glance.