forked from openstack/openstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
200 lines (200 loc) · 6.02 KB
/
.gitmodules
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
[submodule "devstack"]
path = devstack
url = https://review.openstack.org/openstack-dev/devstack.git
branch = .
[submodule "pbr"]
path = pbr
url = https://review.openstack.org/openstack-dev/pbr.git
branch = .
[submodule "devstack-gate"]
path = devstack-gate
url = https://review.openstack.org/openstack-infra/devstack-gate.git
branch = .
[submodule "ceilometer"]
path = ceilometer
url = https://review.openstack.org/openstack/ceilometer.git
branch = .
[submodule "cinder"]
path = cinder
url = https://review.openstack.org/openstack/cinder.git
branch = .
[submodule "cliff"]
path = cliff
url = https://review.openstack.org/openstack/cliff.git
branch = .
[submodule "django_openstack_auth"]
path = django_openstack_auth
url = https://review.openstack.org/openstack/django_openstack_auth.git
branch = .
[submodule "glance"]
path = glance
url = https://review.openstack.org/openstack/glance.git
branch = .
[submodule "glance_store"]
path = glance_store
url = https://review.openstack.org/openstack/glance_store.git
branch = .
[submodule "heat"]
path = heat
url = https://review.openstack.org/openstack/heat.git
branch = .
[submodule "horizon"]
path = horizon
url = https://review.openstack.org/openstack/horizon.git
branch = .
[submodule "keystone"]
path = keystone
url = https://review.openstack.org/openstack/keystone.git
branch = .
[submodule "keystonemiddleware"]
path = keystonemiddleware
url = https://review.openstack.org/openstack/keystonemiddleware.git
branch = .
[submodule "neutron"]
path = neutron
url = https://review.openstack.org/openstack/neutron.git
branch = .
[submodule "nova"]
path = nova
url = https://review.openstack.org/openstack/nova.git
branch = .
[submodule "oslo-incubator"]
path = oslo-incubator
url = https://review.openstack.org/openstack/oslo-incubator.git
branch = .
[submodule "oslo.concurrency"]
path = oslo.concurrency
url = https://review.openstack.org/openstack/oslo.concurrency.git
branch = .
[submodule "oslo.config"]
path = oslo.config
url = https://review.openstack.org/openstack/oslo.config.git
branch = .
[submodule "oslo.db"]
path = oslo.db
url = https://review.openstack.org/openstack/oslo.db.git
branch = .
[submodule "oslo.i18n"]
path = oslo.i18n
url = https://review.openstack.org/openstack/oslo.i18n.git
branch = .
[submodule "oslo.log"]
path = oslo.log
url = https://review.openstack.org/openstack/oslo.log.git
branch = .
[submodule "oslo.messaging"]
path = oslo.messaging
url = https://review.openstack.org/openstack/oslo.messaging.git
branch = .
[submodule "oslo.middleware"]
path = oslo.middleware
url = https://review.openstack.org/openstack/oslo.middleware.git
branch = .
[submodule "oslo.rootwrap"]
path = oslo.rootwrap
url = https://review.openstack.org/openstack/oslo.rootwrap.git
branch = .
[submodule "oslo.serialization"]
path = oslo.serialization
url = https://review.openstack.org/openstack/oslo.serialization.git
branch = .
[submodule "oslo.utils"]
path = oslo.utils
url = https://review.openstack.org/openstack/oslo.utils.git
branch = .
[submodule "oslo.version"]
path = oslo.version
url = https://review.openstack.org/openstack/oslo.version.git
branch = .
[submodule "oslo.vmware"]
path = oslo.vmware
url = https://review.openstack.org/openstack/oslo.vmware.git
branch = .
[submodule "pycadf"]
path = pycadf
url = https://review.openstack.org/openstack/pycadf.git
branch = .
[submodule "pylockfile"]
path = pylockfile
url = https://review.openstack.org/openstack/pylockfile.git
branch = .
[submodule "python-ceilometerclient"]
path = python-ceilometerclient
url = https://review.openstack.org/openstack/python-ceilometerclient.git
branch = .
[submodule "python-cinderclient"]
path = python-cinderclient
url = https://review.openstack.org/openstack/python-cinderclient.git
branch = .
[submodule "python-ganttclient"]
path = python-ganttclient
url = https://review.openstack.org/openstack/python-ganttclient.git
branch = .
[submodule "python-glanceclient"]
path = python-glanceclient
url = https://review.openstack.org/openstack/python-glanceclient.git
branch = .
[submodule "python-heatclient"]
path = python-heatclient
url = https://review.openstack.org/openstack/python-heatclient.git
branch = .
[submodule "python-keystoneclient"]
path = python-keystoneclient
url = https://review.openstack.org/openstack/python-keystoneclient.git
branch = .
[submodule "python-neutronclient"]
path = python-neutronclient
url = https://review.openstack.org/openstack/python-neutronclient.git
branch = .
[submodule "python-novaclient"]
path = python-novaclient
url = https://review.openstack.org/openstack/python-novaclient.git
branch = .
[submodule "python-openstackclient"]
path = python-openstackclient
url = https://review.openstack.org/openstack/python-openstackclient.git
branch = .
[submodule "python-saharaclient"]
path = python-saharaclient
url = https://review.openstack.org/openstack/python-saharaclient.git
branch = .
[submodule "python-swiftclient"]
path = python-swiftclient
url = https://review.openstack.org/openstack/python-swiftclient.git
branch = .
[submodule "python-troveclient"]
path = python-troveclient
url = https://review.openstack.org/openstack/python-troveclient.git
branch = .
[submodule "requirements"]
path = requirements
url = https://review.openstack.org/openstack/requirements.git
branch = .
[submodule "sahara"]
path = sahara
url = https://review.openstack.org/openstack/sahara.git
branch = .
[submodule "stevedore"]
path = stevedore
url = https://review.openstack.org/openstack/stevedore.git
branch = .
[submodule "swift"]
path = swift
url = https://review.openstack.org/openstack/swift.git
branch = .
[submodule "taskflow"]
path = taskflow
url = https://review.openstack.org/openstack/taskflow.git
branch = .
[submodule "tempest"]
path = tempest
url = https://review.openstack.org/openstack/tempest.git
branch = .
[submodule "tempest-lib"]
path = tempest-lib
url = https://review.openstack.org/openstack/tempest-lib.git
branch = .
[submodule "trove"]
path = trove
url = https://review.openstack.org/openstack/trove.git
branch = .