~ubuntu-branches/ubuntu/precise/horizon/precise-updates

« back to all changes in this revision

Viewing changes to horizon.egg-info/SOURCES.txt

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-03-09 11:50:22 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20120309115022-ymiww5i58rbg97my
Tags: 2012.1~rc1~20120308.1479-0ubuntu1
* New upstream version.
* debian/rules: Fix symlink when installing horizon.
  (LP: #947118)
* debian/control: Add python-django-nose as a dep. (LP: #944235)
* debian/control: Fix broken depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AUTHORS
 
2
LICENSE
 
3
MANIFEST.in
 
4
Makefile
 
5
README.rst
 
6
manage.py
 
7
run_tests.sh
 
8
setup.py
 
9
docs/Makefile
 
10
docs/source/conf.py
 
11
docs/source/contributing.rst
 
12
docs/source/faq.rst
 
13
docs/source/glossary.rst
 
14
docs/source/index.rst
 
15
docs/source/intro.rst
 
16
docs/source/quickstart.rst
 
17
docs/source/testing.rst
 
18
docs/source/_static/basic.css
 
19
docs/source/_static/default.css
 
20
docs/source/_static/jquery.tweet.js
 
21
docs/source/_static/tweaks.css
 
22
docs/source/_templates/.placeholder
 
23
docs/source/_theme/layout.html
 
24
docs/source/_theme/theme.conf
 
25
docs/source/ref/context_processors.rst
 
26
docs/source/ref/decorators.rst
 
27
docs/source/ref/exceptions.rst
 
28
docs/source/ref/forms.rst
 
29
docs/source/ref/horizon.rst
 
30
docs/source/ref/middleware.rst
 
31
docs/source/ref/run_tests.rst
 
32
docs/source/ref/tables.rst
 
33
docs/source/ref/tabs.rst
 
34
docs/source/ref/test.rst
 
35
docs/source/ref/users.rst
 
36
docs/source/ref/views.rst
 
37
docs/source/topics/branding.rst
 
38
docs/source/topics/deployment.rst
 
39
docs/source/topics/tables.rst
 
40
docs/source/topics/testing.rst
 
41
horizon/__init__.py
 
42
horizon/base.py
 
43
horizon/context_processors.py
 
44
horizon/decorators.py
 
45
horizon/exceptions.py
 
46
horizon/middleware.py
 
47
horizon/models.py
 
48
horizon/site_urls.py
 
49
horizon/test.py
 
50
horizon/time.py
 
51
horizon/users.py
 
52
horizon/version.py
 
53
horizon.egg-info/PKG-INFO
 
54
horizon.egg-info/SOURCES.txt
 
55
horizon.egg-info/dependency_links.txt
 
56
horizon.egg-info/not-zip-safe
 
57
horizon.egg-info/requires.txt
 
58
horizon.egg-info/top_level.txt
 
59
horizon/api/__init__.py
 
60
horizon/api/base.py
 
61
horizon/api/glance.py
 
62
horizon/api/keystone.py
 
63
horizon/api/nova.py
 
64
horizon/api/swift.py
 
65
horizon/dashboards/__init__.py
 
66
horizon/dashboards/nova/__init__.py
 
67
horizon/dashboards/nova/dashboard.py
 
68
horizon/dashboards/nova/models.py
 
69
horizon/dashboards/nova/access_and_security/__init__.py
 
70
horizon/dashboards/nova/access_and_security/panel.py
 
71
horizon/dashboards/nova/access_and_security/tests.py
 
72
horizon/dashboards/nova/access_and_security/urls.py
 
73
horizon/dashboards/nova/access_and_security/views.py
 
74
horizon/dashboards/nova/access_and_security/floating_ips/__init__.py
 
75
horizon/dashboards/nova/access_and_security/floating_ips/forms.py
 
76
horizon/dashboards/nova/access_and_security/floating_ips/tables.py
 
77
horizon/dashboards/nova/access_and_security/floating_ips/tests.py
 
78
horizon/dashboards/nova/access_and_security/floating_ips/urls.py
 
79
horizon/dashboards/nova/access_and_security/floating_ips/views.py
 
80
horizon/dashboards/nova/access_and_security/keypairs/__init__.py
 
81
horizon/dashboards/nova/access_and_security/keypairs/forms.py
 
82
horizon/dashboards/nova/access_and_security/keypairs/tables.py
 
83
horizon/dashboards/nova/access_and_security/keypairs/tests.py
 
84
horizon/dashboards/nova/access_and_security/keypairs/urls.py
 
85
horizon/dashboards/nova/access_and_security/keypairs/views.py
 
86
horizon/dashboards/nova/access_and_security/security_groups/__init__.py
 
87
horizon/dashboards/nova/access_and_security/security_groups/forms.py
 
88
horizon/dashboards/nova/access_and_security/security_groups/tables.py
 
89
horizon/dashboards/nova/access_and_security/security_groups/tests.py
 
90
horizon/dashboards/nova/access_and_security/security_groups/urls.py
 
91
horizon/dashboards/nova/access_and_security/security_groups/views.py
 
92
horizon/dashboards/nova/containers/__init__.py
 
93
horizon/dashboards/nova/containers/forms.py
 
94
horizon/dashboards/nova/containers/panel.py
 
95
horizon/dashboards/nova/containers/tables.py
 
96
horizon/dashboards/nova/containers/tests.py
 
97
horizon/dashboards/nova/containers/urls.py
 
98
horizon/dashboards/nova/containers/views.py
 
99
horizon/dashboards/nova/images_and_snapshots/__init__.py
 
100
horizon/dashboards/nova/images_and_snapshots/panel.py
 
101
horizon/dashboards/nova/images_and_snapshots/tests.py
 
102
horizon/dashboards/nova/images_and_snapshots/urls.py
 
103
horizon/dashboards/nova/images_and_snapshots/views.py
 
104
horizon/dashboards/nova/images_and_snapshots/images/__init__.py
 
105
horizon/dashboards/nova/images_and_snapshots/images/forms.py
 
106
horizon/dashboards/nova/images_and_snapshots/images/panel.py
 
107
horizon/dashboards/nova/images_and_snapshots/images/tables.py
 
108
horizon/dashboards/nova/images_and_snapshots/images/tests.py
 
109
horizon/dashboards/nova/images_and_snapshots/images/urls.py
 
110
horizon/dashboards/nova/images_and_snapshots/images/views.py
 
111
horizon/dashboards/nova/images_and_snapshots/snapshots/__init__.py
 
112
horizon/dashboards/nova/images_and_snapshots/snapshots/forms.py
 
113
horizon/dashboards/nova/images_and_snapshots/snapshots/panel.py
 
114
horizon/dashboards/nova/images_and_snapshots/snapshots/tables.py
 
115
horizon/dashboards/nova/images_and_snapshots/snapshots/tests.py
 
116
horizon/dashboards/nova/images_and_snapshots/snapshots/urls.py
 
117
horizon/dashboards/nova/images_and_snapshots/snapshots/views.py
 
118
horizon/dashboards/nova/images_and_snapshots/volume_snapshots/__init__.py
 
119
horizon/dashboards/nova/images_and_snapshots/volume_snapshots/panel.py
 
120
horizon/dashboards/nova/images_and_snapshots/volume_snapshots/tables.py
 
121
horizon/dashboards/nova/images_and_snapshots/volume_snapshots/tests.py
 
122
horizon/dashboards/nova/instances_and_volumes/__init__.py
 
123
horizon/dashboards/nova/instances_and_volumes/panel.py
 
124
horizon/dashboards/nova/instances_and_volumes/tests.py
 
125
horizon/dashboards/nova/instances_and_volumes/urls.py
 
126
horizon/dashboards/nova/instances_and_volumes/views.py
 
127
horizon/dashboards/nova/instances_and_volumes/instances/__init__.py
 
128
horizon/dashboards/nova/instances_and_volumes/instances/forms.py
 
129
horizon/dashboards/nova/instances_and_volumes/instances/tables.py
 
130
horizon/dashboards/nova/instances_and_volumes/instances/tabs.py
 
131
horizon/dashboards/nova/instances_and_volumes/instances/tests.py
 
132
horizon/dashboards/nova/instances_and_volumes/instances/urls.py
 
133
horizon/dashboards/nova/instances_and_volumes/instances/views.py
 
134
horizon/dashboards/nova/instances_and_volumes/volumes/__init__.py
 
135
horizon/dashboards/nova/instances_and_volumes/volumes/forms.py
 
136
horizon/dashboards/nova/instances_and_volumes/volumes/tables.py
 
137
horizon/dashboards/nova/instances_and_volumes/volumes/tests.py
 
138
horizon/dashboards/nova/instances_and_volumes/volumes/urls.py
 
139
horizon/dashboards/nova/instances_and_volumes/volumes/views.py
 
140
horizon/dashboards/nova/overview/__init__.py
 
141
horizon/dashboards/nova/overview/panel.py
 
142
horizon/dashboards/nova/overview/tests.py
 
143
horizon/dashboards/nova/overview/urls.py
 
144
horizon/dashboards/nova/overview/views.py
 
145
horizon/dashboards/nova/templates/nova/base.html
 
146
horizon/dashboards/nova/templates/nova/access_and_security/index.html
 
147
horizon/dashboards/nova/templates/nova/access_and_security/floating_ips/_allocate.html
 
148
horizon/dashboards/nova/templates/nova/access_and_security/floating_ips/_associate.html
 
149
horizon/dashboards/nova/templates/nova/access_and_security/floating_ips/allocate.html
 
150
horizon/dashboards/nova/templates/nova/access_and_security/floating_ips/associate.html
 
151
horizon/dashboards/nova/templates/nova/access_and_security/keypairs/_create.html
 
152
horizon/dashboards/nova/templates/nova/access_and_security/keypairs/_import.html
 
153
horizon/dashboards/nova/templates/nova/access_and_security/keypairs/create.html
 
154
horizon/dashboards/nova/templates/nova/access_and_security/keypairs/download.html
 
155
horizon/dashboards/nova/templates/nova/access_and_security/keypairs/import.html
 
156
horizon/dashboards/nova/templates/nova/access_and_security/security_groups/_create.html
 
157
horizon/dashboards/nova/templates/nova/access_and_security/security_groups/_edit_rules.html
 
158
horizon/dashboards/nova/templates/nova/access_and_security/security_groups/create.html
 
159
horizon/dashboards/nova/templates/nova/access_and_security/security_groups/edit_rules.html
 
160
horizon/dashboards/nova/templates/nova/containers/_create.html
 
161
horizon/dashboards/nova/templates/nova/containers/create.html
 
162
horizon/dashboards/nova/templates/nova/containers/index.html
 
163
horizon/dashboards/nova/templates/nova/images_and_snapshots/index.html
 
164
horizon/dashboards/nova/templates/nova/images_and_snapshots/images/_launch.html
 
165
horizon/dashboards/nova/templates/nova/images_and_snapshots/images/_update.html
 
166
horizon/dashboards/nova/templates/nova/images_and_snapshots/images/detail.html
 
167
horizon/dashboards/nova/templates/nova/images_and_snapshots/images/launch.html
 
168
horizon/dashboards/nova/templates/nova/images_and_snapshots/images/update.html
 
169
horizon/dashboards/nova/templates/nova/images_and_snapshots/snapshots/_create.html
 
170
horizon/dashboards/nova/templates/nova/images_and_snapshots/snapshots/create.html
 
171
horizon/dashboards/nova/templates/nova/instances_and_volumes/index.html
 
172
horizon/dashboards/nova/templates/nova/instances_and_volumes/instances/_detail_log.html
 
173
horizon/dashboards/nova/templates/nova/instances_and_volumes/instances/_detail_overview.html
 
174
horizon/dashboards/nova/templates/nova/instances_and_volumes/instances/_detail_vnc.html
 
175
horizon/dashboards/nova/templates/nova/instances_and_volumes/instances/_instance_ips.html
 
176
horizon/dashboards/nova/templates/nova/instances_and_volumes/instances/_update.html
 
177
horizon/dashboards/nova/templates/nova/instances_and_volumes/instances/detail.html
 
178
horizon/dashboards/nova/templates/nova/instances_and_volumes/instances/update.html
 
179
horizon/dashboards/nova/templates/nova/instances_and_volumes/volumes/_attach.html
 
180
horizon/dashboards/nova/templates/nova/instances_and_volumes/volumes/_create.html
 
181
horizon/dashboards/nova/templates/nova/instances_and_volumes/volumes/_create_snapshot.html
 
182
horizon/dashboards/nova/templates/nova/instances_and_volumes/volumes/attach.html
 
183
horizon/dashboards/nova/templates/nova/instances_and_volumes/volumes/create.html
 
184
horizon/dashboards/nova/templates/nova/instances_and_volumes/volumes/create_snapshot.html
 
185
horizon/dashboards/nova/templates/nova/instances_and_volumes/volumes/detail.html
 
186
horizon/dashboards/nova/templates/nova/objects/_copy.html
 
187
horizon/dashboards/nova/templates/nova/objects/_upload.html
 
188
horizon/dashboards/nova/templates/nova/objects/copy.html
 
189
horizon/dashboards/nova/templates/nova/objects/index.html
 
190
horizon/dashboards/nova/templates/nova/objects/upload.html
 
191
horizon/dashboards/nova/templates/nova/overview/usage.csv
 
192
horizon/dashboards/nova/templates/nova/overview/usage.html
 
193
horizon/dashboards/settings/__init__.py
 
194
horizon/dashboards/settings/dashboard.py
 
195
horizon/dashboards/settings/models.py
 
196
horizon/dashboards/settings/ec2/__init__.py
 
197
horizon/dashboards/settings/ec2/forms.py
 
198
horizon/dashboards/settings/ec2/panel.py
 
199
horizon/dashboards/settings/ec2/tests.py
 
200
horizon/dashboards/settings/ec2/urls.py
 
201
horizon/dashboards/settings/ec2/views.py
 
202
horizon/dashboards/settings/project/__init__.py
 
203
horizon/dashboards/settings/project/forms.py
 
204
horizon/dashboards/settings/project/panel.py
 
205
horizon/dashboards/settings/project/urls.py
 
206
horizon/dashboards/settings/project/views.py
 
207
horizon/dashboards/settings/templates/settings/base.html
 
208
horizon/dashboards/settings/templates/settings/ec2/download_form.html
 
209
horizon/dashboards/settings/templates/settings/ec2/ec2rc.sh.template
 
210
horizon/dashboards/settings/templates/settings/ec2/index.html
 
211
horizon/dashboards/settings/templates/settings/project/_openrc.html
 
212
horizon/dashboards/settings/templates/settings/project/openrc.sh.template
 
213
horizon/dashboards/settings/templates/settings/project/settings.html
 
214
horizon/dashboards/settings/templates/settings/user/_language.html
 
215
horizon/dashboards/settings/templates/settings/user/settings.html
 
216
horizon/dashboards/settings/user/__init__.py
 
217
horizon/dashboards/settings/user/panel.py
 
218
horizon/dashboards/settings/user/urls.py
 
219
horizon/dashboards/settings/user/views.py
 
220
horizon/dashboards/syspanel/__init__.py
 
221
horizon/dashboards/syspanel/dashboard.py
 
222
horizon/dashboards/syspanel/models.py
 
223
horizon/dashboards/syspanel/flavors/__init__.py
 
224
horizon/dashboards/syspanel/flavors/forms.py
 
225
horizon/dashboards/syspanel/flavors/panel.py
 
226
horizon/dashboards/syspanel/flavors/tables.py
 
227
horizon/dashboards/syspanel/flavors/tests.py
 
228
horizon/dashboards/syspanel/flavors/urls.py
 
229
horizon/dashboards/syspanel/flavors/views.py
 
230
horizon/dashboards/syspanel/images/__init__.py
 
231
horizon/dashboards/syspanel/images/panel.py
 
232
horizon/dashboards/syspanel/images/tables.py
 
233
horizon/dashboards/syspanel/images/tests.py
 
234
horizon/dashboards/syspanel/images/urls.py
 
235
horizon/dashboards/syspanel/images/views.py
 
236
horizon/dashboards/syspanel/instances/__init__.py
 
237
horizon/dashboards/syspanel/instances/panel.py
 
238
horizon/dashboards/syspanel/instances/tables.py
 
239
horizon/dashboards/syspanel/instances/tests.py
 
240
horizon/dashboards/syspanel/instances/urls.py
 
241
horizon/dashboards/syspanel/instances/views.py
 
242
horizon/dashboards/syspanel/overview/__init__.py
 
243
horizon/dashboards/syspanel/overview/panel.py
 
244
horizon/dashboards/syspanel/overview/urls.py
 
245
horizon/dashboards/syspanel/overview/views.py
 
246
horizon/dashboards/syspanel/projects/__init__.py
 
247
horizon/dashboards/syspanel/projects/forms.py
 
248
horizon/dashboards/syspanel/projects/panel.py
 
249
horizon/dashboards/syspanel/projects/tables.py
 
250
horizon/dashboards/syspanel/projects/tests.py
 
251
horizon/dashboards/syspanel/projects/urls.py
 
252
horizon/dashboards/syspanel/projects/views.py
 
253
horizon/dashboards/syspanel/quotas/__init__.py
 
254
horizon/dashboards/syspanel/quotas/panel.py
 
255
horizon/dashboards/syspanel/quotas/tables.py
 
256
horizon/dashboards/syspanel/quotas/tests.py
 
257
horizon/dashboards/syspanel/quotas/urls.py
 
258
horizon/dashboards/syspanel/quotas/views.py
 
259
horizon/dashboards/syspanel/services/__init__.py
 
260
horizon/dashboards/syspanel/services/panel.py
 
261
horizon/dashboards/syspanel/services/tables.py
 
262
horizon/dashboards/syspanel/services/tests.py
 
263
horizon/dashboards/syspanel/services/urls.py
 
264
horizon/dashboards/syspanel/services/views.py
 
265
horizon/dashboards/syspanel/templates/syspanel/base.html
 
266
horizon/dashboards/syspanel/templates/syspanel/flavors/_create.html
 
267
horizon/dashboards/syspanel/templates/syspanel/flavors/create.html
 
268
horizon/dashboards/syspanel/templates/syspanel/flavors/index.html
 
269
horizon/dashboards/syspanel/templates/syspanel/images/_update.html
 
270
horizon/dashboards/syspanel/templates/syspanel/images/index.html
 
271
horizon/dashboards/syspanel/templates/syspanel/images/update.html
 
272
horizon/dashboards/syspanel/templates/syspanel/instances/index.html
 
273
horizon/dashboards/syspanel/templates/syspanel/overview/usage.csv
 
274
horizon/dashboards/syspanel/templates/syspanel/overview/usage.html
 
275
horizon/dashboards/syspanel/templates/syspanel/projects/_add_user.html
 
276
horizon/dashboards/syspanel/templates/syspanel/projects/_create.html
 
277
horizon/dashboards/syspanel/templates/syspanel/projects/_quotas.html
 
278
horizon/dashboards/syspanel/templates/syspanel/projects/_update.html
 
279
horizon/dashboards/syspanel/templates/syspanel/projects/add_user.html
 
280
horizon/dashboards/syspanel/templates/syspanel/projects/create.html
 
281
horizon/dashboards/syspanel/templates/syspanel/projects/index.html
 
282
horizon/dashboards/syspanel/templates/syspanel/projects/quotas.html
 
283
horizon/dashboards/syspanel/templates/syspanel/projects/update.html
 
284
horizon/dashboards/syspanel/templates/syspanel/projects/usage.csv
 
285
horizon/dashboards/syspanel/templates/syspanel/projects/usage.html
 
286
horizon/dashboards/syspanel/templates/syspanel/projects/users.html
 
287
horizon/dashboards/syspanel/templates/syspanel/quotas/index.html
 
288
horizon/dashboards/syspanel/templates/syspanel/services/index.html
 
289
horizon/dashboards/syspanel/templates/syspanel/users/_create.html
 
290
horizon/dashboards/syspanel/templates/syspanel/users/_update.html
 
291
horizon/dashboards/syspanel/templates/syspanel/users/create.html
 
292
horizon/dashboards/syspanel/templates/syspanel/users/index.html
 
293
horizon/dashboards/syspanel/templates/syspanel/users/update.html
 
294
horizon/dashboards/syspanel/users/__init__.py
 
295
horizon/dashboards/syspanel/users/forms.py
 
296
horizon/dashboards/syspanel/users/panel.py
 
297
horizon/dashboards/syspanel/users/tables.py
 
298
horizon/dashboards/syspanel/users/tests.py
 
299
horizon/dashboards/syspanel/users/urls.py
 
300
horizon/dashboards/syspanel/users/views.py
 
301
horizon/forms/__init__.py
 
302
horizon/forms/base.py
 
303
horizon/forms/views.py
 
304
horizon/locale/es/LC_MESSAGES/django.mo
 
305
horizon/locale/es/LC_MESSAGES/django.po
 
306
horizon/locale/fr/LC_MESSAGES/django.mo
 
307
horizon/locale/fr/LC_MESSAGES/django.po
 
308
horizon/locale/ja/LC_MESSAGES/django.mo
 
309
horizon/locale/ja/LC_MESSAGES/django.po
 
310
horizon/locale/pl/LC_MESSAGES/django.mo
 
311
horizon/locale/pl/LC_MESSAGES/django.po
 
312
horizon/locale/pt/LC_MESSAGES/django.mo
 
313
horizon/locale/pt/LC_MESSAGES/django.po
 
314
horizon/locale/zh_CN/LC_MESSAGES/django.po
 
315
horizon/locale/zh_TW/LC_MESSAGES/django.mo
 
316
horizon/locale/zh_TW/LC_MESSAGES/django.po
 
317
horizon/static/horizon/js/form_examples.js
 
318
horizon/static/horizon/js/forms.js
 
319
horizon/static/horizon/js/hogan-1.0.5.min.js
 
320
horizon/static/horizon/js/horizon.js
 
321
horizon/static/horizon/js/modals.js
 
322
horizon/static/horizon/js/plugins.js
 
323
horizon/static/horizon/js/tables.js
 
324
horizon/static/horizon/js/tabs.js
 
325
horizon/static/horizon/js/jquery/jquery-ui.min.js
 
326
horizon/static/horizon/js/jquery/jquery.example.min.js
 
327
horizon/static/horizon/js/jquery/jquery.min.js
 
328
horizon/static/horizon/js/jquery/jquery.quicksearch.js
 
329
horizon/static/horizon/js/jquery/jquery.table-sorter.js
 
330
horizon/tables/__init__.py
 
331
horizon/tables/actions.py
 
332
horizon/tables/base.py
 
333
horizon/tables/views.py
 
334
horizon/tabs/__init__.py
 
335
horizon/tabs/base.py
 
336
horizon/tabs/views.py
 
337
horizon/templates/horizon/_messages.html
 
338
horizon/templates/horizon/_nav_list.html
 
339
horizon/templates/horizon/_subnav_list.html
 
340
horizon/templates/horizon/auth/_login.html
 
341
horizon/templates/horizon/auth/_switch.html
 
342
horizon/templates/horizon/auth/login.html
 
343
horizon/templates/horizon/client_side/_modal.html
 
344
horizon/templates/horizon/client_side/template.html
 
345
horizon/templates/horizon/common/_data_table.html
 
346
horizon/templates/horizon/common/_data_table_row.html
 
347
horizon/templates/horizon/common/_data_table_row_action.html
 
348
horizon/templates/horizon/common/_data_table_row_actions.html
 
349
horizon/templates/horizon/common/_data_table_table_actions.html
 
350
horizon/templates/horizon/common/_form_fields.html
 
351
horizon/templates/horizon/common/_modal_form.html
 
352
horizon/templates/horizon/common/_page_header.html
 
353
horizon/templates/horizon/common/_progress_bar.html
 
354
horizon/templates/horizon/common/_region_selector.html
 
355
horizon/templates/horizon/common/_sidebar.html
 
356
horizon/templates/horizon/common/_sidebar_module.html
 
357
horizon/templates/horizon/common/_tab_group.html
 
358
horizon/templates/horizon/common/_usage_summary.html
 
359
horizon/templatetags/__init__.py
 
360
horizon/templatetags/branding.py
 
361
horizon/templatetags/horizon.py
 
362
horizon/templatetags/parse_date.py
 
363
horizon/templatetags/sizeformat.py
 
364
horizon/templatetags/truncate_filter.py
 
365
horizon/tests/__init__.py
 
366
horizon/tests/auth_tests.py
 
367
horizon/tests/authors_tests.py
 
368
horizon/tests/base_tests.py
 
369
horizon/tests/context_processor_tests.py
 
370
horizon/tests/table_tests.py
 
371
horizon/tests/tabs_tests.py
 
372
horizon/tests/templatetag_tests.py
 
373
horizon/tests/test_panel_urls.py
 
374
horizon/tests/testsettings.py
 
375
horizon/tests/testurls.py
 
376
horizon/tests/utils_tests.py
 
377
horizon/tests/views.py
 
378
horizon/tests/api_tests/__init__.py
 
379
horizon/tests/api_tests/base_tests.py
 
380
horizon/tests/api_tests/glance_tests.py
 
381
horizon/tests/api_tests/keystone_tests.py
 
382
horizon/tests/api_tests/nova_tests.py
 
383
horizon/tests/api_tests/swift_tests.py
 
384
horizon/tests/templates/404.html
 
385
horizon/tests/templates/_tab.html
 
386
horizon/tests/templates/base-sidebar.html
 
387
horizon/tests/templates/base.html
 
388
horizon/tests/templates/splash.html
 
389
horizon/tests/templates/switch_tenants.html
 
390
horizon/tests/test_data/__init__.py
 
391
horizon/tests/test_data/glance_data.py
 
392
horizon/tests/test_data/keystone_data.py
 
393
horizon/tests/test_data/nova_data.py
 
394
horizon/tests/test_data/swift_data.py
 
395
horizon/tests/test_data/utils.py
 
396
horizon/usage/__init__.py
 
397
horizon/usage/base.py
 
398
horizon/usage/tables.py
 
399
horizon/usage/views.py
 
400
horizon/utils/__init__.py
 
401
horizon/utils/html.py
 
402
horizon/utils/reverse_bugfix.py
 
403
horizon/utils/validators.py
 
404
horizon/views/__init__.py
 
405
horizon/views/auth.py
 
406
horizon/views/auth_forms.py
 
407
horizon/views/base.py
 
408
openstack_dashboard/__init__.py
 
409
openstack_dashboard/middleware.py
 
410
openstack_dashboard/settings.py
 
411
openstack_dashboard/tests.py
 
412
openstack_dashboard/urls.py
 
413
openstack_dashboard/views.py
 
414
openstack_dashboard/local/__init__.py
 
415
openstack_dashboard/local/local_settings.py.example
 
416
openstack_dashboard/locale/es/LC_MESSAGES/django.po
 
417
openstack_dashboard/locale/fr/LC_MESSAGES/django.po
 
418
openstack_dashboard/locale/ja/LC_MESSAGES/django.po
 
419
openstack_dashboard/locale/pl/LC_MESSAGES/django.po
 
420
openstack_dashboard/locale/pt/LC_MESSAGES/django.po
 
421
openstack_dashboard/locale/zh_CN/LC_MESSAGES/django.po
 
422
openstack_dashboard/locale/zh_TW/LC_MESSAGES/django.po
 
423
openstack_dashboard/static/bootstrap/css/bootstrap-responsive.css
 
424
openstack_dashboard/static/bootstrap/css/bootstrap-responsive.min.css
 
425
openstack_dashboard/static/bootstrap/css/bootstrap.css
 
426
openstack_dashboard/static/bootstrap/css/bootstrap.min.css
 
427
openstack_dashboard/static/bootstrap/img/glyphicons-halflings-white.png
 
428
openstack_dashboard/static/bootstrap/img/glyphicons-halflings.png
 
429
openstack_dashboard/static/bootstrap/js/bootstrap.js
 
430
openstack_dashboard/static/bootstrap/js/bootstrap.min.js
 
431
openstack_dashboard/static/dashboard/css/style.css
 
432
openstack_dashboard/static/dashboard/fonts/Anivers_Regular-webfont.eot
 
433
openstack_dashboard/static/dashboard/fonts/Anivers_Regular-webfont.svg
 
434
openstack_dashboard/static/dashboard/fonts/Anivers_Regular-webfont.ttf
 
435
openstack_dashboard/static/dashboard/fonts/Anivers_Regular-webfont.woff
 
436
openstack_dashboard/static/dashboard/img/drop_arrow.png
 
437
openstack_dashboard/static/dashboard/img/favicon.ico
 
438
openstack_dashboard/static/dashboard/img/logo.png
 
439
openstack_dashboard/static/dashboard/img/right_droparrow.png
 
440
openstack_dashboard/static/dashboard/img/search.png
 
441
openstack_dashboard/static/dashboard/img/spinner.gif
 
442
openstack_dashboard/static/qunit/qunit.css
 
443
openstack_dashboard/static/qunit/qunit.js
 
444
openstack_dashboard/templates/403.html
 
445
openstack_dashboard/templates/404.html
 
446
openstack_dashboard/templates/500.html
 
447
openstack_dashboard/templates/_footer.html
 
448
openstack_dashboard/templates/_header.html
 
449
openstack_dashboard/templates/_login.html
 
450
openstack_dashboard/templates/_scripts.html
 
451
openstack_dashboard/templates/_stylesheets.html
 
452
openstack_dashboard/templates/_switch.html
 
453
openstack_dashboard/templates/base.html
 
454
openstack_dashboard/templates/qunit.html
 
455
openstack_dashboard/templates/splash.html
 
456
openstack_dashboard/templates/switch_tenants.html
 
457
openstack_dashboard/wsgi/django.wsgi
 
458
tools/install_venv.py
 
459
tools/pip-requires
 
460
tools/rfc.sh
 
461
tools/test-requires
 
462
tools/with_venv.sh
 
 
b'\\ No newline at end of file'