Browse code

Select stable/folsom branches

Add comemnts for the clients pointing to either a release
near Folsom or a stable commit that is known to pass the exercises.

Change-Id: I67d8057c246ab26dcb3c913ac876ff9ed0622088

Dean Troyer authored on 2012/10/06 00:02:11
Showing 1 changed files
... ...
@@ -23,6 +23,10 @@ NOVA_ENABLED_APIS=ec2,osapi_compute,osapi_volume,metadata
23 23
 # Repositories
24 24
 # ------------
25 25
 
26
+# The comments on the branch lines below point to either the release closest
27
+# to the OpenStack Folsom release or what commit was master near the time this
28
+# DevStack branch was cut.
29
+
26 30
 # Base GIT Repo URL
27 31
 # Another option is http://review.openstack.org/p
28 32
 GIT_BASE=https://github.com
... ...
@@ -33,73 +37,73 @@ CEILOMETER_BRANCH=master
33 33
 
34 34
 # volume service
35 35
 CINDER_REPO=${GIT_BASE}/openstack/cinder
36
-CINDER_BRANCH=master
36
+CINDER_BRANCH=stable/folsom
37 37
 
38 38
 # volume client
39 39
 CINDERCLIENT_REPO=${GIT_BASE}/openstack/python-cinderclient
40
-CINDERCLIENT_BRANCH=master
40
+CINDERCLIENT_BRANCH=master      # 1.0.0 20Sep2012: 2e6be694c1
41 41
 
42 42
 # compute service
43 43
 NOVA_REPO=${GIT_BASE}/openstack/nova.git
44
-NOVA_BRANCH=master
44
+NOVA_BRANCH=stable/folsom
45 45
 
46 46
 # storage service
47 47
 SWIFT_REPO=${GIT_BASE}/openstack/swift.git
48
-SWIFT_BRANCH=master
48
+SWIFT_BRANCH=stable/folsom
49 49
 SWIFT3_REPO=https://github.com/fujita/swift3.git
50
-SWIFT3_BRANCH=master
50
+SWIFT3_BRANCH=master            # 10Jul2012: f216f1b4f2
51 51
 
52 52
 # python swift client library
53 53
 SWIFTCLIENT_REPO=${GIT_BASE}/openstack/python-swiftclient
54
-SWIFTCLIENT_BRANCH=master
54
+SWIFTCLIENT_BRANCH=master       # 1.2.0 12Sep2012: 68d1550f15
55 55
 
56 56
 # image catalog service
57 57
 GLANCE_REPO=${GIT_BASE}/openstack/glance.git
58
-GLANCE_BRANCH=master
58
+GLANCE_BRANCH=stable/folsom
59 59
 
60 60
 # python glance client library
61 61
 GLANCECLIENT_REPO=${GIT_BASE}/openstack/python-glanceclient
62
-GLANCECLIENT_BRANCH=master
62
+GLANCECLIENT_BRANCH=master      # 0.5.1 11Sep2012: 3f67c461da
63 63
 
64 64
 # unified auth system (manages accounts/tokens)
65 65
 KEYSTONE_REPO=${GIT_BASE}/openstack/keystone.git
66
-KEYSTONE_BRANCH=master
66
+KEYSTONE_BRANCH=stable/folsom
67 67
 
68 68
 # a websockets/html5 or flash powered VNC console for vm instances
69 69
 NOVNC_REPO=https://github.com/kanaka/noVNC.git
70
-NOVNC_BRANCH=master
70
+NOVNC_BRANCH=master             # 21Sep2012: 8dfd916946
71 71
 
72 72
 # django powered web control panel for openstack
73 73
 HORIZON_REPO=${GIT_BASE}/openstack/horizon.git
74
-HORIZON_BRANCH=master
74
+HORIZON_BRANCH=stable/folsom
75 75
 
76 76
 # python client library to nova that horizon (and others) use
77 77
 NOVACLIENT_REPO=${GIT_BASE}/openstack/python-novaclient.git
78
-NOVACLIENT_BRANCH=master
78
+NOVACLIENT_BRANCH=master        # 2.9.0 21Sep2012: cdebf729b0
79 79
 
80 80
 # consolidated openstack python client
81 81
 OPENSTACKCLIENT_REPO=${GIT_BASE}/openstack/python-openstackclient.git
82
-OPENSTACKCLIENT_BRANCH=master
82
+OPENSTACKCLIENT_BRANCH=master   # 14Sep2012: cd140091b5
83 83
 
84 84
 # python keystone client library to nova that horizon uses
85 85
 KEYSTONECLIENT_REPO=${GIT_BASE}/openstack/python-keystoneclient
86
-KEYSTONECLIENT_BRANCH=master
86
+KEYSTONECLIENT_BRANCH=master    # 29Sep2012: a8f7879fcf
87 87
 
88 88
 # quantum service
89 89
 QUANTUM_REPO=${GIT_BASE}/openstack/quantum
90
-QUANTUM_BRANCH=master
90
+QUANTUM_BRANCH=stable/folsom
91 91
 
92 92
 # quantum client
93 93
 QUANTUM_CLIENT_REPO=${GIT_BASE}/openstack/python-quantumclient
94
-QUANTUM_CLIENT_BRANCH=master
94
+QUANTUM_CLIENT_BRANCH=master    # 2.1 14Sep2012: bc7ba5e19d
95 95
 
96 96
 # Tempest test suite
97 97
 TEMPEST_REPO=${GIT_BASE}/openstack/tempest.git
98
-TEMPEST_BRANCH=master
98
+TEMPEST_BRANCH=master           # 01Oct2012: 2f5db941f5
99 99
 
100 100
 # heat service
101 101
 HEAT_REPO=${GIT_BASE}/heat-api/heat.git
102
-HEAT_BRANCH=master
102
+HEAT_BRANCH=master              # 27Sep2012: ed99838c28
103 103
 
104 104
 # Nova hypervisor configuration.  We default to libvirt with **kvm** but will
105 105
 # drop back to **qemu** if we are unable to load the kvm module.  ``stack.sh`` can