summaryrefslogtreecommitdiff
path: root/open-source-lorries/openstack.lorry
blob: f7fda64202b62be1fbf971f8021a9fb9fe0fd5c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
{
    "openstack/nova": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/nova.git"
    },

    "openstack/python-novaclient": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/python-novaclient.git"
    },

    "openstack/swift": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/swift.git"
    },

    "openstack/python-swiftclient": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/python-swiftclient.git"
    },

    "openstack/swift-bench": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/swift-bench.git"
    },

    "openstack/glance": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/glance.git"
    },

    "openstack/python-glanceclient": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/python-glanceclient.git"
    },

    "openstack/glance_store": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/glance_store.git"
    },

    "openstack/keystone": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/keystone.git"
    },

    "openstack/python-keystoneclient": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/python-keystoneclient.git"
    },

    "openstack/keystonemiddleware": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/keystonemiddleware.git"
    },

    "openstack/horizon": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/horizon.git"
    },

    "openstack/django_openstack_auth": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/django_openstack_auth.git"
    },

    "openstack/tuskar-ui": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/tuskar-ui.git"
    },

    "openstack/neutron": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/neutron.git"
    },

    "openstack/python-neutronclient": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/python-neutronclient.git"
    },

    "openstack/cinder": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/cinder.git"
    },

    "openstack/python-cinderclient": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/python-cinderclient.git"
    },

    "openstack/ceilometer": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/ceilometer.git"
    },

    "openstack/python-ceilometerclient": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/python-ceilometerclient.git"
    },

    "openstack/heat": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/heat.git"
    },

    "openstack/python-heatclient": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/python-heatclient.git"
    },

    "openstack/heat-cfntools": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/heat-cfntools.git"
    },

    "openstack/heat-templates": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/heat-templates.git"
    },

    "openstack/trove": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/trove.git"
    },

    "openstack/python-troveclient": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/python-troveclient.git"
    },

    "openstack/trove-integration": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/trove-integration.git"
    },

    "openstack/ironic": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/ironic.git"
    },

    "openstack/python-ironicclient": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/python-ironicclient.git"
    },

    "openstack/ironic-python-agent": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/ironic-python-agent.git"
    },

    "openstack/cliff": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/cliff.git"
    },

    "openstack/oslo-config": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/oslo.config.git"
    },

    "openstack/oslo-db": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/oslo.db.git"
    },

    "openstack/oslo-i18n": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/oslo.i18n.git"
    },

    "openstack/oslo-incubator": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/oslo-incubator.git"
    },

    "openstack/oslo-messaging": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/oslo.messaging.git"
    },

    "openstack/oslo-rootwrap": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/oslo.rootwrap.git"
    },

    "openstack/oslo-serialization": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/oslo.serialization.git"
    },

    "openstack/oslosphinx": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/oslosphinx.git"
    },

    "openstack/oslotest": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/oslotest.git"
    },

    "openstack/oslo-version": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/oslo.version.git"
    },

    "openstack/oslo-vmware": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/oslo.vmware.git"
    },

    "openstack/oslo-utils": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/oslo.utils.git"
    },

    "openstack/pycadf": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/pycadf.git"
    },

    "openstack/stevedore": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/stevedore.git"
    },

    "openstack/taskflow": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/taskflow.git"
    },

    "openstack/designate": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/designate.git"
    },

    "openstack/python-designateclient": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/python-designateclient.git"
    },

    "openstack/python-barbicanclient": {
         "type": "git",
         "url": "git://git.openstack.org/openstack/python-barbicanclient.git"
    },
    "openstack/zuul": {
         "type": "git",
         "url": "git://git.openstack.org/openstack-infra/zuul.git"
    },
    "openstack/turbo-hipster": {
        "type": "git",
        "url": "git://git.openstack.org/stackforge/turbo-hipster.git"
    },
    "openstack/python-saharaclient": {
        "type": "git",
        "url": "git://git.openstack.org/openstack/python-saharaclient"
    },
    "openstack/openstack-ansible-modules": {
        "type": "git",
        "url": "https://github.com/openstack-ansible/openstack-ansible-modules"
    }
}