Mock Version: 1.2.15 Mock Version: 1.2.15 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-django-horizon.spec'], chrootPath='/var/lib/mock/cloud7-openstack-kilo-el7-build-14910-20830/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=497) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-django-horizon.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-django-horizon-2015.1.4-1.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-django-horizon.spec '], chrootPath='/var/lib/mock/cloud7-openstack-kilo-el7-build-14910-20830/root'shell=Falseuid=497env={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-django-horizon.spec '] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.JiqxIv + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf horizon-2015.1.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/horizon-2015.1.4.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd horizon-2015.1.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf horizon.egg-info + git init Initialized empty Git repository in /builddir/build/BUILD/horizon-2015.1.4/.git/ + git config user.email python-django-horizon-owner@fedoraproject.org + git config user.name python-django-horizon + git add . + git commit -a -q -m '2015.1.4 baseline' + git am /builddir/build/SOURCES/0001-disable-debug-move-web-root.patch /builddir/build/SOURCES/0002-Add-a-customization-module-based-on-RHOS.patch /builddir/build/SOURCES/0003-Configurable-token-hashing.patch /builddir/build/SOURCES/0004-Do-not-call-_assertNotContains-override-in-Django-ne.patch /builddir/build/SOURCES/0005-Use-charset-instead-of-_charset-for-dj18-response.patch /builddir/build/SOURCES/0006-Don-t-escape-request.get_full_path-in-Django1.8.patch /builddir/build/SOURCES/0007-Remove-un-related-nova-quota-in-test-data.patch /builddir/build/SOURCES/0008-fix-RCUE-font-scss-for-pyscss-1.3.4.patch /builddir/build/SOURCES/0009-Use-the-User-model-from-d-o-a.patch Applying: disable debug, move web root Applying: Add a customization module based on RHOS /builddir/build/BUILD/horizon-2015.1.4/.git/rebase-apply/patch:1782: trailing whitespace. /builddir/build/BUILD/horizon-2015.1.4/.git/rebase-apply/patch:2813: trailing whitespace. /builddir/build/BUILD/horizon-2015.1.4/.git/rebase-apply/patch:3876: trailing whitespace. /builddir/build/BUILD/horizon-2015.1.4/.git/rebase-apply/patch:4910: trailing whitespace. /builddir/build/BUILD/horizon-2015.1.4/.git/rebase-apply/patch:6002: trailing whitespace. warning: squelched 63 whitespace errors warning: 68 lines add whitespace errors. Applying: Configurable token hashing Applying: Do not call _assertNotContains override in Django newer than 1.6 Applying: Use charset instead of _charset for dj18 response Applying: Don't escape request.get_full_path() in Django1.8 Applying: Remove un-related nova quota in test data Applying: fix RCUE font scss for pyscss 1.3.4 Applying: Use the User model from d-o-a + find . -name 'django*.mo' -exec rm -f '{}' ';' + rm -rf test-requirements.txt requirements.txt tools/pip-requires tools/test-requires + cp -p /builddir/build/SOURCES/openstack-dashboard-httpd-logging.conf . + sed -i 's:COMPRESS_OFFLINE.=.False:COMPRESS_OFFLINE = True:' openstack_dashboard/settings.py + cp /builddir/build/SOURCES/rdo-logo-white.png openstack_dashboard/dashboards/theme/static/dashboard/img + rm openstack_dashboard/dashboards/theme/static/dashboard/img/logo.svg + sed -i s/logo.svg/rdo-logo-white.png/ openstack_dashboard/dashboards/theme/templates/splash.html + rm openstack_dashboard/dashboards/theme/static/dashboard/img/brand.svg + sed -i s/brand.svg/logo.png/ openstack_dashboard/dashboards/theme/templates/splash.html + sed -i s/brand.svg/logo.png/ openstack_dashboard/dashboards/theme/templates/horizon/common/_sidebar.html + git add . warning: You ran 'git add' with neither '-A (--all)' or '--ignore-removal', whose behaviour will change in Git 2.0 with respect to paths you removed. Paths like 'openstack_dashboard/dashboards/theme/static/dashboard/img/brand.svg' that are removed from your working tree are ignored with this version of Git. * 'git add --ignore-removal ', which is the current default, ignores paths you removed from your working tree. * 'git add --all ' will let you also record the removals. Run 'git status' to check the paths you removed from your working tree. + git commit -a -q -m 'RDO branding' + rm -rf horizon.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.deiQXU + umask 022 + cd /builddir/build/BUILD + cd horizon-2015.1.4 + cd horizon + django-admin compilemessages processing file django.po in /builddir/build/BUILD/horizon-2015.1.4/horizon/locale/ru/LC_MESSAGES processing file djangojs.po in /builddir/build/BUILD/horizon-2015.1.4/horizon/locale/ru/LC_MESSAGES processing file django.po in /builddir/build/BUILD/horizon-2015.1.4/horizon/locale/fr/LC_MESSAGES processing file djangojs.po in /builddir/build/BUILD/horizon-2015.1.4/horizon/locale/fr/LC_MESSAGES processing file django.po in /builddir/build/BUILD/horizon-2015.1.4/horizon/locale/ko_KR/LC_MESSAGES processing file djangojs.po in /builddir/build/BUILD/horizon-2015.1.4/horizon/locale/ko_KR/LC_MESSAGES processing file django.po in /builddir/build/BUILD/horizon-2015.1.4/horizon/locale/pt_BR/LC_MESSAGES processing file djangojs.po in /builddir/build/BUILD/horizon-2015.1.4/horizon/locale/pt_BR/LC_MESSAGES processing file django.po in /builddir/build/BUILD/horizon-2015.1.4/horizon/locale/zh_CN/LC_MESSAGES processing file djangojs.po in /builddir/build/BUILD/horizon-2015.1.4/horizon/locale/zh_CN/LC_MESSAGES processing file django.po in /builddir/build/BUILD/horizon-2015.1.4/horizon/locale/zh_TW/LC_MESSAGES processing file djangojs.po in /builddir/build/BUILD/horizon-2015.1.4/horizon/locale/zh_TW/LC_MESSAGES processing file django.po in /builddir/build/BUILD/horizon-2015.1.4/horizon/locale/en_AU/LC_MESSAGES processing file djangojs.po in /builddir/build/BUILD/horizon-2015.1.4/horizon/locale/en_AU/LC_MESSAGES processing file django.po in /builddir/build/BUILD/horizon-2015.1.4/horizon/locale/de/LC_MESSAGES processing file djangojs.po in /builddir/build/BUILD/horizon-2015.1.4/horizon/locale/de/LC_MESSAGES processing file django.po in /builddir/build/BUILD/horizon-2015.1.4/horizon/locale/en/LC_MESSAGES processing file djangojs.po in /builddir/build/BUILD/horizon-2015.1.4/horizon/locale/en/LC_MESSAGES processing file django.po in /builddir/build/BUILD/horizon-2015.1.4/horizon/locale/en_GB/LC_MESSAGES processing file djangojs.po in /builddir/build/BUILD/horizon-2015.1.4/horizon/locale/en_GB/LC_MESSAGES processing file django.po in /builddir/build/BUILD/horizon-2015.1.4/horizon/locale/pl_PL/LC_MESSAGES processing file djangojs.po in /builddir/build/BUILD/horizon-2015.1.4/horizon/locale/pl_PL/LC_MESSAGES processing file django.po in /builddir/build/BUILD/horizon-2015.1.4/horizon/locale/ja/LC_MESSAGES processing file djangojs.po in /builddir/build/BUILD/horizon-2015.1.4/horizon/locale/ja/LC_MESSAGES processing file django.po in /builddir/build/BUILD/horizon-2015.1.4/horizon/locale/es/LC_MESSAGES processing file djangojs.po in /builddir/build/BUILD/horizon-2015.1.4/horizon/locale/es/LC_MESSAGES + cd .. + cd openstack_dashboard + django-admin compilemessages processing file django.po in /builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/locale/ru/LC_MESSAGES processing file django.po in /builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/locale/fr/LC_MESSAGES processing file django.po in /builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/locale/ko_KR/LC_MESSAGES processing file django.po in /builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/locale/pt_BR/LC_MESSAGES processing file django.po in /builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/locale/zh_CN/LC_MESSAGES processing file django.po in /builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/locale/zh_TW/LC_MESSAGES processing file django.po in /builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/locale/en_AU/LC_MESSAGES processing file django.po in /builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/locale/de/LC_MESSAGES processing file django.po in /builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/locale/en/LC_MESSAGES processing file django.po in /builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/locale/en_GB/LC_MESSAGES processing file django.po in /builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/locale/pl_PL/LC_MESSAGES processing file django.po in /builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/locale/ja/LC_MESSAGES processing file django.po in /builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/locale/es/LC_MESSAGES + cd .. + /usr/bin/python setup.py build running build running build_py creating build creating build/lib creating build/lib/horizon creating build/lib/horizon/conf creating build/lib/horizon/conf/panel_template copying horizon/conf/panel_template/__init__.py -> build/lib/horizon/conf/panel_template copying horizon/conf/panel_template/views.py -> build/lib/horizon/conf/panel_template creating build/lib/horizon/utils copying horizon/utils/urlresolvers.py -> build/lib/horizon/utils copying horizon/utils/units.py -> build/lib/horizon/utils copying horizon/utils/html.py -> build/lib/horizon/utils copying horizon/utils/__init__.py -> build/lib/horizon/utils copying horizon/utils/secret_key.py -> build/lib/horizon/utils copying horizon/utils/functions.py -> build/lib/horizon/utils copying horizon/utils/memoized.py -> build/lib/horizon/utils copying horizon/utils/filters.py -> build/lib/horizon/utils copying horizon/utils/validators.py -> build/lib/horizon/utils copying horizon/utils/csvbase.py -> build/lib/horizon/utils creating build/lib/horizon/test creating build/lib/horizon/test/test_dashboards copying horizon/test/test_dashboards/__init__.py -> build/lib/horizon/test/test_dashboards creating build/lib/horizon/conf/dash_template copying horizon/conf/dash_template/__init__.py -> build/lib/horizon/conf/dash_template copying horizon/conf/dash_template/models.py -> build/lib/horizon/conf/dash_template creating build/lib/horizon/test/test_dashboards/dogs creating build/lib/horizon/test/test_dashboards/dogs/puppies copying horizon/test/test_dashboards/dogs/puppies/panel.py -> build/lib/horizon/test/test_dashboards/dogs/puppies copying horizon/test/test_dashboards/dogs/puppies/urls.py -> build/lib/horizon/test/test_dashboards/dogs/puppies copying horizon/test/test_dashboards/dogs/puppies/__init__.py -> build/lib/horizon/test/test_dashboards/dogs/puppies copying horizon/test/test_dashboards/dogs/puppies/views.py -> build/lib/horizon/test/test_dashboards/dogs/puppies copying horizon/test/test_dashboards/dogs/puppies/tabs.py -> build/lib/horizon/test/test_dashboards/dogs/puppies copying horizon/test/test_dashboards/dogs/puppies/tables.py -> build/lib/horizon/test/test_dashboards/dogs/puppies copying horizon/test/test_dashboards/dogs/puppies/models.py -> build/lib/horizon/test/test_dashboards/dogs/puppies creating build/lib/horizon/test/customization copying horizon/test/customization/__init__.py -> build/lib/horizon/test/customization copying horizon/test/customization/cust_test2.py -> build/lib/horizon/test/customization copying horizon/test/customization/cust_test1.py -> build/lib/horizon/test/customization creating build/lib/horizon/management creating build/lib/horizon/management/commands copying horizon/management/commands/__init__.py -> build/lib/horizon/management/commands copying horizon/management/commands/startpanel.py -> build/lib/horizon/management/commands copying horizon/management/commands/startdash.py -> build/lib/horizon/management/commands copying horizon/test/test_dashboards/dogs/__init__.py -> build/lib/horizon/test/test_dashboards/dogs copying horizon/test/test_dashboards/dogs/models.py -> build/lib/horizon/test/test_dashboards/dogs copying horizon/test/test_dashboards/dogs/dashboard.py -> build/lib/horizon/test/test_dashboards/dogs creating build/lib/horizon/test/test_dashboards/cats creating build/lib/horizon/test/test_dashboards/cats/tigers copying horizon/test/test_dashboards/cats/tigers/panel.py -> build/lib/horizon/test/test_dashboards/cats/tigers copying horizon/test/test_dashboards/cats/tigers/urls.py -> build/lib/horizon/test/test_dashboards/cats/tigers copying horizon/test/test_dashboards/cats/tigers/__init__.py -> build/lib/horizon/test/test_dashboards/cats/tigers copying horizon/test/test_dashboards/cats/tigers/views.py -> build/lib/horizon/test/test_dashboards/cats/tigers copying horizon/test/test_dashboards/cats/tigers/models.py -> build/lib/horizon/test/test_dashboards/cats/tigers copying horizon/test/test_dashboards/cats/__init__.py -> build/lib/horizon/test/test_dashboards/cats copying horizon/test/test_dashboards/cats/models.py -> build/lib/horizon/test/test_dashboards/cats copying horizon/test/test_dashboards/cats/dashboard.py -> build/lib/horizon/test/test_dashboards/cats copying horizon/conf/__init__.py -> build/lib/horizon/conf copying horizon/conf/default.py -> build/lib/horizon/conf creating build/lib/horizon/tabs copying horizon/tabs/__init__.py -> build/lib/horizon/tabs copying horizon/tabs/base.py -> build/lib/horizon/tabs copying horizon/tabs/views.py -> build/lib/horizon/tabs creating build/lib/horizon/test/tests copying horizon/test/tests/utils.py -> build/lib/horizon/test/tests copying horizon/test/tests/selenium_tests.py -> build/lib/horizon/test/tests copying horizon/test/tests/middleware.py -> build/lib/horizon/test/tests copying horizon/test/tests/__init__.py -> build/lib/horizon/test/tests copying horizon/test/tests/exceptions.py -> build/lib/horizon/test/tests copying horizon/test/tests/messages.py -> build/lib/horizon/test/tests copying horizon/test/tests/base.py -> build/lib/horizon/test/tests copying horizon/test/tests/views.py -> build/lib/horizon/test/tests copying horizon/test/tests/tabs.py -> build/lib/horizon/test/tests copying horizon/test/tests/templatetags.py -> build/lib/horizon/test/tests copying horizon/test/tests/forms.py -> build/lib/horizon/test/tests copying horizon/test/tests/tables.py -> build/lib/horizon/test/tests copying horizon/test/tests/workflows.py -> build/lib/horizon/test/tests creating build/lib/horizon/contrib copying horizon/contrib/__init__.py -> build/lib/horizon/contrib copying horizon/contrib/bootstrap_datepicker.py -> build/lib/horizon/contrib creating build/lib/horizon/tables copying horizon/tables/__init__.py -> build/lib/horizon/tables copying horizon/tables/formset.py -> build/lib/horizon/tables copying horizon/tables/base.py -> build/lib/horizon/tables copying horizon/tables/views.py -> build/lib/horizon/tables copying horizon/tables/actions.py -> build/lib/horizon/tables creating build/lib/horizon/test/jasmine copying horizon/test/jasmine/jasmine_tests.py -> build/lib/horizon/test/jasmine copying horizon/test/jasmine/__init__.py -> build/lib/horizon/test/jasmine copying horizon/test/jasmine/jasmine.py -> build/lib/horizon/test/jasmine copying horizon/site_urls.py -> build/lib/horizon copying horizon/context_processors.py -> build/lib/horizon copying horizon/middleware.py -> build/lib/horizon copying horizon/__init__.py -> build/lib/horizon copying horizon/exceptions.py -> build/lib/horizon copying horizon/messages.py -> build/lib/horizon copying horizon/base.py -> build/lib/horizon copying horizon/views.py -> build/lib/horizon copying horizon/loaders.py -> build/lib/horizon copying horizon/models.py -> build/lib/horizon copying horizon/decorators.py -> build/lib/horizon copying horizon/version.py -> build/lib/horizon creating build/lib/horizon/test/dummy_auth copying horizon/test/dummy_auth/__init__.py -> build/lib/horizon/test/dummy_auth copying horizon/test/dummy_auth/backend.py -> build/lib/horizon/test/dummy_auth creating build/lib/horizon/workflows copying horizon/workflows/__init__.py -> build/lib/horizon/workflows copying horizon/workflows/base.py -> build/lib/horizon/workflows copying horizon/workflows/views.py -> build/lib/horizon/workflows copying horizon/test/utils.py -> build/lib/horizon/test copying horizon/test/urls.py -> build/lib/horizon/test copying horizon/test/__init__.py -> build/lib/horizon/test copying horizon/test/patches.py -> build/lib/horizon/test copying horizon/test/webdriver.py -> build/lib/horizon/test copying horizon/test/settings.py -> build/lib/horizon/test copying horizon/test/helpers.py -> build/lib/horizon/test creating build/lib/horizon/forms copying horizon/forms/__init__.py -> build/lib/horizon/forms copying horizon/forms/base.py -> build/lib/horizon/forms copying horizon/forms/views.py -> build/lib/horizon/forms copying horizon/forms/fields.py -> build/lib/horizon/forms creating build/lib/horizon/test/test_dashboards/cats/kittens copying horizon/test/test_dashboards/cats/kittens/panel.py -> build/lib/horizon/test/test_dashboards/cats/kittens copying horizon/test/test_dashboards/cats/kittens/urls.py -> build/lib/horizon/test/test_dashboards/cats/kittens copying horizon/test/test_dashboards/cats/kittens/__init__.py -> build/lib/horizon/test/test_dashboards/cats/kittens copying horizon/test/test_dashboards/cats/kittens/views.py -> build/lib/horizon/test/test_dashboards/cats/kittens copying horizon/test/test_dashboards/cats/kittens/models.py -> build/lib/horizon/test/test_dashboards/cats/kittens creating build/lib/horizon/browsers copying horizon/browsers/breadcrumb.py -> build/lib/horizon/browsers copying horizon/browsers/__init__.py -> build/lib/horizon/browsers copying horizon/browsers/base.py -> build/lib/horizon/browsers copying horizon/browsers/views.py -> build/lib/horizon/browsers creating build/lib/horizon/templatetags copying horizon/templatetags/form_helpers.py -> build/lib/horizon/templatetags copying horizon/templatetags/branding.py -> build/lib/horizon/templatetags copying horizon/templatetags/parse_date.py -> build/lib/horizon/templatetags copying horizon/templatetags/truncate_filter.py -> build/lib/horizon/templatetags copying horizon/templatetags/__init__.py -> build/lib/horizon/templatetags copying horizon/templatetags/shellfilter.py -> build/lib/horizon/templatetags copying horizon/templatetags/sizeformat.py -> build/lib/horizon/templatetags copying horizon/templatetags/horizon.py -> build/lib/horizon/templatetags copying horizon/management/__init__.py -> build/lib/horizon/management creating build/lib/openstack_dashboard creating build/lib/openstack_dashboard/openstack copying openstack_dashboard/openstack/__init__.py -> build/lib/openstack_dashboard/openstack creating build/lib/openstack_dashboard/test creating build/lib/openstack_dashboard/test/integration_tests creating build/lib/openstack_dashboard/test/integration_tests/pages creating build/lib/openstack_dashboard/test/integration_tests/pages/admin creating build/lib/openstack_dashboard/test/integration_tests/pages/admin/system creating build/lib/openstack_dashboard/test/integration_tests/pages/admin/system/resource_usage copying openstack_dashboard/test/integration_tests/pages/admin/system/resource_usage/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/pages/admin/system/resource_usage creating build/lib/openstack_dashboard/test/integration_tests/pages/settings copying openstack_dashboard/test/integration_tests/pages/settings/usersettingspage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/settings copying openstack_dashboard/test/integration_tests/pages/settings/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/pages/settings copying openstack_dashboard/test/integration_tests/pages/settings/changepasswordpage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/settings creating build/lib/openstack_dashboard/dashboards creating build/lib/openstack_dashboard/dashboards/identity creating build/lib/openstack_dashboard/dashboards/identity/users copying openstack_dashboard/dashboards/identity/users/panel.py -> build/lib/openstack_dashboard/dashboards/identity/users copying openstack_dashboard/dashboards/identity/users/urls.py -> build/lib/openstack_dashboard/dashboards/identity/users copying openstack_dashboard/dashboards/identity/users/__init__.py -> build/lib/openstack_dashboard/dashboards/identity/users copying openstack_dashboard/dashboards/identity/users/views.py -> build/lib/openstack_dashboard/dashboards/identity/users copying openstack_dashboard/dashboards/identity/users/forms.py -> build/lib/openstack_dashboard/dashboards/identity/users copying openstack_dashboard/dashboards/identity/users/tables.py -> build/lib/openstack_dashboard/dashboards/identity/users copying openstack_dashboard/dashboards/identity/users/tests.py -> build/lib/openstack_dashboard/dashboards/identity/users creating build/lib/openstack_dashboard/test/integration_tests/pages/identity copying openstack_dashboard/test/integration_tests/pages/identity/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/pages/identity copying openstack_dashboard/test/integration_tests/pages/identity/userspage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/identity creating build/lib/openstack_dashboard/dashboards/project creating build/lib/openstack_dashboard/dashboards/project/data_processing creating build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources copying openstack_dashboard/dashboards/project/data_processing/data_sources/panel.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources copying openstack_dashboard/dashboards/project/data_processing/data_sources/urls.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources copying openstack_dashboard/dashboards/project/data_processing/data_sources/__init__.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources copying openstack_dashboard/dashboards/project/data_processing/data_sources/views.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources copying openstack_dashboard/dashboards/project/data_processing/data_sources/tabs.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources copying openstack_dashboard/dashboards/project/data_processing/data_sources/tables.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources copying openstack_dashboard/dashboards/project/data_processing/data_sources/tests.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources creating build/lib/openstack_dashboard/dashboards/project/data_processing/job_executions copying openstack_dashboard/dashboards/project/data_processing/job_executions/panel.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/job_executions copying openstack_dashboard/dashboards/project/data_processing/job_executions/urls.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/job_executions copying openstack_dashboard/dashboards/project/data_processing/job_executions/__init__.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/job_executions copying openstack_dashboard/dashboards/project/data_processing/job_executions/views.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/job_executions copying openstack_dashboard/dashboards/project/data_processing/job_executions/tabs.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/job_executions copying openstack_dashboard/dashboards/project/data_processing/job_executions/tables.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/job_executions copying openstack_dashboard/dashboards/project/data_processing/job_executions/tests.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/job_executions creating build/lib/openstack_dashboard/test/integration_tests/pages/project creating build/lib/openstack_dashboard/test/integration_tests/pages/project/data_processing copying openstack_dashboard/test/integration_tests/pages/project/data_processing/jobbinariespage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/data_processing copying openstack_dashboard/test/integration_tests/pages/project/data_processing/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/data_processing copying openstack_dashboard/test/integration_tests/pages/project/data_processing/imageregistrypage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/data_processing creating build/lib/openstack_dashboard/dashboards/project/data_processing/jobs copying openstack_dashboard/dashboards/project/data_processing/jobs/panel.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/jobs copying openstack_dashboard/dashboards/project/data_processing/jobs/urls.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/jobs copying openstack_dashboard/dashboards/project/data_processing/jobs/__init__.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/jobs copying openstack_dashboard/dashboards/project/data_processing/jobs/views.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/jobs copying openstack_dashboard/dashboards/project/data_processing/jobs/tabs.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/jobs copying openstack_dashboard/dashboards/project/data_processing/jobs/tables.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/jobs copying openstack_dashboard/dashboards/project/data_processing/jobs/tests.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/jobs creating build/lib/openstack_dashboard/dashboards/project/data_processing/job_binaries copying openstack_dashboard/dashboards/project/data_processing/job_binaries/panel.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/job_binaries copying openstack_dashboard/dashboards/project/data_processing/job_binaries/urls.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/job_binaries copying openstack_dashboard/dashboards/project/data_processing/job_binaries/__init__.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/job_binaries copying openstack_dashboard/dashboards/project/data_processing/job_binaries/views.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/job_binaries copying openstack_dashboard/dashboards/project/data_processing/job_binaries/tabs.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/job_binaries copying openstack_dashboard/dashboards/project/data_processing/job_binaries/forms.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/job_binaries copying openstack_dashboard/dashboards/project/data_processing/job_binaries/tables.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/job_binaries copying openstack_dashboard/dashboards/project/data_processing/job_binaries/tests.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/job_binaries creating build/lib/openstack_dashboard/dashboards/admin creating build/lib/openstack_dashboard/dashboards/admin/volumes creating build/lib/openstack_dashboard/dashboards/admin/volumes/snapshots copying openstack_dashboard/dashboards/admin/volumes/snapshots/urls.py -> build/lib/openstack_dashboard/dashboards/admin/volumes/snapshots copying openstack_dashboard/dashboards/admin/volumes/snapshots/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/volumes/snapshots copying openstack_dashboard/dashboards/admin/volumes/snapshots/views.py -> build/lib/openstack_dashboard/dashboards/admin/volumes/snapshots copying openstack_dashboard/dashboards/admin/volumes/snapshots/tabs.py -> build/lib/openstack_dashboard/dashboards/admin/volumes/snapshots copying openstack_dashboard/dashboards/admin/volumes/snapshots/forms.py -> build/lib/openstack_dashboard/dashboards/admin/volumes/snapshots copying openstack_dashboard/dashboards/admin/volumes/snapshots/tables.py -> build/lib/openstack_dashboard/dashboards/admin/volumes/snapshots copying openstack_dashboard/dashboards/admin/volumes/snapshots/tests.py -> build/lib/openstack_dashboard/dashboards/admin/volumes/snapshots creating build/lib/openstack_dashboard/dashboards/project/data_processing/clusters copying openstack_dashboard/dashboards/project/data_processing/clusters/panel.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/clusters copying openstack_dashboard/dashboards/project/data_processing/clusters/urls.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/clusters copying openstack_dashboard/dashboards/project/data_processing/clusters/__init__.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/clusters copying openstack_dashboard/dashboards/project/data_processing/clusters/views.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/clusters copying openstack_dashboard/dashboards/project/data_processing/clusters/tabs.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/clusters copying openstack_dashboard/dashboards/project/data_processing/clusters/tables.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/clusters copying openstack_dashboard/dashboards/project/data_processing/clusters/tests.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/clusters creating build/lib/openstack_dashboard/dashboards/project/data_processing/wizard copying openstack_dashboard/dashboards/project/data_processing/wizard/panel.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/wizard copying openstack_dashboard/dashboards/project/data_processing/wizard/urls.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/wizard copying openstack_dashboard/dashboards/project/data_processing/wizard/__init__.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/wizard copying openstack_dashboard/dashboards/project/data_processing/wizard/views.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/wizard copying openstack_dashboard/dashboards/project/data_processing/wizard/forms.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/wizard copying openstack_dashboard/dashboards/project/data_processing/wizard/tests.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/wizard creating build/lib/openstack_dashboard/dashboards/settings creating build/lib/openstack_dashboard/dashboards/settings/password copying openstack_dashboard/dashboards/settings/password/panel.py -> build/lib/openstack_dashboard/dashboards/settings/password copying openstack_dashboard/dashboards/settings/password/urls.py -> build/lib/openstack_dashboard/dashboards/settings/password copying openstack_dashboard/dashboards/settings/password/__init__.py -> build/lib/openstack_dashboard/dashboards/settings/password copying openstack_dashboard/dashboards/settings/password/views.py -> build/lib/openstack_dashboard/dashboards/settings/password copying openstack_dashboard/dashboards/settings/password/forms.py -> build/lib/openstack_dashboard/dashboards/settings/password copying openstack_dashboard/dashboards/settings/password/tests.py -> build/lib/openstack_dashboard/dashboards/settings/password copying openstack_dashboard/dashboards/identity/__init__.py -> build/lib/openstack_dashboard/dashboards/identity copying openstack_dashboard/dashboards/identity/dashboard.py -> build/lib/openstack_dashboard/dashboards/identity creating build/lib/openstack_dashboard/dashboards/admin/metering copying openstack_dashboard/dashboards/admin/metering/panel.py -> build/lib/openstack_dashboard/dashboards/admin/metering copying openstack_dashboard/dashboards/admin/metering/urls.py -> build/lib/openstack_dashboard/dashboards/admin/metering copying openstack_dashboard/dashboards/admin/metering/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/metering copying openstack_dashboard/dashboards/admin/metering/views.py -> build/lib/openstack_dashboard/dashboards/admin/metering copying openstack_dashboard/dashboards/admin/metering/tabs.py -> build/lib/openstack_dashboard/dashboards/admin/metering copying openstack_dashboard/dashboards/admin/metering/forms.py -> build/lib/openstack_dashboard/dashboards/admin/metering copying openstack_dashboard/dashboards/admin/metering/tables.py -> build/lib/openstack_dashboard/dashboards/admin/metering copying openstack_dashboard/dashboards/admin/metering/tests.py -> build/lib/openstack_dashboard/dashboards/admin/metering creating build/lib/openstack_dashboard/test/test_panels creating build/lib/openstack_dashboard/test/test_panels/plugin_panel copying openstack_dashboard/test/test_panels/plugin_panel/panel.py -> build/lib/openstack_dashboard/test/test_panels/plugin_panel copying openstack_dashboard/test/test_panels/plugin_panel/urls.py -> build/lib/openstack_dashboard/test/test_panels/plugin_panel copying openstack_dashboard/test/test_panels/plugin_panel/__init__.py -> build/lib/openstack_dashboard/test/test_panels/plugin_panel copying openstack_dashboard/test/test_panels/plugin_panel/views.py -> build/lib/openstack_dashboard/test/test_panels/plugin_panel creating build/lib/openstack_dashboard/dashboards/project/database_backups copying openstack_dashboard/dashboards/project/database_backups/panel.py -> build/lib/openstack_dashboard/dashboards/project/database_backups copying openstack_dashboard/dashboards/project/database_backups/urls.py -> build/lib/openstack_dashboard/dashboards/project/database_backups copying openstack_dashboard/dashboards/project/database_backups/__init__.py -> build/lib/openstack_dashboard/dashboards/project/database_backups copying openstack_dashboard/dashboards/project/database_backups/views.py -> build/lib/openstack_dashboard/dashboards/project/database_backups copying openstack_dashboard/dashboards/project/database_backups/tables.py -> build/lib/openstack_dashboard/dashboards/project/database_backups copying openstack_dashboard/dashboards/project/database_backups/tests.py -> build/lib/openstack_dashboard/dashboards/project/database_backups creating build/lib/openstack_dashboard/templatetags copying openstack_dashboard/templatetags/__init__.py -> build/lib/openstack_dashboard/templatetags copying openstack_dashboard/templatetags/context_selection.py -> build/lib/openstack_dashboard/templatetags creating build/lib/openstack_dashboard/dashboards/identity/projects copying openstack_dashboard/dashboards/identity/projects/panel.py -> build/lib/openstack_dashboard/dashboards/identity/projects copying openstack_dashboard/dashboards/identity/projects/urls.py -> build/lib/openstack_dashboard/dashboards/identity/projects copying openstack_dashboard/dashboards/identity/projects/__init__.py -> build/lib/openstack_dashboard/dashboards/identity/projects copying openstack_dashboard/dashboards/identity/projects/views.py -> build/lib/openstack_dashboard/dashboards/identity/projects copying openstack_dashboard/dashboards/identity/projects/tables.py -> build/lib/openstack_dashboard/dashboards/identity/projects copying openstack_dashboard/dashboards/identity/projects/tests.py -> build/lib/openstack_dashboard/dashboards/identity/projects copying openstack_dashboard/dashboards/identity/projects/workflows.py -> build/lib/openstack_dashboard/dashboards/identity/projects creating build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates copying openstack_dashboard/dashboards/project/data_processing/cluster_templates/panel.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates copying openstack_dashboard/dashboards/project/data_processing/cluster_templates/urls.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates copying openstack_dashboard/dashboards/project/data_processing/cluster_templates/__init__.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates copying openstack_dashboard/dashboards/project/data_processing/cluster_templates/views.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates copying openstack_dashboard/dashboards/project/data_processing/cluster_templates/tabs.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates copying openstack_dashboard/dashboards/project/data_processing/cluster_templates/forms.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates copying openstack_dashboard/dashboards/project/data_processing/cluster_templates/tables.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates copying openstack_dashboard/dashboards/project/data_processing/cluster_templates/tests.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates copying openstack_dashboard/test/test_panels/__init__.py -> build/lib/openstack_dashboard/test/test_panels creating build/lib/openstack_dashboard/test/integration_tests/pages/project/compute copying openstack_dashboard/test/integration_tests/pages/project/compute/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/compute copying openstack_dashboard/test/integration_tests/pages/project/compute/overviewpage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/compute copying openstack_dashboard/test/integration_tests/pages/project/compute/imagespage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/compute creating build/lib/openstack_dashboard/usage copying openstack_dashboard/usage/__init__.py -> build/lib/openstack_dashboard/usage copying openstack_dashboard/usage/base.py -> build/lib/openstack_dashboard/usage copying openstack_dashboard/usage/views.py -> build/lib/openstack_dashboard/usage copying openstack_dashboard/usage/quotas.py -> build/lib/openstack_dashboard/usage copying openstack_dashboard/usage/tables.py -> build/lib/openstack_dashboard/usage creating build/lib/openstack_dashboard/dashboards/project/loadbalancers copying openstack_dashboard/dashboards/project/loadbalancers/utils.py -> build/lib/openstack_dashboard/dashboards/project/loadbalancers copying openstack_dashboard/dashboards/project/loadbalancers/panel.py -> build/lib/openstack_dashboard/dashboards/project/loadbalancers copying openstack_dashboard/dashboards/project/loadbalancers/urls.py -> build/lib/openstack_dashboard/dashboards/project/loadbalancers copying openstack_dashboard/dashboards/project/loadbalancers/__init__.py -> build/lib/openstack_dashboard/dashboards/project/loadbalancers copying openstack_dashboard/dashboards/project/loadbalancers/views.py -> build/lib/openstack_dashboard/dashboards/project/loadbalancers copying openstack_dashboard/dashboards/project/loadbalancers/tabs.py -> build/lib/openstack_dashboard/dashboards/project/loadbalancers copying openstack_dashboard/dashboards/project/loadbalancers/forms.py -> build/lib/openstack_dashboard/dashboards/project/loadbalancers copying openstack_dashboard/dashboards/project/loadbalancers/tables.py -> build/lib/openstack_dashboard/dashboards/project/loadbalancers copying openstack_dashboard/dashboards/project/loadbalancers/tests.py -> build/lib/openstack_dashboard/dashboards/project/loadbalancers copying openstack_dashboard/dashboards/project/loadbalancers/models.py -> build/lib/openstack_dashboard/dashboards/project/loadbalancers copying openstack_dashboard/dashboards/project/loadbalancers/workflows.py -> build/lib/openstack_dashboard/dashboards/project/loadbalancers creating build/lib/openstack_dashboard/test/test_plugins creating build/lib/openstack_dashboard/test/test_plugins/panel_group_config copying openstack_dashboard/test/test_plugins/panel_group_config/_40_admin_add_panel_to_second_group.py -> build/lib/openstack_dashboard/test/test_plugins/panel_group_config copying openstack_dashboard/test/test_plugins/panel_group_config/__init__.py -> build/lib/openstack_dashboard/test/test_plugins/panel_group_config copying openstack_dashboard/test/test_plugins/panel_group_config/_30_admin_add_second_panel_group.py -> build/lib/openstack_dashboard/test/test_plugins/panel_group_config copying openstack_dashboard/test/test_plugins/panel_group_config/_20_admin_add_panel_to_group.py -> build/lib/openstack_dashboard/test/test_plugins/panel_group_config copying openstack_dashboard/test/test_plugins/panel_group_config/_10_admin_add_panel_group.py -> build/lib/openstack_dashboard/test/test_plugins/panel_group_config creating build/lib/openstack_dashboard/dashboards/settings/user copying openstack_dashboard/dashboards/settings/user/panel.py -> build/lib/openstack_dashboard/dashboards/settings/user copying openstack_dashboard/dashboards/settings/user/urls.py -> build/lib/openstack_dashboard/dashboards/settings/user copying openstack_dashboard/dashboards/settings/user/__init__.py -> build/lib/openstack_dashboard/dashboards/settings/user copying openstack_dashboard/dashboards/settings/user/views.py -> build/lib/openstack_dashboard/dashboards/settings/user copying openstack_dashboard/dashboards/settings/user/forms.py -> build/lib/openstack_dashboard/dashboards/settings/user copying openstack_dashboard/dashboards/settings/user/tests.py -> build/lib/openstack_dashboard/dashboards/settings/user creating build/lib/openstack_dashboard/dashboards/admin/overview copying openstack_dashboard/dashboards/admin/overview/panel.py -> build/lib/openstack_dashboard/dashboards/admin/overview copying openstack_dashboard/dashboards/admin/overview/urls.py -> build/lib/openstack_dashboard/dashboards/admin/overview copying openstack_dashboard/dashboards/admin/overview/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/overview copying openstack_dashboard/dashboards/admin/overview/views.py -> build/lib/openstack_dashboard/dashboards/admin/overview copying openstack_dashboard/dashboards/admin/overview/tests.py -> build/lib/openstack_dashboard/dashboards/admin/overview creating build/lib/openstack_dashboard/dashboards/theme copying openstack_dashboard/dashboards/theme/__init__.py -> build/lib/openstack_dashboard/dashboards/theme copying openstack_dashboard/dashboards/theme/models.py -> build/lib/openstack_dashboard/dashboards/theme copying openstack_dashboard/dashboards/theme/dashboard.py -> build/lib/openstack_dashboard/dashboards/theme copying openstack_dashboard/test/integration_tests/pages/project/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project creating build/lib/openstack_dashboard/dashboards/admin/networks creating build/lib/openstack_dashboard/dashboards/admin/networks/ports copying openstack_dashboard/dashboards/admin/networks/ports/urls.py -> build/lib/openstack_dashboard/dashboards/admin/networks/ports copying openstack_dashboard/dashboards/admin/networks/ports/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/networks/ports copying openstack_dashboard/dashboards/admin/networks/ports/views.py -> build/lib/openstack_dashboard/dashboards/admin/networks/ports copying openstack_dashboard/dashboards/admin/networks/ports/tabs.py -> build/lib/openstack_dashboard/dashboards/admin/networks/ports copying openstack_dashboard/dashboards/admin/networks/ports/forms.py -> build/lib/openstack_dashboard/dashboards/admin/networks/ports copying openstack_dashboard/dashboards/admin/networks/ports/tables.py -> build/lib/openstack_dashboard/dashboards/admin/networks/ports creating build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources/workflows copying openstack_dashboard/dashboards/project/data_processing/data_sources/workflows/__init__.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources/workflows copying openstack_dashboard/dashboards/project/data_processing/data_sources/workflows/create.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources/workflows creating build/lib/openstack_dashboard/dashboards/project/database_backups/workflows copying openstack_dashboard/dashboards/project/database_backups/workflows/__init__.py -> build/lib/openstack_dashboard/dashboards/project/database_backups/workflows copying openstack_dashboard/dashboards/project/database_backups/workflows/create_backup.py -> build/lib/openstack_dashboard/dashboards/project/database_backups/workflows creating build/lib/openstack_dashboard/dashboards/project/firewalls copying openstack_dashboard/dashboards/project/firewalls/panel.py -> build/lib/openstack_dashboard/dashboards/project/firewalls copying openstack_dashboard/dashboards/project/firewalls/urls.py -> build/lib/openstack_dashboard/dashboards/project/firewalls copying openstack_dashboard/dashboards/project/firewalls/__init__.py -> build/lib/openstack_dashboard/dashboards/project/firewalls copying openstack_dashboard/dashboards/project/firewalls/views.py -> build/lib/openstack_dashboard/dashboards/project/firewalls copying openstack_dashboard/dashboards/project/firewalls/tabs.py -> build/lib/openstack_dashboard/dashboards/project/firewalls copying openstack_dashboard/dashboards/project/firewalls/forms.py -> build/lib/openstack_dashboard/dashboards/project/firewalls copying openstack_dashboard/dashboards/project/firewalls/tables.py -> build/lib/openstack_dashboard/dashboards/project/firewalls copying openstack_dashboard/dashboards/project/firewalls/tests.py -> build/lib/openstack_dashboard/dashboards/project/firewalls copying openstack_dashboard/dashboards/project/firewalls/workflows.py -> build/lib/openstack_dashboard/dashboards/project/firewalls creating build/lib/openstack_dashboard/dashboards/project/vpn copying openstack_dashboard/dashboards/project/vpn/panel.py -> build/lib/openstack_dashboard/dashboards/project/vpn copying openstack_dashboard/dashboards/project/vpn/urls.py -> build/lib/openstack_dashboard/dashboards/project/vpn copying openstack_dashboard/dashboards/project/vpn/__init__.py -> build/lib/openstack_dashboard/dashboards/project/vpn copying openstack_dashboard/dashboards/project/vpn/views.py -> build/lib/openstack_dashboard/dashboards/project/vpn copying openstack_dashboard/dashboards/project/vpn/tabs.py -> build/lib/openstack_dashboard/dashboards/project/vpn copying openstack_dashboard/dashboards/project/vpn/forms.py -> build/lib/openstack_dashboard/dashboards/project/vpn copying openstack_dashboard/dashboards/project/vpn/tables.py -> build/lib/openstack_dashboard/dashboards/project/vpn copying openstack_dashboard/dashboards/project/vpn/tests.py -> build/lib/openstack_dashboard/dashboards/project/vpn copying openstack_dashboard/dashboards/project/vpn/workflows.py -> build/lib/openstack_dashboard/dashboards/project/vpn copying openstack_dashboard/dashboards/project/data_processing/__init__.py -> build/lib/openstack_dashboard/dashboards/project/data_processing creating build/lib/openstack_dashboard/dashboards/project/networks creating build/lib/openstack_dashboard/dashboards/project/networks/subnets copying openstack_dashboard/dashboards/project/networks/subnets/utils.py -> build/lib/openstack_dashboard/dashboards/project/networks/subnets copying openstack_dashboard/dashboards/project/networks/subnets/urls.py -> build/lib/openstack_dashboard/dashboards/project/networks/subnets copying openstack_dashboard/dashboards/project/networks/subnets/__init__.py -> build/lib/openstack_dashboard/dashboards/project/networks/subnets copying openstack_dashboard/dashboards/project/networks/subnets/views.py -> build/lib/openstack_dashboard/dashboards/project/networks/subnets copying openstack_dashboard/dashboards/project/networks/subnets/tabs.py -> build/lib/openstack_dashboard/dashboards/project/networks/subnets copying openstack_dashboard/dashboards/project/networks/subnets/tables.py -> build/lib/openstack_dashboard/dashboards/project/networks/subnets copying openstack_dashboard/dashboards/project/networks/subnets/workflows.py -> build/lib/openstack_dashboard/dashboards/project/networks/subnets creating build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/workflows copying openstack_dashboard/dashboards/project/data_processing/jobs/workflows/launch.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/workflows copying openstack_dashboard/dashboards/project/data_processing/jobs/workflows/__init__.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/workflows copying openstack_dashboard/dashboards/project/data_processing/jobs/workflows/create.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/workflows creating build/lib/openstack_dashboard/dashboards/project/images copying openstack_dashboard/dashboards/project/images/utils.py -> build/lib/openstack_dashboard/dashboards/project/images copying openstack_dashboard/dashboards/project/images/panel.py -> build/lib/openstack_dashboard/dashboards/project/images copying openstack_dashboard/dashboards/project/images/urls.py -> build/lib/openstack_dashboard/dashboards/project/images copying openstack_dashboard/dashboards/project/images/__init__.py -> build/lib/openstack_dashboard/dashboards/project/images copying openstack_dashboard/dashboards/project/images/views.py -> build/lib/openstack_dashboard/dashboards/project/images copying openstack_dashboard/dashboards/project/images/tests.py -> build/lib/openstack_dashboard/dashboards/project/images creating build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types creating build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs copying openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs/urls.py -> build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs copying openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs copying openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs/views.py -> build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs copying openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs/forms.py -> build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs copying openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs/tables.py -> build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs copying openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs/tests.py -> build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs creating build/lib/openstack_dashboard/dashboards/admin/routers copying openstack_dashboard/dashboards/admin/routers/panel.py -> build/lib/openstack_dashboard/dashboards/admin/routers copying openstack_dashboard/dashboards/admin/routers/urls.py -> build/lib/openstack_dashboard/dashboards/admin/routers copying openstack_dashboard/dashboards/admin/routers/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/routers copying openstack_dashboard/dashboards/admin/routers/views.py -> build/lib/openstack_dashboard/dashboards/admin/routers copying openstack_dashboard/dashboards/admin/routers/tabs.py -> build/lib/openstack_dashboard/dashboards/admin/routers copying openstack_dashboard/dashboards/admin/routers/forms.py -> build/lib/openstack_dashboard/dashboards/admin/routers copying openstack_dashboard/dashboards/admin/routers/tables.py -> build/lib/openstack_dashboard/dashboards/admin/routers copying openstack_dashboard/dashboards/admin/routers/tests.py -> build/lib/openstack_dashboard/dashboards/admin/routers creating build/lib/openstack_dashboard/dashboards/project/networks/ports copying openstack_dashboard/dashboards/project/networks/ports/urls.py -> build/lib/openstack_dashboard/dashboards/project/networks/ports copying openstack_dashboard/dashboards/project/networks/ports/__init__.py -> build/lib/openstack_dashboard/dashboards/project/networks/ports copying openstack_dashboard/dashboards/project/networks/ports/views.py -> build/lib/openstack_dashboard/dashboards/project/networks/ports copying openstack_dashboard/dashboards/project/networks/ports/tabs.py -> build/lib/openstack_dashboard/dashboards/project/networks/ports copying openstack_dashboard/dashboards/project/networks/ports/forms.py -> build/lib/openstack_dashboard/dashboards/project/networks/ports copying openstack_dashboard/dashboards/project/networks/ports/tables.py -> build/lib/openstack_dashboard/dashboards/project/networks/ports creating build/lib/openstack_dashboard/test/integration_tests/pages/project/object_store copying openstack_dashboard/test/integration_tests/pages/project/object_store/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/object_store creating build/lib/openstack_dashboard/dashboards/project/access_and_security creating build/lib/openstack_dashboard/dashboards/project/access_and_security/keypairs copying openstack_dashboard/dashboards/project/access_and_security/keypairs/urls.py -> build/lib/openstack_dashboard/dashboards/project/access_and_security/keypairs copying openstack_dashboard/dashboards/project/access_and_security/keypairs/__init__.py -> build/lib/openstack_dashboard/dashboards/project/access_and_security/keypairs copying openstack_dashboard/dashboards/project/access_and_security/keypairs/views.py -> build/lib/openstack_dashboard/dashboards/project/access_and_security/keypairs copying openstack_dashboard/dashboards/project/access_and_security/keypairs/forms.py -> build/lib/openstack_dashboard/dashboards/project/access_and_security/keypairs copying openstack_dashboard/dashboards/project/access_and_security/keypairs/tables.py -> build/lib/openstack_dashboard/dashboards/project/access_and_security/keypairs copying openstack_dashboard/dashboards/project/access_and_security/keypairs/tests.py -> build/lib/openstack_dashboard/dashboards/project/access_and_security/keypairs creating build/lib/openstack_dashboard/local creating build/lib/openstack_dashboard/local/enabled copying openstack_dashboard/local/enabled/__init__.py -> build/lib/openstack_dashboard/local/enabled creating build/lib/openstack_dashboard/dashboards/theme/theme_index copying openstack_dashboard/dashboards/theme/theme_index/panel.py -> build/lib/openstack_dashboard/dashboards/theme/theme_index copying openstack_dashboard/dashboards/theme/theme_index/urls.py -> build/lib/openstack_dashboard/dashboards/theme/theme_index copying openstack_dashboard/dashboards/theme/theme_index/__init__.py -> build/lib/openstack_dashboard/dashboards/theme/theme_index copying openstack_dashboard/dashboards/theme/theme_index/views.py -> build/lib/openstack_dashboard/dashboards/theme/theme_index copying openstack_dashboard/dashboards/admin/__init__.py -> build/lib/openstack_dashboard/dashboards/admin copying openstack_dashboard/dashboards/admin/models.py -> build/lib/openstack_dashboard/dashboards/admin copying openstack_dashboard/dashboards/admin/dashboard.py -> build/lib/openstack_dashboard/dashboards/admin creating build/lib/openstack_dashboard/test/tests copying openstack_dashboard/test/tests/utils.py -> build/lib/openstack_dashboard/test/tests copying openstack_dashboard/test/tests/selenium_tests.py -> build/lib/openstack_dashboard/test/tests copying openstack_dashboard/test/tests/templates.py -> build/lib/openstack_dashboard/test/tests copying openstack_dashboard/test/tests/error_pages.py -> build/lib/openstack_dashboard/test/tests copying openstack_dashboard/test/tests/__init__.py -> build/lib/openstack_dashboard/test/tests copying openstack_dashboard/test/tests/quotas.py -> build/lib/openstack_dashboard/test/tests copying openstack_dashboard/test/tests/policy.py -> build/lib/openstack_dashboard/test/tests copying openstack_dashboard/test/tests/policy_backend.py -> build/lib/openstack_dashboard/test/tests copying openstack_dashboard/dashboards/settings/__init__.py -> build/lib/openstack_dashboard/dashboards/settings copying openstack_dashboard/dashboards/settings/models.py -> build/lib/openstack_dashboard/dashboards/settings copying openstack_dashboard/dashboards/settings/dashboard.py -> build/lib/openstack_dashboard/dashboards/settings creating build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/workflows copying openstack_dashboard/dashboards/project/data_processing/clusters/workflows/__init__.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/workflows copying openstack_dashboard/dashboards/project/data_processing/clusters/workflows/create.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/workflows copying openstack_dashboard/dashboards/project/data_processing/clusters/workflows/scale.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/workflows creating build/lib/openstack_dashboard/dashboards/project/overview copying openstack_dashboard/dashboards/project/overview/panel.py -> build/lib/openstack_dashboard/dashboards/project/overview copying openstack_dashboard/dashboards/project/overview/urls.py -> build/lib/openstack_dashboard/dashboards/project/overview copying openstack_dashboard/dashboards/project/overview/__init__.py -> build/lib/openstack_dashboard/dashboards/project/overview copying openstack_dashboard/dashboards/project/overview/views.py -> build/lib/openstack_dashboard/dashboards/project/overview copying openstack_dashboard/dashboards/project/overview/tests.py -> build/lib/openstack_dashboard/dashboards/project/overview creating build/lib/openstack_dashboard/django_pyscss_fix copying openstack_dashboard/django_pyscss_fix/__init__.py -> build/lib/openstack_dashboard/django_pyscss_fix creating build/lib/openstack_dashboard/dashboards/project/volumes creating build/lib/openstack_dashboard/dashboards/project/volumes/backups copying openstack_dashboard/dashboards/project/volumes/backups/urls.py -> build/lib/openstack_dashboard/dashboards/project/volumes/backups copying openstack_dashboard/dashboards/project/volumes/backups/__init__.py -> build/lib/openstack_dashboard/dashboards/project/volumes/backups copying openstack_dashboard/dashboards/project/volumes/backups/views.py -> build/lib/openstack_dashboard/dashboards/project/volumes/backups copying openstack_dashboard/dashboards/project/volumes/backups/tabs.py -> build/lib/openstack_dashboard/dashboards/project/volumes/backups copying openstack_dashboard/dashboards/project/volumes/backups/forms.py -> build/lib/openstack_dashboard/dashboards/project/volumes/backups copying openstack_dashboard/dashboards/project/volumes/backups/tables.py -> build/lib/openstack_dashboard/dashboards/project/volumes/backups copying openstack_dashboard/dashboards/project/volumes/backups/tests.py -> build/lib/openstack_dashboard/dashboards/project/volumes/backups creating build/lib/openstack_dashboard/test/integration_tests/pages/project/orchestration copying openstack_dashboard/test/integration_tests/pages/project/orchestration/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/orchestration creating build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates creating build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/workflows copying openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/workflows/__init__.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/workflows copying openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/workflows/create.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/workflows copying openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/workflows/copy.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/workflows copying openstack_dashboard/dashboards/project/networks/panel.py -> build/lib/openstack_dashboard/dashboards/project/networks copying openstack_dashboard/dashboards/project/networks/urls.py -> build/lib/openstack_dashboard/dashboards/project/networks copying openstack_dashboard/dashboards/project/networks/__init__.py -> build/lib/openstack_dashboard/dashboards/project/networks copying openstack_dashboard/dashboards/project/networks/views.py -> build/lib/openstack_dashboard/dashboards/project/networks copying openstack_dashboard/dashboards/project/networks/forms.py -> build/lib/openstack_dashboard/dashboards/project/networks copying openstack_dashboard/dashboards/project/networks/tables.py -> build/lib/openstack_dashboard/dashboards/project/networks copying openstack_dashboard/dashboards/project/networks/tests.py -> build/lib/openstack_dashboard/dashboards/project/networks copying openstack_dashboard/dashboards/project/networks/workflows.py -> build/lib/openstack_dashboard/dashboards/project/networks copying openstack_dashboard/dashboards/project/access_and_security/panel.py -> build/lib/openstack_dashboard/dashboards/project/access_and_security copying openstack_dashboard/dashboards/project/access_and_security/urls.py -> build/lib/openstack_dashboard/dashboards/project/access_and_security copying openstack_dashboard/dashboards/project/access_and_security/__init__.py -> build/lib/openstack_dashboard/dashboards/project/access_and_security copying openstack_dashboard/dashboards/project/access_and_security/views.py -> build/lib/openstack_dashboard/dashboards/project/access_and_security copying openstack_dashboard/dashboards/project/access_and_security/tabs.py -> build/lib/openstack_dashboard/dashboards/project/access_and_security copying openstack_dashboard/dashboards/project/access_and_security/tests.py -> build/lib/openstack_dashboard/dashboards/project/access_and_security creating build/lib/openstack_dashboard/dashboards/admin/networks/subnets copying openstack_dashboard/dashboards/admin/networks/subnets/urls.py -> build/lib/openstack_dashboard/dashboards/admin/networks/subnets copying openstack_dashboard/dashboards/admin/networks/subnets/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/networks/subnets copying openstack_dashboard/dashboards/admin/networks/subnets/views.py -> build/lib/openstack_dashboard/dashboards/admin/networks/subnets copying openstack_dashboard/dashboards/admin/networks/subnets/tables.py -> build/lib/openstack_dashboard/dashboards/admin/networks/subnets copying openstack_dashboard/dashboards/admin/networks/subnets/workflows.py -> build/lib/openstack_dashboard/dashboards/admin/networks/subnets copying openstack_dashboard/dashboards/admin/volumes/panel.py -> build/lib/openstack_dashboard/dashboards/admin/volumes copying openstack_dashboard/dashboards/admin/volumes/urls.py -> build/lib/openstack_dashboard/dashboards/admin/volumes copying openstack_dashboard/dashboards/admin/volumes/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/volumes copying openstack_dashboard/dashboards/admin/volumes/views.py -> build/lib/openstack_dashboard/dashboards/admin/volumes copying openstack_dashboard/dashboards/admin/volumes/tabs.py -> build/lib/openstack_dashboard/dashboards/admin/volumes copying openstack_dashboard/dashboards/admin/volumes/tests.py -> build/lib/openstack_dashboard/dashboards/admin/volumes copying openstack_dashboard/test/integration_tests/__init__.py -> build/lib/openstack_dashboard/test/integration_tests copying openstack_dashboard/test/integration_tests/basewebobject.py -> build/lib/openstack_dashboard/test/integration_tests copying openstack_dashboard/test/integration_tests/config.py -> build/lib/openstack_dashboard/test/integration_tests copying openstack_dashboard/test/integration_tests/webdriver.py -> build/lib/openstack_dashboard/test/integration_tests copying openstack_dashboard/test/integration_tests/helpers.py -> build/lib/openstack_dashboard/test/integration_tests creating build/lib/openstack_dashboard/test/test_panels/second_panel copying openstack_dashboard/test/test_panels/second_panel/panel.py -> build/lib/openstack_dashboard/test/test_panels/second_panel copying openstack_dashboard/test/test_panels/second_panel/urls.py -> build/lib/openstack_dashboard/test/test_panels/second_panel copying openstack_dashboard/test/test_panels/second_panel/__init__.py -> build/lib/openstack_dashboard/test/test_panels/second_panel copying openstack_dashboard/test/test_panels/second_panel/views.py -> build/lib/openstack_dashboard/test/test_panels/second_panel creating build/lib/openstack_dashboard/dashboards/project/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/volumes/urls.py -> build/lib/openstack_dashboard/dashboards/project/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/volumes/__init__.py -> build/lib/openstack_dashboard/dashboards/project/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/volumes/views.py -> build/lib/openstack_dashboard/dashboards/project/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/volumes/tabs.py -> build/lib/openstack_dashboard/dashboards/project/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/volumes/forms.py -> build/lib/openstack_dashboard/dashboards/project/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/volumes/tables.py -> build/lib/openstack_dashboard/dashboards/project/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/volumes/tests.py -> build/lib/openstack_dashboard/dashboards/project/volumes/volumes creating build/lib/openstack_dashboard/dashboards/admin/flavors copying openstack_dashboard/dashboards/admin/flavors/constants.py -> build/lib/openstack_dashboard/dashboards/admin/flavors copying openstack_dashboard/dashboards/admin/flavors/panel.py -> build/lib/openstack_dashboard/dashboards/admin/flavors copying openstack_dashboard/dashboards/admin/flavors/urls.py -> build/lib/openstack_dashboard/dashboards/admin/flavors copying openstack_dashboard/dashboards/admin/flavors/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/flavors copying openstack_dashboard/dashboards/admin/flavors/views.py -> build/lib/openstack_dashboard/dashboards/admin/flavors copying openstack_dashboard/dashboards/admin/flavors/forms.py -> build/lib/openstack_dashboard/dashboards/admin/flavors copying openstack_dashboard/dashboards/admin/flavors/tables.py -> build/lib/openstack_dashboard/dashboards/admin/flavors copying openstack_dashboard/dashboards/admin/flavors/tests.py -> build/lib/openstack_dashboard/dashboards/admin/flavors copying openstack_dashboard/dashboards/admin/flavors/workflows.py -> build/lib/openstack_dashboard/dashboards/admin/flavors creating build/lib/openstack_dashboard/dashboards/project/network_topology copying openstack_dashboard/dashboards/project/network_topology/panel.py -> build/lib/openstack_dashboard/dashboards/project/network_topology copying openstack_dashboard/dashboards/project/network_topology/urls.py -> build/lib/openstack_dashboard/dashboards/project/network_topology copying openstack_dashboard/dashboards/project/network_topology/__init__.py -> build/lib/openstack_dashboard/dashboards/project/network_topology copying openstack_dashboard/dashboards/project/network_topology/views.py -> build/lib/openstack_dashboard/dashboards/project/network_topology copying openstack_dashboard/dashboards/project/network_topology/tests.py -> build/lib/openstack_dashboard/dashboards/project/network_topology creating build/lib/openstack_dashboard/dashboards/admin/instances copying openstack_dashboard/dashboards/admin/instances/panel.py -> build/lib/openstack_dashboard/dashboards/admin/instances copying openstack_dashboard/dashboards/admin/instances/urls.py -> build/lib/openstack_dashboard/dashboards/admin/instances copying openstack_dashboard/dashboards/admin/instances/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/instances copying openstack_dashboard/dashboards/admin/instances/views.py -> build/lib/openstack_dashboard/dashboards/admin/instances copying openstack_dashboard/dashboards/admin/instances/forms.py -> build/lib/openstack_dashboard/dashboards/admin/instances copying openstack_dashboard/dashboards/admin/instances/tables.py -> build/lib/openstack_dashboard/dashboards/admin/instances copying openstack_dashboard/dashboards/admin/instances/tests.py -> build/lib/openstack_dashboard/dashboards/admin/instances creating build/lib/openstack_dashboard/dashboards/project/volumes/snapshots copying openstack_dashboard/dashboards/project/volumes/snapshots/urls.py -> build/lib/openstack_dashboard/dashboards/project/volumes/snapshots copying openstack_dashboard/dashboards/project/volumes/snapshots/__init__.py -> build/lib/openstack_dashboard/dashboards/project/volumes/snapshots copying openstack_dashboard/dashboards/project/volumes/snapshots/views.py -> build/lib/openstack_dashboard/dashboards/project/volumes/snapshots copying openstack_dashboard/dashboards/project/volumes/snapshots/tabs.py -> build/lib/openstack_dashboard/dashboards/project/volumes/snapshots copying openstack_dashboard/dashboards/project/volumes/snapshots/forms.py -> build/lib/openstack_dashboard/dashboards/project/volumes/snapshots copying openstack_dashboard/dashboards/project/volumes/snapshots/tables.py -> build/lib/openstack_dashboard/dashboards/project/volumes/snapshots copying openstack_dashboard/dashboards/project/volumes/snapshots/tests.py -> build/lib/openstack_dashboard/dashboards/project/volumes/snapshots creating build/lib/openstack_dashboard/dashboards/admin/images copying openstack_dashboard/dashboards/admin/images/panel.py -> build/lib/openstack_dashboard/dashboards/admin/images copying openstack_dashboard/dashboards/admin/images/urls.py -> build/lib/openstack_dashboard/dashboards/admin/images copying openstack_dashboard/dashboards/admin/images/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/images copying openstack_dashboard/dashboards/admin/images/views.py -> build/lib/openstack_dashboard/dashboards/admin/images copying openstack_dashboard/dashboards/admin/images/forms.py -> build/lib/openstack_dashboard/dashboards/admin/images copying openstack_dashboard/dashboards/admin/images/tables.py -> build/lib/openstack_dashboard/dashboards/admin/images copying openstack_dashboard/dashboards/admin/images/tests.py -> build/lib/openstack_dashboard/dashboards/admin/images creating build/lib/openstack_dashboard/dashboards/project/routers creating build/lib/openstack_dashboard/dashboards/project/routers/ports copying openstack_dashboard/dashboards/project/routers/ports/urls.py -> build/lib/openstack_dashboard/dashboards/project/routers/ports copying openstack_dashboard/dashboards/project/routers/ports/__init__.py -> build/lib/openstack_dashboard/dashboards/project/routers/ports copying openstack_dashboard/dashboards/project/routers/ports/views.py -> build/lib/openstack_dashboard/dashboards/project/routers/ports copying openstack_dashboard/dashboards/project/routers/ports/tabs.py -> build/lib/openstack_dashboard/dashboards/project/routers/ports copying openstack_dashboard/dashboards/project/routers/ports/forms.py -> build/lib/openstack_dashboard/dashboards/project/routers/ports copying openstack_dashboard/dashboards/project/routers/ports/tables.py -> build/lib/openstack_dashboard/dashboards/project/routers/ports creating build/lib/openstack_dashboard/dashboards/project/routers/extensions creating build/lib/openstack_dashboard/dashboards/project/routers/extensions/routerrules copying openstack_dashboard/dashboards/project/routers/extensions/routerrules/__init__.py -> build/lib/openstack_dashboard/dashboards/project/routers/extensions/routerrules copying openstack_dashboard/dashboards/project/routers/extensions/routerrules/views.py -> build/lib/openstack_dashboard/dashboards/project/routers/extensions/routerrules copying openstack_dashboard/dashboards/project/routers/extensions/routerrules/rulemanager.py -> build/lib/openstack_dashboard/dashboards/project/routers/extensions/routerrules copying openstack_dashboard/dashboards/project/routers/extensions/routerrules/tabs.py -> build/lib/openstack_dashboard/dashboards/project/routers/extensions/routerrules copying openstack_dashboard/dashboards/project/routers/extensions/routerrules/forms.py -> build/lib/openstack_dashboard/dashboards/project/routers/extensions/routerrules copying openstack_dashboard/dashboards/project/routers/extensions/routerrules/tables.py -> build/lib/openstack_dashboard/dashboards/project/routers/extensions/routerrules creating build/lib/openstack_dashboard/dashboards/admin/hypervisors copying openstack_dashboard/dashboards/admin/hypervisors/panel.py -> build/lib/openstack_dashboard/dashboards/admin/hypervisors copying openstack_dashboard/dashboards/admin/hypervisors/urls.py -> build/lib/openstack_dashboard/dashboards/admin/hypervisors copying openstack_dashboard/dashboards/admin/hypervisors/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/hypervisors copying openstack_dashboard/dashboards/admin/hypervisors/views.py -> build/lib/openstack_dashboard/dashboards/admin/hypervisors copying openstack_dashboard/dashboards/admin/hypervisors/tabs.py -> build/lib/openstack_dashboard/dashboards/admin/hypervisors copying openstack_dashboard/dashboards/admin/hypervisors/tables.py -> build/lib/openstack_dashboard/dashboards/admin/hypervisors copying openstack_dashboard/dashboards/admin/hypervisors/tests.py -> build/lib/openstack_dashboard/dashboards/admin/hypervisors creating build/lib/openstack_dashboard/dashboards/project/databases copying openstack_dashboard/dashboards/project/databases/panel.py -> build/lib/openstack_dashboard/dashboards/project/databases copying openstack_dashboard/dashboards/project/databases/urls.py -> build/lib/openstack_dashboard/dashboards/project/databases copying openstack_dashboard/dashboards/project/databases/__init__.py -> build/lib/openstack_dashboard/dashboards/project/databases copying openstack_dashboard/dashboards/project/databases/views.py -> build/lib/openstack_dashboard/dashboards/project/databases copying openstack_dashboard/dashboards/project/databases/tabs.py -> build/lib/openstack_dashboard/dashboards/project/databases copying openstack_dashboard/dashboards/project/databases/forms.py -> build/lib/openstack_dashboard/dashboards/project/databases copying openstack_dashboard/dashboards/project/databases/tables.py -> build/lib/openstack_dashboard/dashboards/project/databases copying openstack_dashboard/dashboards/project/databases/tests.py -> build/lib/openstack_dashboard/dashboards/project/databases copying openstack_dashboard/test/integration_tests/pages/basepage.py -> build/lib/openstack_dashboard/test/integration_tests/pages copying openstack_dashboard/test/integration_tests/pages/loginpage.py -> build/lib/openstack_dashboard/test/integration_tests/pages copying openstack_dashboard/test/integration_tests/pages/navigation.py -> build/lib/openstack_dashboard/test/integration_tests/pages copying openstack_dashboard/test/integration_tests/pages/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/pages copying openstack_dashboard/test/integration_tests/pages/pageobject.py -> build/lib/openstack_dashboard/test/integration_tests/pages copying openstack_dashboard/test/integration_tests/pages/admin/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/pages/admin creating build/lib/openstack_dashboard/dashboards/project/containers copying openstack_dashboard/dashboards/project/containers/utils.py -> build/lib/openstack_dashboard/dashboards/project/containers copying openstack_dashboard/dashboards/project/containers/panel.py -> build/lib/openstack_dashboard/dashboards/project/containers copying openstack_dashboard/dashboards/project/containers/urls.py -> build/lib/openstack_dashboard/dashboards/project/containers copying openstack_dashboard/dashboards/project/containers/browsers.py -> build/lib/openstack_dashboard/dashboards/project/containers copying openstack_dashboard/dashboards/project/containers/__init__.py -> build/lib/openstack_dashboard/dashboards/project/containers copying openstack_dashboard/dashboards/project/containers/views.py -> build/lib/openstack_dashboard/dashboards/project/containers copying openstack_dashboard/dashboards/project/containers/forms.py -> build/lib/openstack_dashboard/dashboards/project/containers copying openstack_dashboard/dashboards/project/containers/tables.py -> build/lib/openstack_dashboard/dashboards/project/containers copying openstack_dashboard/dashboards/project/containers/tests.py -> build/lib/openstack_dashboard/dashboards/project/containers creating build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/workflows copying openstack_dashboard/dashboards/project/data_processing/cluster_templates/workflows/__init__.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/workflows copying openstack_dashboard/dashboards/project/data_processing/cluster_templates/workflows/create.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/workflows copying openstack_dashboard/dashboards/project/data_processing/cluster_templates/workflows/copy.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/workflows creating build/lib/openstack_dashboard/dashboards/admin/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/constants.py -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/panel.py -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/urls.py -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/views.py -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/tabs.py -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/forms.py -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/tables.py -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/tests.py -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs creating build/lib/openstack_dashboard/test/test_data copying openstack_dashboard/test/test_data/utils.py -> build/lib/openstack_dashboard/test/test_data copying openstack_dashboard/test/test_data/keystone_data.py -> build/lib/openstack_dashboard/test/test_data copying openstack_dashboard/test/test_data/nova_data.py -> build/lib/openstack_dashboard/test/test_data copying openstack_dashboard/test/test_data/trove_data.py -> build/lib/openstack_dashboard/test/test_data copying openstack_dashboard/test/test_data/__init__.py -> build/lib/openstack_dashboard/test/test_data copying openstack_dashboard/test/test_data/exceptions.py -> build/lib/openstack_dashboard/test/test_data copying openstack_dashboard/test/test_data/ceilometer_data.py -> build/lib/openstack_dashboard/test/test_data copying openstack_dashboard/test/test_data/cinder_data.py -> build/lib/openstack_dashboard/test/test_data copying openstack_dashboard/test/test_data/glance_data.py -> build/lib/openstack_dashboard/test/test_data copying openstack_dashboard/test/test_data/heat_data.py -> build/lib/openstack_dashboard/test/test_data copying openstack_dashboard/test/test_data/swift_data.py -> build/lib/openstack_dashboard/test/test_data copying openstack_dashboard/test/test_data/neutron_data.py -> build/lib/openstack_dashboard/test/test_data copying openstack_dashboard/test/test_data/sahara_data.py -> build/lib/openstack_dashboard/test/test_data creating build/lib/openstack_dashboard/dashboards/admin/defaults copying openstack_dashboard/dashboards/admin/defaults/panel.py -> build/lib/openstack_dashboard/dashboards/admin/defaults copying openstack_dashboard/dashboards/admin/defaults/urls.py -> build/lib/openstack_dashboard/dashboards/admin/defaults copying openstack_dashboard/dashboards/admin/defaults/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/defaults copying openstack_dashboard/dashboards/admin/defaults/views.py -> build/lib/openstack_dashboard/dashboards/admin/defaults copying openstack_dashboard/dashboards/admin/defaults/tabs.py -> build/lib/openstack_dashboard/dashboards/admin/defaults copying openstack_dashboard/dashboards/admin/defaults/tables.py -> build/lib/openstack_dashboard/dashboards/admin/defaults copying openstack_dashboard/dashboards/admin/defaults/tests.py -> build/lib/openstack_dashboard/dashboards/admin/defaults copying openstack_dashboard/dashboards/admin/defaults/workflows.py -> build/lib/openstack_dashboard/dashboards/admin/defaults copying openstack_dashboard/local/__init__.py -> build/lib/openstack_dashboard/local creating build/lib/openstack_dashboard/dashboards/admin/hypervisors/compute copying openstack_dashboard/dashboards/admin/hypervisors/compute/urls.py -> build/lib/openstack_dashboard/dashboards/admin/hypervisors/compute copying openstack_dashboard/dashboards/admin/hypervisors/compute/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/hypervisors/compute copying openstack_dashboard/dashboards/admin/hypervisors/compute/views.py -> build/lib/openstack_dashboard/dashboards/admin/hypervisors/compute copying openstack_dashboard/dashboards/admin/hypervisors/compute/tabs.py -> build/lib/openstack_dashboard/dashboards/admin/hypervisors/compute copying openstack_dashboard/dashboards/admin/hypervisors/compute/forms.py -> build/lib/openstack_dashboard/dashboards/admin/hypervisors/compute copying openstack_dashboard/dashboards/admin/hypervisors/compute/tables.py -> build/lib/openstack_dashboard/dashboards/admin/hypervisors/compute copying openstack_dashboard/dashboards/admin/hypervisors/compute/tests.py -> build/lib/openstack_dashboard/dashboards/admin/hypervisors/compute creating build/lib/openstack_dashboard/dashboards/admin/routers/ports copying openstack_dashboard/dashboards/admin/routers/ports/urls.py -> build/lib/openstack_dashboard/dashboards/admin/routers/ports copying openstack_dashboard/dashboards/admin/routers/ports/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/routers/ports copying openstack_dashboard/dashboards/admin/routers/ports/views.py -> build/lib/openstack_dashboard/dashboards/admin/routers/ports copying openstack_dashboard/dashboards/admin/routers/ports/tabs.py -> build/lib/openstack_dashboard/dashboards/admin/routers/ports copying openstack_dashboard/dashboards/admin/routers/ports/tables.py -> build/lib/openstack_dashboard/dashboards/admin/routers/ports creating build/lib/openstack_dashboard/enabled copying openstack_dashboard/enabled/_30_settings.py -> build/lib/openstack_dashboard/enabled copying openstack_dashboard/enabled/_99_customization.py -> build/lib/openstack_dashboard/enabled copying openstack_dashboard/enabled/_25_identity.py -> build/lib/openstack_dashboard/enabled copying openstack_dashboard/enabled/_40_router.py -> build/lib/openstack_dashboard/enabled copying openstack_dashboard/enabled/__init__.py -> build/lib/openstack_dashboard/enabled copying openstack_dashboard/enabled/_20_admin.py -> build/lib/openstack_dashboard/enabled copying openstack_dashboard/enabled/_10_project.py -> build/lib/openstack_dashboard/enabled creating build/lib/openstack_dashboard/test/test_plugins/panel_config copying openstack_dashboard/test/test_plugins/panel_config/_20_admin_remove_panel.py -> build/lib/openstack_dashboard/test/test_plugins/panel_config copying openstack_dashboard/test/test_plugins/panel_config/__init__.py -> build/lib/openstack_dashboard/test/test_plugins/panel_config copying openstack_dashboard/test/test_plugins/panel_config/_30_admin_default_panel.py -> build/lib/openstack_dashboard/test/test_plugins/panel_config copying openstack_dashboard/test/test_plugins/panel_config/_10_admin_add_panel.py -> build/lib/openstack_dashboard/test/test_plugins/panel_config creating build/lib/openstack_dashboard/openstack/common copying openstack_dashboard/openstack/common/_i18n.py -> build/lib/openstack_dashboard/openstack/common copying openstack_dashboard/openstack/common/__init__.py -> build/lib/openstack_dashboard/openstack/common copying openstack_dashboard/openstack/common/log.py -> build/lib/openstack_dashboard/openstack/common copying openstack_dashboard/openstack/common/fileutils.py -> build/lib/openstack_dashboard/openstack/common copying openstack_dashboard/openstack/common/policy.py -> build/lib/openstack_dashboard/openstack/common copying openstack_dashboard/openstack/common/local.py -> build/lib/openstack_dashboard/openstack/common creating build/lib/openstack_dashboard/dashboards/admin/aggregates copying openstack_dashboard/dashboards/admin/aggregates/constants.py -> build/lib/openstack_dashboard/dashboards/admin/aggregates copying openstack_dashboard/dashboards/admin/aggregates/panel.py -> build/lib/openstack_dashboard/dashboards/admin/aggregates copying openstack_dashboard/dashboards/admin/aggregates/urls.py -> build/lib/openstack_dashboard/dashboards/admin/aggregates copying openstack_dashboard/dashboards/admin/aggregates/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/aggregates copying openstack_dashboard/dashboards/admin/aggregates/views.py -> build/lib/openstack_dashboard/dashboards/admin/aggregates copying openstack_dashboard/dashboards/admin/aggregates/forms.py -> build/lib/openstack_dashboard/dashboards/admin/aggregates copying openstack_dashboard/dashboards/admin/aggregates/tables.py -> build/lib/openstack_dashboard/dashboards/admin/aggregates copying openstack_dashboard/dashboards/admin/aggregates/tests.py -> build/lib/openstack_dashboard/dashboards/admin/aggregates copying openstack_dashboard/dashboards/admin/aggregates/workflows.py -> build/lib/openstack_dashboard/dashboards/admin/aggregates creating build/lib/openstack_dashboard/dashboards/router copying openstack_dashboard/dashboards/router/__init__.py -> build/lib/openstack_dashboard/dashboards/router copying openstack_dashboard/dashboards/router/models.py -> build/lib/openstack_dashboard/dashboards/router copying openstack_dashboard/dashboards/router/dashboard.py -> build/lib/openstack_dashboard/dashboards/router creating build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/extras copying openstack_dashboard/dashboards/admin/volumes/volume_types/extras/urls.py -> build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/extras copying openstack_dashboard/dashboards/admin/volumes/volume_types/extras/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/extras copying openstack_dashboard/dashboards/admin/volumes/volume_types/extras/views.py -> build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/extras copying openstack_dashboard/dashboards/admin/volumes/volume_types/extras/forms.py -> build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/extras copying openstack_dashboard/dashboards/admin/volumes/volume_types/extras/tables.py -> build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/extras copying openstack_dashboard/dashboards/admin/volumes/volume_types/extras/tests.py -> build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/extras creating build/lib/openstack_dashboard/dashboards/admin/info copying openstack_dashboard/dashboards/admin/info/constants.py -> build/lib/openstack_dashboard/dashboards/admin/info copying openstack_dashboard/dashboards/admin/info/panel.py -> build/lib/openstack_dashboard/dashboards/admin/info copying openstack_dashboard/dashboards/admin/info/urls.py -> build/lib/openstack_dashboard/dashboards/admin/info copying openstack_dashboard/dashboards/admin/info/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/info copying openstack_dashboard/dashboards/admin/info/views.py -> build/lib/openstack_dashboard/dashboards/admin/info copying openstack_dashboard/dashboards/admin/info/tabs.py -> build/lib/openstack_dashboard/dashboards/admin/info copying openstack_dashboard/dashboards/admin/info/tables.py -> build/lib/openstack_dashboard/dashboards/admin/info copying openstack_dashboard/dashboards/admin/info/tests.py -> build/lib/openstack_dashboard/dashboards/admin/info creating build/lib/openstack_dashboard/dashboards/project/access_and_security/floating_ips copying openstack_dashboard/dashboards/project/access_and_security/floating_ips/urls.py -> build/lib/openstack_dashboard/dashboards/project/access_and_security/floating_ips copying openstack_dashboard/dashboards/project/access_and_security/floating_ips/__init__.py -> build/lib/openstack_dashboard/dashboards/project/access_and_security/floating_ips copying openstack_dashboard/dashboards/project/access_and_security/floating_ips/views.py -> build/lib/openstack_dashboard/dashboards/project/access_and_security/floating_ips copying openstack_dashboard/dashboards/project/access_and_security/floating_ips/forms.py -> build/lib/openstack_dashboard/dashboards/project/access_and_security/floating_ips copying openstack_dashboard/dashboards/project/access_and_security/floating_ips/tables.py -> build/lib/openstack_dashboard/dashboards/project/access_and_security/floating_ips copying openstack_dashboard/dashboards/project/access_and_security/floating_ips/tests.py -> build/lib/openstack_dashboard/dashboards/project/access_and_security/floating_ips copying openstack_dashboard/dashboards/project/access_and_security/floating_ips/workflows.py -> build/lib/openstack_dashboard/dashboards/project/access_and_security/floating_ips creating build/lib/openstack_dashboard/dashboards/project/images/snapshots copying openstack_dashboard/dashboards/project/images/snapshots/urls.py -> build/lib/openstack_dashboard/dashboards/project/images/snapshots copying openstack_dashboard/dashboards/project/images/snapshots/__init__.py -> build/lib/openstack_dashboard/dashboards/project/images/snapshots copying openstack_dashboard/dashboards/project/images/snapshots/views.py -> build/lib/openstack_dashboard/dashboards/project/images/snapshots copying openstack_dashboard/dashboards/project/images/snapshots/forms.py -> build/lib/openstack_dashboard/dashboards/project/images/snapshots copying openstack_dashboard/dashboards/project/images/snapshots/tests.py -> build/lib/openstack_dashboard/dashboards/project/images/snapshots creating build/lib/openstack_dashboard/dashboards/project/instances copying openstack_dashboard/dashboards/project/instances/audit_tables.py -> build/lib/openstack_dashboard/dashboards/project/instances copying openstack_dashboard/dashboards/project/instances/utils.py -> build/lib/openstack_dashboard/dashboards/project/instances copying openstack_dashboard/dashboards/project/instances/panel.py -> build/lib/openstack_dashboard/dashboards/project/instances copying openstack_dashboard/dashboards/project/instances/urls.py -> build/lib/openstack_dashboard/dashboards/project/instances copying openstack_dashboard/dashboards/project/instances/__init__.py -> build/lib/openstack_dashboard/dashboards/project/instances copying openstack_dashboard/dashboards/project/instances/views.py -> build/lib/openstack_dashboard/dashboards/project/instances copying openstack_dashboard/dashboards/project/instances/tabs.py -> build/lib/openstack_dashboard/dashboards/project/instances copying openstack_dashboard/dashboards/project/instances/console.py -> build/lib/openstack_dashboard/dashboards/project/instances copying openstack_dashboard/dashboards/project/instances/forms.py -> build/lib/openstack_dashboard/dashboards/project/instances copying openstack_dashboard/dashboards/project/instances/tables.py -> build/lib/openstack_dashboard/dashboards/project/instances copying openstack_dashboard/dashboards/project/instances/tests.py -> build/lib/openstack_dashboard/dashboards/project/instances creating build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry copying openstack_dashboard/dashboards/project/data_processing/data_image_registry/panel.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry copying openstack_dashboard/dashboards/project/data_processing/data_image_registry/urls.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry copying openstack_dashboard/dashboards/project/data_processing/data_image_registry/__init__.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry copying openstack_dashboard/dashboards/project/data_processing/data_image_registry/views.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry copying openstack_dashboard/dashboards/project/data_processing/data_image_registry/forms.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry copying openstack_dashboard/dashboards/project/data_processing/data_image_registry/tables.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry copying openstack_dashboard/dashboards/project/data_processing/data_image_registry/tests.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry creating build/lib/openstack_dashboard/dashboards/project/access_and_security/security_groups copying openstack_dashboard/dashboards/project/access_and_security/security_groups/urls.py -> build/lib/openstack_dashboard/dashboards/project/access_and_security/security_groups copying openstack_dashboard/dashboards/project/access_and_security/security_groups/__init__.py -> build/lib/openstack_dashboard/dashboards/project/access_and_security/security_groups copying openstack_dashboard/dashboards/project/access_and_security/security_groups/views.py -> build/lib/openstack_dashboard/dashboards/project/access_and_security/security_groups copying openstack_dashboard/dashboards/project/access_and_security/security_groups/forms.py -> build/lib/openstack_dashboard/dashboards/project/access_and_security/security_groups copying openstack_dashboard/dashboards/project/access_and_security/security_groups/tables.py -> build/lib/openstack_dashboard/dashboards/project/access_and_security/security_groups copying openstack_dashboard/dashboards/project/access_and_security/security_groups/tests.py -> build/lib/openstack_dashboard/dashboards/project/access_and_security/security_groups creating build/lib/openstack_dashboard/test/integration_tests/regions copying openstack_dashboard/test/integration_tests/regions/bars.py -> build/lib/openstack_dashboard/test/integration_tests/regions copying openstack_dashboard/test/integration_tests/regions/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/regions copying openstack_dashboard/test/integration_tests/regions/exceptions.py -> build/lib/openstack_dashboard/test/integration_tests/regions copying openstack_dashboard/test/integration_tests/regions/menus.py -> build/lib/openstack_dashboard/test/integration_tests/regions copying openstack_dashboard/test/integration_tests/regions/messages.py -> build/lib/openstack_dashboard/test/integration_tests/regions copying openstack_dashboard/test/integration_tests/regions/baseregion.py -> build/lib/openstack_dashboard/test/integration_tests/regions copying openstack_dashboard/test/integration_tests/regions/forms.py -> build/lib/openstack_dashboard/test/integration_tests/regions copying openstack_dashboard/test/integration_tests/regions/tables.py -> build/lib/openstack_dashboard/test/integration_tests/regions copying openstack_dashboard/dashboards/admin/volumes/volume_types/urls.py -> build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types copying openstack_dashboard/dashboards/admin/volumes/volume_types/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types copying openstack_dashboard/dashboards/admin/volumes/volume_types/views.py -> build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types copying openstack_dashboard/dashboards/admin/volumes/volume_types/forms.py -> build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types copying openstack_dashboard/dashboards/admin/volumes/volume_types/tables.py -> build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types copying openstack_dashboard/dashboards/admin/volumes/volume_types/tests.py -> build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types creating build/lib/openstack_dashboard/dashboards/project/access_and_security/api_access copying openstack_dashboard/dashboards/project/access_and_security/api_access/urls.py -> build/lib/openstack_dashboard/dashboards/project/access_and_security/api_access copying openstack_dashboard/dashboards/project/access_and_security/api_access/__init__.py -> build/lib/openstack_dashboard/dashboards/project/access_and_security/api_access copying openstack_dashboard/dashboards/project/access_and_security/api_access/views.py -> build/lib/openstack_dashboard/dashboards/project/access_and_security/api_access copying openstack_dashboard/dashboards/project/access_and_security/api_access/tables.py -> build/lib/openstack_dashboard/dashboards/project/access_and_security/api_access copying openstack_dashboard/dashboards/project/access_and_security/api_access/tests.py -> build/lib/openstack_dashboard/dashboards/project/access_and_security/api_access creating build/lib/openstack_dashboard/dashboards/admin/networks/agents copying openstack_dashboard/dashboards/admin/networks/agents/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/networks/agents copying openstack_dashboard/dashboards/admin/networks/agents/views.py -> build/lib/openstack_dashboard/dashboards/admin/networks/agents copying openstack_dashboard/dashboards/admin/networks/agents/forms.py -> build/lib/openstack_dashboard/dashboards/admin/networks/agents copying openstack_dashboard/dashboards/admin/networks/agents/tables.py -> build/lib/openstack_dashboard/dashboards/admin/networks/agents creating build/lib/openstack_dashboard/dashboards/project/data_processing/utils copying openstack_dashboard/dashboards/project/data_processing/utils/__init__.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/utils copying openstack_dashboard/dashboards/project/data_processing/utils/anti_affinity.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/utils copying openstack_dashboard/dashboards/project/data_processing/utils/neutron_support.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/utils copying openstack_dashboard/dashboards/project/data_processing/utils/helpers.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/utils copying openstack_dashboard/dashboards/project/data_processing/utils/workflow_helpers.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/utils copying openstack_dashboard/dashboards/project/routers/extensions/__init__.py -> build/lib/openstack_dashboard/dashboards/project/routers/extensions creating build/lib/openstack_dashboard/test/integration_tests/pages/project/compute/volumes copying openstack_dashboard/test/integration_tests/pages/project/compute/volumes/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/compute/volumes copying openstack_dashboard/test/test_plugins/panel_tests.py -> build/lib/openstack_dashboard/test/test_plugins copying openstack_dashboard/test/test_plugins/panel_group_tests.py -> build/lib/openstack_dashboard/test/test_plugins copying openstack_dashboard/test/test_plugins/__init__.py -> build/lib/openstack_dashboard/test/test_plugins creating build/lib/openstack_dashboard/dashboards/project/instances/workflows copying openstack_dashboard/dashboards/project/instances/workflows/create_instance.py -> build/lib/openstack_dashboard/dashboards/project/instances/workflows copying openstack_dashboard/dashboards/project/instances/workflows/__init__.py -> build/lib/openstack_dashboard/dashboards/project/instances/workflows copying openstack_dashboard/dashboards/project/instances/workflows/update_instance.py -> build/lib/openstack_dashboard/dashboards/project/instances/workflows copying openstack_dashboard/dashboards/project/instances/workflows/resize_instance.py -> build/lib/openstack_dashboard/dashboards/project/instances/workflows creating build/lib/openstack_dashboard/dashboards/project/network_topology/routers copying openstack_dashboard/dashboards/project/network_topology/routers/__init__.py -> build/lib/openstack_dashboard/dashboards/project/network_topology/routers copying openstack_dashboard/dashboards/project/network_topology/routers/tables.py -> build/lib/openstack_dashboard/dashboards/project/network_topology/routers creating build/lib/openstack_dashboard/test/integration_tests/pages/admin/system/system_info copying openstack_dashboard/test/integration_tests/pages/admin/system/system_info/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/pages/admin/system/system_info creating build/lib/openstack_dashboard/dashboards/project/network_topology/ports copying openstack_dashboard/dashboards/project/network_topology/ports/__init__.py -> build/lib/openstack_dashboard/dashboards/project/network_topology/ports copying openstack_dashboard/dashboards/project/network_topology/ports/tables.py -> build/lib/openstack_dashboard/dashboards/project/network_topology/ports creating build/lib/openstack_dashboard/test/api_tests copying openstack_dashboard/test/api_tests/rest_util_tests.py -> build/lib/openstack_dashboard/test/api_tests copying openstack_dashboard/test/api_tests/neutron_tests.py -> build/lib/openstack_dashboard/test/api_tests copying openstack_dashboard/test/api_tests/nova_tests.py -> build/lib/openstack_dashboard/test/api_tests copying openstack_dashboard/test/api_tests/cinder_tests.py -> build/lib/openstack_dashboard/test/api_tests copying openstack_dashboard/test/api_tests/ceilometer_tests.py -> build/lib/openstack_dashboard/test/api_tests copying openstack_dashboard/test/api_tests/base_tests.py -> build/lib/openstack_dashboard/test/api_tests copying openstack_dashboard/test/api_tests/fwaas_tests.py -> build/lib/openstack_dashboard/test/api_tests copying openstack_dashboard/test/api_tests/keystone_rest_tests.py -> build/lib/openstack_dashboard/test/api_tests copying openstack_dashboard/test/api_tests/__init__.py -> build/lib/openstack_dashboard/test/api_tests copying openstack_dashboard/test/api_tests/glance_tests.py -> build/lib/openstack_dashboard/test/api_tests copying openstack_dashboard/test/api_tests/heat_tests.py -> build/lib/openstack_dashboard/test/api_tests copying openstack_dashboard/test/api_tests/cinder_rest_tests.py -> build/lib/openstack_dashboard/test/api_tests copying openstack_dashboard/test/api_tests/network_tests.py -> build/lib/openstack_dashboard/test/api_tests copying openstack_dashboard/test/api_tests/lbaas_tests.py -> build/lib/openstack_dashboard/test/api_tests copying openstack_dashboard/test/api_tests/network_rest_tests.py -> build/lib/openstack_dashboard/test/api_tests copying openstack_dashboard/test/api_tests/neutron_rest_tests.py -> build/lib/openstack_dashboard/test/api_tests copying openstack_dashboard/test/api_tests/nova_rest_tests.py -> build/lib/openstack_dashboard/test/api_tests copying openstack_dashboard/test/api_tests/keystone_tests.py -> build/lib/openstack_dashboard/test/api_tests copying openstack_dashboard/test/api_tests/glance_rest_tests.py -> build/lib/openstack_dashboard/test/api_tests copying openstack_dashboard/test/api_tests/policy_rest_tests.py -> build/lib/openstack_dashboard/test/api_tests copying openstack_dashboard/test/api_tests/swift_tests.py -> build/lib/openstack_dashboard/test/api_tests copying openstack_dashboard/test/api_tests/vpnaas_tests.py -> build/lib/openstack_dashboard/test/api_tests copying openstack_dashboard/test/api_tests/config_rest_tests.py -> build/lib/openstack_dashboard/test/api_tests creating build/lib/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_user_settings.py -> build/lib/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_password_change.py -> build/lib/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_image_create_delete.py -> build/lib/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_sahara_job_binaries.py -> build/lib/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_login.py -> build/lib/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_user_create_delete.py -> build/lib/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_sahara_image_registry.py -> build/lib/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_dashboard_help_redirection.py -> build/lib/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/decorators.py -> build/lib/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_flavors.py -> build/lib/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/test/integration_tests/tests/test_keypair.py -> build/lib/openstack_dashboard/test/integration_tests/tests copying openstack_dashboard/dashboards/project/volumes/utils.py -> build/lib/openstack_dashboard/dashboards/project/volumes copying openstack_dashboard/dashboards/project/volumes/panel.py -> build/lib/openstack_dashboard/dashboards/project/volumes copying openstack_dashboard/dashboards/project/volumes/test.py -> build/lib/openstack_dashboard/dashboards/project/volumes copying openstack_dashboard/dashboards/project/volumes/urls.py -> build/lib/openstack_dashboard/dashboards/project/volumes copying openstack_dashboard/dashboards/project/volumes/__init__.py -> build/lib/openstack_dashboard/dashboards/project/volumes copying openstack_dashboard/dashboards/project/volumes/views.py -> build/lib/openstack_dashboard/dashboards/project/volumes copying openstack_dashboard/dashboards/project/volumes/tabs.py -> build/lib/openstack_dashboard/dashboards/project/volumes creating build/lib/openstack_dashboard/dashboards/router/nexus1000v copying openstack_dashboard/dashboards/router/nexus1000v/panel.py -> build/lib/openstack_dashboard/dashboards/router/nexus1000v copying openstack_dashboard/dashboards/router/nexus1000v/urls.py -> build/lib/openstack_dashboard/dashboards/router/nexus1000v copying openstack_dashboard/dashboards/router/nexus1000v/__init__.py -> build/lib/openstack_dashboard/dashboards/router/nexus1000v copying openstack_dashboard/dashboards/router/nexus1000v/views.py -> build/lib/openstack_dashboard/dashboards/router/nexus1000v copying openstack_dashboard/dashboards/router/nexus1000v/tabs.py -> build/lib/openstack_dashboard/dashboards/router/nexus1000v copying openstack_dashboard/dashboards/router/nexus1000v/forms.py -> build/lib/openstack_dashboard/dashboards/router/nexus1000v copying openstack_dashboard/dashboards/router/nexus1000v/tables.py -> build/lib/openstack_dashboard/dashboards/router/nexus1000v creating build/lib/openstack_dashboard/dashboards/identity/domains copying openstack_dashboard/dashboards/identity/domains/constants.py -> build/lib/openstack_dashboard/dashboards/identity/domains copying openstack_dashboard/dashboards/identity/domains/panel.py -> build/lib/openstack_dashboard/dashboards/identity/domains copying openstack_dashboard/dashboards/identity/domains/urls.py -> build/lib/openstack_dashboard/dashboards/identity/domains copying openstack_dashboard/dashboards/identity/domains/__init__.py -> build/lib/openstack_dashboard/dashboards/identity/domains copying openstack_dashboard/dashboards/identity/domains/views.py -> build/lib/openstack_dashboard/dashboards/identity/domains copying openstack_dashboard/dashboards/identity/domains/tables.py -> build/lib/openstack_dashboard/dashboards/identity/domains copying openstack_dashboard/dashboards/identity/domains/tests.py -> build/lib/openstack_dashboard/dashboards/identity/domains copying openstack_dashboard/dashboards/identity/domains/workflows.py -> build/lib/openstack_dashboard/dashboards/identity/domains copying openstack_dashboard/dashboards/project/routers/panel.py -> build/lib/openstack_dashboard/dashboards/project/routers copying openstack_dashboard/dashboards/project/routers/urls.py -> build/lib/openstack_dashboard/dashboards/project/routers copying openstack_dashboard/dashboards/project/routers/__init__.py -> build/lib/openstack_dashboard/dashboards/project/routers copying openstack_dashboard/dashboards/project/routers/views.py -> build/lib/openstack_dashboard/dashboards/project/routers copying openstack_dashboard/dashboards/project/routers/tabs.py -> build/lib/openstack_dashboard/dashboards/project/routers copying openstack_dashboard/dashboards/project/routers/forms.py -> build/lib/openstack_dashboard/dashboards/project/routers copying openstack_dashboard/dashboards/project/routers/tables.py -> build/lib/openstack_dashboard/dashboards/project/routers copying openstack_dashboard/dashboards/project/routers/tests.py -> build/lib/openstack_dashboard/dashboards/project/routers copying openstack_dashboard/test/integration_tests/pages/admin/system/flavorspage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/admin/system copying openstack_dashboard/test/integration_tests/pages/admin/system/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/pages/admin/system copying openstack_dashboard/test/integration_tests/pages/admin/system/overviewpage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/admin/system creating build/lib/openstack_dashboard/dashboards/admin/volumes/volumes copying openstack_dashboard/dashboards/admin/volumes/volumes/urls.py -> build/lib/openstack_dashboard/dashboards/admin/volumes/volumes copying openstack_dashboard/dashboards/admin/volumes/volumes/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/volumes/volumes copying openstack_dashboard/dashboards/admin/volumes/volumes/views.py -> build/lib/openstack_dashboard/dashboards/admin/volumes/volumes copying openstack_dashboard/dashboards/admin/volumes/volumes/forms.py -> build/lib/openstack_dashboard/dashboards/admin/volumes/volumes copying openstack_dashboard/dashboards/admin/volumes/volumes/tables.py -> build/lib/openstack_dashboard/dashboards/admin/volumes/volumes creating build/lib/openstack_dashboard/test/integration_tests/pages/project/network copying openstack_dashboard/test/integration_tests/pages/project/network/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/network creating build/lib/openstack_dashboard/dashboards/project/stacks creating build/lib/openstack_dashboard/dashboards/project/stacks/resource_types copying openstack_dashboard/dashboards/project/stacks/resource_types/panel.py -> build/lib/openstack_dashboard/dashboards/project/stacks/resource_types copying openstack_dashboard/dashboards/project/stacks/resource_types/urls.py -> build/lib/openstack_dashboard/dashboards/project/stacks/resource_types copying openstack_dashboard/dashboards/project/stacks/resource_types/__init__.py -> build/lib/openstack_dashboard/dashboards/project/stacks/resource_types copying openstack_dashboard/dashboards/project/stacks/resource_types/views.py -> build/lib/openstack_dashboard/dashboards/project/stacks/resource_types copying openstack_dashboard/dashboards/project/stacks/resource_types/tabs.py -> build/lib/openstack_dashboard/dashboards/project/stacks/resource_types copying openstack_dashboard/dashboards/project/stacks/resource_types/tables.py -> build/lib/openstack_dashboard/dashboards/project/stacks/resource_types copying openstack_dashboard/dashboards/project/stacks/resource_types/tests.py -> build/lib/openstack_dashboard/dashboards/project/stacks/resource_types copying openstack_dashboard/dashboards/project/__init__.py -> build/lib/openstack_dashboard/dashboards/project copying openstack_dashboard/dashboards/project/models.py -> build/lib/openstack_dashboard/dashboards/project copying openstack_dashboard/dashboards/project/dashboard.py -> build/lib/openstack_dashboard/dashboards/project creating build/lib/openstack_dashboard/dashboards/project/network_topology/instances copying openstack_dashboard/dashboards/project/network_topology/instances/__init__.py -> build/lib/openstack_dashboard/dashboards/project/network_topology/instances copying openstack_dashboard/dashboards/project/network_topology/instances/tables.py -> build/lib/openstack_dashboard/dashboards/project/network_topology/instances creating build/lib/openstack_dashboard/dashboards/project/databases/workflows copying openstack_dashboard/dashboards/project/databases/workflows/create_instance.py -> build/lib/openstack_dashboard/dashboards/project/databases/workflows copying openstack_dashboard/dashboards/project/databases/workflows/__init__.py -> build/lib/openstack_dashboard/dashboards/project/databases/workflows copying openstack_dashboard/dashboards/admin/networks/panel.py -> build/lib/openstack_dashboard/dashboards/admin/networks copying openstack_dashboard/dashboards/admin/networks/urls.py -> build/lib/openstack_dashboard/dashboards/admin/networks copying openstack_dashboard/dashboards/admin/networks/__init__.py -> build/lib/openstack_dashboard/dashboards/admin/networks copying openstack_dashboard/dashboards/admin/networks/views.py -> build/lib/openstack_dashboard/dashboards/admin/networks copying openstack_dashboard/dashboards/admin/networks/forms.py -> build/lib/openstack_dashboard/dashboards/admin/networks copying openstack_dashboard/dashboards/admin/networks/tables.py -> build/lib/openstack_dashboard/dashboards/admin/networks copying openstack_dashboard/dashboards/admin/networks/tests.py -> build/lib/openstack_dashboard/dashboards/admin/networks creating build/lib/openstack_dashboard/test/integration_tests/pages/project/compute/access_and_security copying openstack_dashboard/test/integration_tests/pages/project/compute/access_and_security/keypairspage.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/compute/access_and_security copying openstack_dashboard/test/integration_tests/pages/project/compute/access_and_security/__init__.py -> build/lib/openstack_dashboard/test/integration_tests/pages/project/compute/access_and_security creating build/lib/openstack_dashboard/dashboards/project/data_processing/data_plugins copying openstack_dashboard/dashboards/project/data_processing/data_plugins/panel.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_plugins copying openstack_dashboard/dashboards/project/data_processing/data_plugins/urls.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_plugins copying openstack_dashboard/dashboards/project/data_processing/data_plugins/__init__.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_plugins copying openstack_dashboard/dashboards/project/data_processing/data_plugins/views.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_plugins copying openstack_dashboard/dashboards/project/data_processing/data_plugins/tabs.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_plugins copying openstack_dashboard/dashboards/project/data_processing/data_plugins/tables.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_plugins copying openstack_dashboard/dashboards/project/data_processing/data_plugins/tests.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_plugins creating build/lib/openstack_dashboard/dashboards/identity/roles copying openstack_dashboard/dashboards/identity/roles/panel.py -> build/lib/openstack_dashboard/dashboards/identity/roles copying openstack_dashboard/dashboards/identity/roles/urls.py -> build/lib/openstack_dashboard/dashboards/identity/roles copying openstack_dashboard/dashboards/identity/roles/__init__.py -> build/lib/openstack_dashboard/dashboards/identity/roles copying openstack_dashboard/dashboards/identity/roles/views.py -> build/lib/openstack_dashboard/dashboards/identity/roles copying openstack_dashboard/dashboards/identity/roles/forms.py -> build/lib/openstack_dashboard/dashboards/identity/roles copying openstack_dashboard/dashboards/identity/roles/tables.py -> build/lib/openstack_dashboard/dashboards/identity/roles copying openstack_dashboard/dashboards/identity/roles/tests.py -> build/lib/openstack_dashboard/dashboards/identity/roles copying openstack_dashboard/dashboards/project/stacks/sro.py -> build/lib/openstack_dashboard/dashboards/project/stacks copying openstack_dashboard/dashboards/project/stacks/panel.py -> build/lib/openstack_dashboard/dashboards/project/stacks copying openstack_dashboard/dashboards/project/stacks/urls.py -> build/lib/openstack_dashboard/dashboards/project/stacks copying openstack_dashboard/dashboards/project/stacks/api.py -> build/lib/openstack_dashboard/dashboards/project/stacks copying openstack_dashboard/dashboards/project/stacks/__init__.py -> build/lib/openstack_dashboard/dashboards/project/stacks copying openstack_dashboard/dashboards/project/stacks/views.py -> build/lib/openstack_dashboard/dashboards/project/stacks copying openstack_dashboard/dashboards/project/stacks/tabs.py -> build/lib/openstack_dashboard/dashboards/project/stacks copying openstack_dashboard/dashboards/project/stacks/forms.py -> build/lib/openstack_dashboard/dashboards/project/stacks copying openstack_dashboard/dashboards/project/stacks/tables.py -> build/lib/openstack_dashboard/dashboards/project/stacks copying openstack_dashboard/dashboards/project/stacks/mappings.py -> build/lib/openstack_dashboard/dashboards/project/stacks copying openstack_dashboard/dashboards/project/stacks/tests.py -> build/lib/openstack_dashboard/dashboards/project/stacks creating build/lib/openstack_dashboard/management creating build/lib/openstack_dashboard/management/commands copying openstack_dashboard/management/commands/make_web_conf.py -> build/lib/openstack_dashboard/management/commands copying openstack_dashboard/management/commands/__init__.py -> build/lib/openstack_dashboard/management/commands copying openstack_dashboard/management/commands/migrate_settings.py -> build/lib/openstack_dashboard/management/commands creating build/lib/openstack_dashboard/api creating build/lib/openstack_dashboard/api/rest copying openstack_dashboard/api/rest/glance.py -> build/lib/openstack_dashboard/api/rest copying openstack_dashboard/api/rest/utils.py -> build/lib/openstack_dashboard/api/rest copying openstack_dashboard/api/rest/urls.py -> build/lib/openstack_dashboard/api/rest copying openstack_dashboard/api/rest/neutron.py -> build/lib/openstack_dashboard/api/rest copying openstack_dashboard/api/rest/__init__.py -> build/lib/openstack_dashboard/api/rest copying openstack_dashboard/api/rest/nova.py -> build/lib/openstack_dashboard/api/rest copying openstack_dashboard/api/rest/config.py -> build/lib/openstack_dashboard/api/rest copying openstack_dashboard/api/rest/policy.py -> build/lib/openstack_dashboard/api/rest copying openstack_dashboard/api/rest/cinder.py -> build/lib/openstack_dashboard/api/rest copying openstack_dashboard/api/rest/network.py -> build/lib/openstack_dashboard/api/rest copying openstack_dashboard/api/rest/keystone.py -> build/lib/openstack_dashboard/api/rest creating build/lib/openstack_dashboard/utils copying openstack_dashboard/utils/metering.py -> build/lib/openstack_dashboard/utils copying openstack_dashboard/utils/__init__.py -> build/lib/openstack_dashboard/utils copying openstack_dashboard/utils/filters.py -> build/lib/openstack_dashboard/utils copying openstack_dashboard/utils/settings.py -> build/lib/openstack_dashboard/utils copying openstack_dashboard/management/__init__.py -> build/lib/openstack_dashboard/management copying openstack_dashboard/static_settings.py -> build/lib/openstack_dashboard copying openstack_dashboard/urls.py -> build/lib/openstack_dashboard copying openstack_dashboard/context_processors.py -> build/lib/openstack_dashboard copying openstack_dashboard/__init__.py -> build/lib/openstack_dashboard copying openstack_dashboard/exceptions.py -> build/lib/openstack_dashboard copying openstack_dashboard/views.py -> build/lib/openstack_dashboard copying openstack_dashboard/hooks.py -> build/lib/openstack_dashboard copying openstack_dashboard/policy.py -> build/lib/openstack_dashboard copying openstack_dashboard/policy_backend.py -> build/lib/openstack_dashboard copying openstack_dashboard/settings.py -> build/lib/openstack_dashboard creating build/lib/openstack_dashboard/test/jasmine copying openstack_dashboard/test/jasmine/jasmine_tests.py -> build/lib/openstack_dashboard/test/jasmine copying openstack_dashboard/test/jasmine/__init__.py -> build/lib/openstack_dashboard/test/jasmine copying openstack_dashboard/test/jasmine/jasmine.py -> build/lib/openstack_dashboard/test/jasmine creating build/lib/openstack_dashboard/dashboards/identity/groups copying openstack_dashboard/dashboards/identity/groups/constants.py -> build/lib/openstack_dashboard/dashboards/identity/groups copying openstack_dashboard/dashboards/identity/groups/panel.py -> build/lib/openstack_dashboard/dashboards/identity/groups copying openstack_dashboard/dashboards/identity/groups/urls.py -> build/lib/openstack_dashboard/dashboards/identity/groups copying openstack_dashboard/dashboards/identity/groups/__init__.py -> build/lib/openstack_dashboard/dashboards/identity/groups copying openstack_dashboard/dashboards/identity/groups/views.py -> build/lib/openstack_dashboard/dashboards/identity/groups copying openstack_dashboard/dashboards/identity/groups/forms.py -> build/lib/openstack_dashboard/dashboards/identity/groups copying openstack_dashboard/dashboards/identity/groups/tables.py -> build/lib/openstack_dashboard/dashboards/identity/groups copying openstack_dashboard/dashboards/identity/groups/tests.py -> build/lib/openstack_dashboard/dashboards/identity/groups creating build/lib/openstack_dashboard/dashboards/project/images/images copying openstack_dashboard/dashboards/project/images/images/urls.py -> build/lib/openstack_dashboard/dashboards/project/images/images copying openstack_dashboard/dashboards/project/images/images/__init__.py -> build/lib/openstack_dashboard/dashboards/project/images/images copying openstack_dashboard/dashboards/project/images/images/views.py -> build/lib/openstack_dashboard/dashboards/project/images/images copying openstack_dashboard/dashboards/project/images/images/tabs.py -> build/lib/openstack_dashboard/dashboards/project/images/images copying openstack_dashboard/dashboards/project/images/images/forms.py -> build/lib/openstack_dashboard/dashboards/project/images/images copying openstack_dashboard/dashboards/project/images/images/tables.py -> build/lib/openstack_dashboard/dashboards/project/images/images copying openstack_dashboard/dashboards/project/images/images/tests.py -> build/lib/openstack_dashboard/dashboards/project/images/images copying openstack_dashboard/api/glance.py -> build/lib/openstack_dashboard/api copying openstack_dashboard/api/swift.py -> build/lib/openstack_dashboard/api copying openstack_dashboard/api/neutron.py -> build/lib/openstack_dashboard/api copying openstack_dashboard/api/heat.py -> build/lib/openstack_dashboard/api copying openstack_dashboard/api/__init__.py -> build/lib/openstack_dashboard/api copying openstack_dashboard/api/base.py -> build/lib/openstack_dashboard/api copying openstack_dashboard/api/trove.py -> build/lib/openstack_dashboard/api copying openstack_dashboard/api/sahara.py -> build/lib/openstack_dashboard/api copying openstack_dashboard/api/vpn.py -> build/lib/openstack_dashboard/api copying openstack_dashboard/api/nova.py -> build/lib/openstack_dashboard/api copying openstack_dashboard/api/lbaas.py -> build/lib/openstack_dashboard/api copying openstack_dashboard/api/ceilometer.py -> build/lib/openstack_dashboard/api copying openstack_dashboard/api/fwaas.py -> build/lib/openstack_dashboard/api copying openstack_dashboard/api/network_base.py -> build/lib/openstack_dashboard/api copying openstack_dashboard/api/cinder.py -> build/lib/openstack_dashboard/api copying openstack_dashboard/api/network.py -> build/lib/openstack_dashboard/api copying openstack_dashboard/api/keystone.py -> build/lib/openstack_dashboard/api copying openstack_dashboard/test/urls.py -> build/lib/openstack_dashboard/test copying openstack_dashboard/test/error_pages_urls.py -> build/lib/openstack_dashboard/test copying openstack_dashboard/test/__init__.py -> build/lib/openstack_dashboard/test copying openstack_dashboard/test/settings.py -> build/lib/openstack_dashboard/test copying openstack_dashboard/test/helpers.py -> build/lib/openstack_dashboard/test copying openstack_dashboard/dashboards/__init__.py -> build/lib/openstack_dashboard/dashboards copying openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/panel.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates copying openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/urls.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates copying openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/__init__.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates copying openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/views.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates copying openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/tabs.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates copying openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/tables.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates copying openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/tests.py -> build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates running egg_info creating horizon.egg-info writing pbr to horizon.egg-info/pbr.json writing horizon.egg-info/PKG-INFO writing top-level names to horizon.egg-info/top_level.txt writing dependency_links to horizon.egg-info/dependency_links.txt [pbr] Processing SOURCES.txt writing manifest file 'horizon.egg-info/SOURCES.txt' [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution reading manifest template 'MANIFEST.in' warning: no files found matching '*.css' under directory 'doc' warning: no files found matching '*.js' under directory 'doc' warning: no files found matching '*.html' under directory 'doc' warning: no files found matching '*.conf' under directory 'doc' warning: no files found matching '*.jpg' under directory 'doc' warning: no files found matching '*.gif' under directory 'doc' warning: no files found matching '*.png' under directory 'doc' warning: no files found matching '*.css_t' under directory 'doc' warning: no files found matching '*.csv' under directory 'horizon' warning: no files found matching '*.template' under directory 'horizon' warning: no files found matching 'doc/source/_templates/.placeholder' warning: no files found matching 'requirements.txt' warning: no files found matching 'test-requirements.txt' warning: no previously-included files found matching 'openstack_dashboard/local/local_settings.py' writing manifest file 'horizon.egg-info/SOURCES.txt' copying horizon/conf/panel_template/panel.py.tmpl -> build/lib/horizon/conf/panel_template copying horizon/conf/panel_template/tests.py.tmpl -> build/lib/horizon/conf/panel_template copying horizon/conf/panel_template/urls.py.tmpl -> build/lib/horizon/conf/panel_template creating build/lib/horizon/conf/panel_template/templates creating build/lib/horizon/conf/panel_template/templates/panel_name copying horizon/conf/panel_template/templates/panel_name/index.html -> build/lib/horizon/conf/panel_template/templates/panel_name copying horizon/conf/dash_template/dashboard.py.tmpl -> build/lib/horizon/conf/dash_template creating build/lib/horizon/conf/dash_template/static creating build/lib/horizon/conf/dash_template/static/dash_name creating build/lib/horizon/conf/dash_template/static/dash_name/css copying horizon/conf/dash_template/static/dash_name/css/dash_name.css -> build/lib/horizon/conf/dash_template/static/dash_name/css creating build/lib/horizon/conf/dash_template/static/dash_name/js copying horizon/conf/dash_template/static/dash_name/js/dash_name.js -> build/lib/horizon/conf/dash_template/static/dash_name/js creating build/lib/horizon/conf/dash_template/templates creating build/lib/horizon/conf/dash_template/templates/dash_name copying horizon/conf/dash_template/templates/dash_name/base.html -> build/lib/horizon/conf/dash_template/templates/dash_name creating build/lib/horizon/test/test_dashboards/dogs/puppies/templates creating build/lib/horizon/test/test_dashboards/dogs/puppies/templates/puppies copying horizon/test/test_dashboards/dogs/puppies/templates/puppies/index.html -> build/lib/horizon/test/test_dashboards/dogs/puppies/templates/puppies copying horizon/test/test_dashboards/dogs/puppies/templates/puppies/two_tabs.html -> build/lib/horizon/test/test_dashboards/dogs/puppies/templates/puppies creating build/lib/horizon/test/test_dashboards/dogs/static creating build/lib/horizon/test/test_dashboards/dogs/static/dogs creating build/lib/horizon/test/test_dashboards/dogs/static/dogs/css copying horizon/test/test_dashboards/dogs/static/dogs/css/dogs.css -> build/lib/horizon/test/test_dashboards/dogs/static/dogs/css creating build/lib/horizon/test/test_dashboards/dogs/static/dogs/js copying horizon/test/test_dashboards/dogs/static/dogs/js/dogs.js -> build/lib/horizon/test/test_dashboards/dogs/static/dogs/js creating build/lib/horizon/test/test_dashboards/dogs/templates creating build/lib/horizon/test/test_dashboards/dogs/templates/dogs copying horizon/test/test_dashboards/dogs/templates/dogs/base.html -> build/lib/horizon/test/test_dashboards/dogs/templates/dogs creating build/lib/horizon/test/test_dashboards/cats/tigers/templates creating build/lib/horizon/test/test_dashboards/cats/tigers/templates/tigers copying horizon/test/test_dashboards/cats/tigers/templates/tigers/index.html -> build/lib/horizon/test/test_dashboards/cats/tigers/templates/tigers creating build/lib/horizon/test/test_dashboards/cats/static creating build/lib/horizon/test/test_dashboards/cats/static/cats creating build/lib/horizon/test/test_dashboards/cats/static/cats/css copying horizon/test/test_dashboards/cats/static/cats/css/cats.css -> build/lib/horizon/test/test_dashboards/cats/static/cats/css creating build/lib/horizon/test/test_dashboards/cats/static/cats/js copying horizon/test/test_dashboards/cats/static/cats/js/cats.js -> build/lib/horizon/test/test_dashboards/cats/static/cats/js creating build/lib/horizon/test/test_dashboards/cats/templates creating build/lib/horizon/test/test_dashboards/cats/templates/cats copying horizon/test/test_dashboards/cats/templates/cats/base.html -> build/lib/horizon/test/test_dashboards/cats/templates/cats creating build/lib/horizon/locale creating build/lib/horizon/locale/de creating build/lib/horizon/locale/de/LC_MESSAGES copying horizon/locale/de/LC_MESSAGES/django.mo -> build/lib/horizon/locale/de/LC_MESSAGES copying horizon/locale/de/LC_MESSAGES/django.po -> build/lib/horizon/locale/de/LC_MESSAGES copying horizon/locale/de/LC_MESSAGES/djangojs.mo -> build/lib/horizon/locale/de/LC_MESSAGES copying horizon/locale/de/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/de/LC_MESSAGES creating build/lib/horizon/locale/en creating build/lib/horizon/locale/en/LC_MESSAGES copying horizon/locale/en/LC_MESSAGES/django.mo -> build/lib/horizon/locale/en/LC_MESSAGES copying horizon/locale/en/LC_MESSAGES/django.po -> build/lib/horizon/locale/en/LC_MESSAGES copying horizon/locale/en/LC_MESSAGES/djangojs.mo -> build/lib/horizon/locale/en/LC_MESSAGES copying horizon/locale/en/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/en/LC_MESSAGES creating build/lib/horizon/locale/en_AU creating build/lib/horizon/locale/en_AU/LC_MESSAGES copying horizon/locale/en_AU/LC_MESSAGES/django.mo -> build/lib/horizon/locale/en_AU/LC_MESSAGES copying horizon/locale/en_AU/LC_MESSAGES/django.po -> build/lib/horizon/locale/en_AU/LC_MESSAGES copying horizon/locale/en_AU/LC_MESSAGES/djangojs.mo -> build/lib/horizon/locale/en_AU/LC_MESSAGES copying horizon/locale/en_AU/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/en_AU/LC_MESSAGES creating build/lib/horizon/locale/en_GB creating build/lib/horizon/locale/en_GB/LC_MESSAGES copying horizon/locale/en_GB/LC_MESSAGES/django.mo -> build/lib/horizon/locale/en_GB/LC_MESSAGES copying horizon/locale/en_GB/LC_MESSAGES/django.po -> build/lib/horizon/locale/en_GB/LC_MESSAGES copying horizon/locale/en_GB/LC_MESSAGES/djangojs.mo -> build/lib/horizon/locale/en_GB/LC_MESSAGES copying horizon/locale/en_GB/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/en_GB/LC_MESSAGES creating build/lib/horizon/locale/es creating build/lib/horizon/locale/es/LC_MESSAGES copying horizon/locale/es/LC_MESSAGES/django.mo -> build/lib/horizon/locale/es/LC_MESSAGES copying horizon/locale/es/LC_MESSAGES/django.po -> build/lib/horizon/locale/es/LC_MESSAGES copying horizon/locale/es/LC_MESSAGES/djangojs.mo -> build/lib/horizon/locale/es/LC_MESSAGES copying horizon/locale/es/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/es/LC_MESSAGES creating build/lib/horizon/locale/fr creating build/lib/horizon/locale/fr/LC_MESSAGES copying horizon/locale/fr/LC_MESSAGES/django.mo -> build/lib/horizon/locale/fr/LC_MESSAGES copying horizon/locale/fr/LC_MESSAGES/django.po -> build/lib/horizon/locale/fr/LC_MESSAGES copying horizon/locale/fr/LC_MESSAGES/djangojs.mo -> build/lib/horizon/locale/fr/LC_MESSAGES copying horizon/locale/fr/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/fr/LC_MESSAGES creating build/lib/horizon/locale/ja creating build/lib/horizon/locale/ja/LC_MESSAGES copying horizon/locale/ja/LC_MESSAGES/django.mo -> build/lib/horizon/locale/ja/LC_MESSAGES copying horizon/locale/ja/LC_MESSAGES/django.po -> build/lib/horizon/locale/ja/LC_MESSAGES copying horizon/locale/ja/LC_MESSAGES/djangojs.mo -> build/lib/horizon/locale/ja/LC_MESSAGES copying horizon/locale/ja/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/ja/LC_MESSAGES creating build/lib/horizon/locale/ko_KR creating build/lib/horizon/locale/ko_KR/LC_MESSAGES copying horizon/locale/ko_KR/LC_MESSAGES/django.mo -> build/lib/horizon/locale/ko_KR/LC_MESSAGES copying horizon/locale/ko_KR/LC_MESSAGES/django.po -> build/lib/horizon/locale/ko_KR/LC_MESSAGES copying horizon/locale/ko_KR/LC_MESSAGES/djangojs.mo -> build/lib/horizon/locale/ko_KR/LC_MESSAGES copying horizon/locale/ko_KR/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/ko_KR/LC_MESSAGES creating build/lib/horizon/locale/pl_PL creating build/lib/horizon/locale/pl_PL/LC_MESSAGES copying horizon/locale/pl_PL/LC_MESSAGES/django.mo -> build/lib/horizon/locale/pl_PL/LC_MESSAGES copying horizon/locale/pl_PL/LC_MESSAGES/django.po -> build/lib/horizon/locale/pl_PL/LC_MESSAGES copying horizon/locale/pl_PL/LC_MESSAGES/djangojs.mo -> build/lib/horizon/locale/pl_PL/LC_MESSAGES copying horizon/locale/pl_PL/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/pl_PL/LC_MESSAGES creating build/lib/horizon/locale/pt_BR creating build/lib/horizon/locale/pt_BR/LC_MESSAGES copying horizon/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/horizon/locale/pt_BR/LC_MESSAGES copying horizon/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/horizon/locale/pt_BR/LC_MESSAGES copying horizon/locale/pt_BR/LC_MESSAGES/djangojs.mo -> build/lib/horizon/locale/pt_BR/LC_MESSAGES copying horizon/locale/pt_BR/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/pt_BR/LC_MESSAGES creating build/lib/horizon/locale/ru creating build/lib/horizon/locale/ru/LC_MESSAGES copying horizon/locale/ru/LC_MESSAGES/django.mo -> build/lib/horizon/locale/ru/LC_MESSAGES copying horizon/locale/ru/LC_MESSAGES/django.po -> build/lib/horizon/locale/ru/LC_MESSAGES copying horizon/locale/ru/LC_MESSAGES/djangojs.mo -> build/lib/horizon/locale/ru/LC_MESSAGES copying horizon/locale/ru/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/ru/LC_MESSAGES creating build/lib/horizon/locale/zh_CN creating build/lib/horizon/locale/zh_CN/LC_MESSAGES copying horizon/locale/zh_CN/LC_MESSAGES/django.mo -> build/lib/horizon/locale/zh_CN/LC_MESSAGES copying horizon/locale/zh_CN/LC_MESSAGES/django.po -> build/lib/horizon/locale/zh_CN/LC_MESSAGES copying horizon/locale/zh_CN/LC_MESSAGES/djangojs.mo -> build/lib/horizon/locale/zh_CN/LC_MESSAGES copying horizon/locale/zh_CN/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/zh_CN/LC_MESSAGES creating build/lib/horizon/locale/zh_TW creating build/lib/horizon/locale/zh_TW/LC_MESSAGES copying horizon/locale/zh_TW/LC_MESSAGES/django.mo -> build/lib/horizon/locale/zh_TW/LC_MESSAGES copying horizon/locale/zh_TW/LC_MESSAGES/django.po -> build/lib/horizon/locale/zh_TW/LC_MESSAGES copying horizon/locale/zh_TW/LC_MESSAGES/djangojs.mo -> build/lib/horizon/locale/zh_TW/LC_MESSAGES copying horizon/locale/zh_TW/LC_MESSAGES/djangojs.po -> build/lib/horizon/locale/zh_TW/LC_MESSAGES creating build/lib/horizon/static creating build/lib/horizon/static/angular copying horizon/static/angular/styles.scss -> build/lib/horizon/static/angular copying horizon/static/angular/widget.module.js -> build/lib/horizon/static/angular creating build/lib/horizon/static/angular/action-list copying horizon/static/angular/action-list/action-list.js -> build/lib/horizon/static/angular/action-list copying horizon/static/angular/action-list/action-list.scss -> build/lib/horizon/static/angular/action-list copying horizon/static/angular/action-list/action-list.spec.js -> build/lib/horizon/static/angular/action-list copying horizon/static/angular/action-list/action.html -> build/lib/horizon/static/angular/action-list copying horizon/static/angular/action-list/button-tooltip.js -> build/lib/horizon/static/angular/action-list copying horizon/static/angular/action-list/menu-item.html -> build/lib/horizon/static/angular/action-list copying horizon/static/angular/action-list/menu.html -> build/lib/horizon/static/angular/action-list copying horizon/static/angular/action-list/single-button.html -> build/lib/horizon/static/angular/action-list copying horizon/static/angular/action-list/split-button.html -> build/lib/horizon/static/angular/action-list copying horizon/static/angular/action-list/warning-tooltip.html -> build/lib/horizon/static/angular/action-list creating build/lib/horizon/static/angular/bind-scope copying horizon/static/angular/bind-scope/bind-scope.js -> build/lib/horizon/static/angular/bind-scope copying horizon/static/angular/bind-scope/bind-scope.spec.js -> build/lib/horizon/static/angular/bind-scope creating build/lib/horizon/static/angular/charts copying horizon/static/angular/charts/chart-tooltip.html -> build/lib/horizon/static/angular/charts copying horizon/static/angular/charts/chart-tooltip.js -> build/lib/horizon/static/angular/charts copying horizon/static/angular/charts/chart-tooltip.scss -> build/lib/horizon/static/angular/charts copying horizon/static/angular/charts/charts.js -> build/lib/horizon/static/angular/charts copying horizon/static/angular/charts/pie-chart.html -> build/lib/horizon/static/angular/charts copying horizon/static/angular/charts/pie-chart.js -> build/lib/horizon/static/angular/charts copying horizon/static/angular/charts/pie-chart.scss -> build/lib/horizon/static/angular/charts copying horizon/static/angular/charts/pie-chart.spec.js -> build/lib/horizon/static/angular/charts creating build/lib/horizon/static/angular/form copying horizon/static/angular/form/form.js -> build/lib/horizon/static/angular/form copying horizon/static/angular/form/form.spec.js -> build/lib/horizon/static/angular/form creating build/lib/horizon/static/angular/help-panel copying horizon/static/angular/help-panel/help-panel.html -> build/lib/horizon/static/angular/help-panel copying horizon/static/angular/help-panel/help-panel.js -> build/lib/horizon/static/angular/help-panel copying horizon/static/angular/help-panel/help-panel.scss -> build/lib/horizon/static/angular/help-panel copying horizon/static/angular/help-panel/help-panel.spec.js -> build/lib/horizon/static/angular/help-panel creating build/lib/horizon/static/angular/login copying horizon/static/angular/login/login.js -> build/lib/horizon/static/angular/login copying horizon/static/angular/login/login.spec.js -> build/lib/horizon/static/angular/login creating build/lib/horizon/static/angular/magic-search copying horizon/static/angular/magic-search/magic-search.html -> build/lib/horizon/static/angular/magic-search copying horizon/static/angular/magic-search/magic-search.js -> build/lib/horizon/static/angular/magic-search copying horizon/static/angular/magic-search/magic-search.scss -> build/lib/horizon/static/angular/magic-search creating build/lib/horizon/static/angular/metadata-display copying horizon/static/angular/metadata-display/metadata-display.html -> build/lib/horizon/static/angular/metadata-display copying horizon/static/angular/metadata-display/metadata-display.js -> build/lib/horizon/static/angular/metadata-display copying horizon/static/angular/metadata-display/metadata-display.scss -> build/lib/horizon/static/angular/metadata-display copying horizon/static/angular/metadata-display/metadata-display.spec.js -> build/lib/horizon/static/angular/metadata-display creating build/lib/horizon/static/angular/metadata-tree copying horizon/static/angular/metadata-tree/metadata-tree-item.html -> build/lib/horizon/static/angular/metadata-tree copying horizon/static/angular/metadata-tree/metadata-tree-service.js -> build/lib/horizon/static/angular/metadata-tree copying horizon/static/angular/metadata-tree/metadata-tree.html -> build/lib/horizon/static/angular/metadata-tree copying horizon/static/angular/metadata-tree/metadata-tree.js -> build/lib/horizon/static/angular/metadata-tree copying horizon/static/angular/metadata-tree/metadata-tree.scss -> build/lib/horizon/static/angular/metadata-tree copying horizon/static/angular/metadata-tree/metadata-tree.spec.js -> build/lib/horizon/static/angular/metadata-tree creating build/lib/horizon/static/angular/modal copying horizon/static/angular/modal/modal-wait-spinner.js -> build/lib/horizon/static/angular/modal copying horizon/static/angular/modal/modal-wait-spinner.scss -> build/lib/horizon/static/angular/modal copying horizon/static/angular/modal/modal-wait-spinner.spec.js -> build/lib/horizon/static/angular/modal copying horizon/static/angular/modal/modal.js -> build/lib/horizon/static/angular/modal copying horizon/static/angular/modal/modal.spec.js -> build/lib/horizon/static/angular/modal copying horizon/static/angular/modal/simple-modal.html -> build/lib/horizon/static/angular/modal creating build/lib/horizon/static/angular/table copying horizon/static/angular/table/basic-table.js -> build/lib/horizon/static/angular/table copying horizon/static/angular/table/basic-table.spec.js -> build/lib/horizon/static/angular/table copying horizon/static/angular/table/search-bar.html -> build/lib/horizon/static/angular/table copying horizon/static/angular/table/table.js -> build/lib/horizon/static/angular/table copying horizon/static/angular/table/table.scss -> build/lib/horizon/static/angular/table copying horizon/static/angular/table/table.spec.js -> build/lib/horizon/static/angular/table creating build/lib/horizon/static/angular/transfer-table copying horizon/static/angular/transfer-table/allocated.html.example -> build/lib/horizon/static/angular/transfer-table copying horizon/static/angular/transfer-table/available.html.example -> build/lib/horizon/static/angular/transfer-table copying horizon/static/angular/transfer-table/transfer-table.html -> build/lib/horizon/static/angular/transfer-table copying horizon/static/angular/transfer-table/transfer-table.js -> build/lib/horizon/static/angular/transfer-table copying horizon/static/angular/transfer-table/transfer-table.scss -> build/lib/horizon/static/angular/transfer-table copying horizon/static/angular/transfer-table/transfer-table.spec.js -> build/lib/horizon/static/angular/transfer-table creating build/lib/horizon/static/angular/validators copying horizon/static/angular/validators/validators.js -> build/lib/horizon/static/angular/validators copying horizon/static/angular/validators/validators.spec.js -> build/lib/horizon/static/angular/validators creating build/lib/horizon/static/angular/wizard copying horizon/static/angular/wizard/wizard.html -> build/lib/horizon/static/angular/wizard copying horizon/static/angular/wizard/wizard.js -> build/lib/horizon/static/angular/wizard copying horizon/static/angular/wizard/wizard.scss -> build/lib/horizon/static/angular/wizard copying horizon/static/angular/wizard/wizard.spec.js -> build/lib/horizon/static/angular/wizard creating build/lib/horizon/static/angular/workflow copying horizon/static/angular/workflow/workflow.js -> build/lib/horizon/static/angular/workflow copying horizon/static/angular/workflow/workflow.spec.js -> build/lib/horizon/static/angular/workflow creating build/lib/horizon/static/horizon creating build/lib/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.accordion_nav.js -> build/lib/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.communication.js -> build/lib/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.d3barchart.js -> build/lib/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.d3linechart.js -> build/lib/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.d3piechart.js -> build/lib/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.datepickers.js -> build/lib/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.firewalls.js -> build/lib/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.forms.js -> build/lib/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.formset_table.js -> build/lib/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.heattop.js -> build/lib/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.images.js -> build/lib/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.instances.js -> build/lib/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.js -> build/lib/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.membership.js -> build/lib/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.messages.js -> build/lib/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.metering.js -> build/lib/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.modals.js -> build/lib/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.networktopology.js -> build/lib/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.quota.js -> build/lib/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.tables.js -> build/lib/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.tables_inline_edit.js -> build/lib/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.tabs.js -> build/lib/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.templates.js -> build/lib/horizon/static/horizon/js copying horizon/static/horizon/js/horizon.users.js -> build/lib/horizon/static/horizon/js creating build/lib/horizon/static/horizon/js/angular copying horizon/static/horizon/js/angular/horizon.conf.js -> build/lib/horizon/static/horizon/js/angular copying horizon/static/horizon/js/angular/horizon.js -> build/lib/horizon/static/horizon/js/angular copying horizon/static/horizon/js/angular/hz.api.module.js -> build/lib/horizon/static/horizon/js/angular creating build/lib/horizon/static/horizon/js/angular/controllers copying horizon/static/horizon/js/angular/controllers/dummy.js -> build/lib/horizon/static/horizon/js/angular/controllers copying horizon/static/horizon/js/angular/controllers/modal-form-update-metadata-ctrl.js -> build/lib/horizon/static/horizon/js/angular/controllers copying horizon/static/horizon/js/angular/controllers/namespace-controller.js -> build/lib/horizon/static/horizon/js/angular/controllers creating build/lib/horizon/static/horizon/js/angular/directives copying horizon/static/horizon/js/angular/directives/forms.js -> build/lib/horizon/static/horizon/js/angular/directives copying horizon/static/horizon/js/angular/directives/serialConsole.js -> build/lib/horizon/static/horizon/js/angular/directives creating build/lib/horizon/static/horizon/js/angular/filters copying horizon/static/horizon/js/angular/filters/filters.js -> build/lib/horizon/static/horizon/js/angular/filters copying horizon/static/horizon/js/angular/filters/filters.spec.js -> build/lib/horizon/static/horizon/js/angular/filters creating build/lib/horizon/static/horizon/js/angular/services copying horizon/static/horizon/js/angular/services/horizon.utils.js -> build/lib/horizon/static/horizon/js/angular/services copying horizon/static/horizon/js/angular/services/hz.api.cinder.js -> build/lib/horizon/static/horizon/js/angular/services copying horizon/static/horizon/js/angular/services/hz.api.config.js -> build/lib/horizon/static/horizon/js/angular/services copying horizon/static/horizon/js/angular/services/hz.api.config.spec.js -> build/lib/horizon/static/horizon/js/angular/services copying horizon/static/horizon/js/angular/services/hz.api.glance.js -> build/lib/horizon/static/horizon/js/angular/services copying horizon/static/horizon/js/angular/services/hz.api.keystone.js -> build/lib/horizon/static/horizon/js/angular/services copying horizon/static/horizon/js/angular/services/hz.api.neutron.js -> build/lib/horizon/static/horizon/js/angular/services copying horizon/static/horizon/js/angular/services/hz.api.nova.js -> build/lib/horizon/static/horizon/js/angular/services copying horizon/static/horizon/js/angular/services/hz.api.policy.js -> build/lib/horizon/static/horizon/js/angular/services copying horizon/static/horizon/js/angular/services/hz.api.security-group.js -> build/lib/horizon/static/horizon/js/angular/services copying horizon/static/horizon/js/angular/services/hz.api.service.js -> build/lib/horizon/static/horizon/js/angular/services copying horizon/static/horizon/js/angular/services/hz.api.service.spec.js -> build/lib/horizon/static/horizon/js/angular/services creating build/lib/horizon/static/horizon/lib creating build/lib/horizon/static/horizon/lib/jquery copying horizon/static/horizon/lib/jquery/jquery.bootstrap.wizard.js -> build/lib/horizon/static/horizon/lib/jquery creating build/lib/horizon/static/horizon/tests copying horizon/static/horizon/tests/instances.js -> build/lib/horizon/static/horizon/tests copying horizon/static/horizon/tests/messages.js -> build/lib/horizon/static/horizon/tests copying horizon/static/horizon/tests/modals.js -> build/lib/horizon/static/horizon/tests copying horizon/static/horizon/tests/tables.js -> build/lib/horizon/static/horizon/tests copying horizon/static/horizon/tests/templates.js -> build/lib/horizon/static/horizon/tests creating build/lib/horizon/static/horizon/tests/jasmine copying horizon/static/horizon/tests/jasmine/utils.spec.js -> build/lib/horizon/static/horizon/tests/jasmine creating build/lib/horizon/templates copying horizon/templates/_header.html -> build/lib/horizon/templates copying horizon/templates/_stylesheets.html -> build/lib/horizon/templates copying horizon/templates/base.html -> build/lib/horizon/templates creating build/lib/horizon/templates/auth copying horizon/templates/auth/_description.html -> build/lib/horizon/templates/auth copying horizon/templates/auth/_login.html -> build/lib/horizon/templates/auth copying horizon/templates/auth/login.html -> build/lib/horizon/templates/auth creating build/lib/horizon/templates/horizon copying horizon/templates/horizon/_accordion_nav.html -> build/lib/horizon/templates/horizon copying horizon/templates/horizon/_conf.html -> build/lib/horizon/templates/horizon copying horizon/templates/horizon/_custom_head_js.html -> build/lib/horizon/templates/horizon copying horizon/templates/horizon/_custom_meta.html -> build/lib/horizon/templates/horizon copying horizon/templates/horizon/_messages.html -> build/lib/horizon/templates/horizon copying horizon/templates/horizon/_nav_list.html -> build/lib/horizon/templates/horizon copying horizon/templates/horizon/_scripts.html -> build/lib/horizon/templates/horizon copying horizon/templates/horizon/_subnav_list.html -> build/lib/horizon/templates/horizon copying horizon/templates/horizon/qunit.html -> build/lib/horizon/templates/horizon creating build/lib/horizon/templates/horizon/client_side copying horizon/templates/horizon/client_side/_alert_message.html -> build/lib/horizon/templates/horizon/client_side copying horizon/templates/horizon/client_side/_loading.html -> build/lib/horizon/templates/horizon/client_side copying horizon/templates/horizon/client_side/_membership.html -> build/lib/horizon/templates/horizon/client_side copying horizon/templates/horizon/client_side/_modal.html -> build/lib/horizon/templates/horizon/client_side copying horizon/templates/horizon/client_side/_script_loader.html -> build/lib/horizon/templates/horizon/client_side copying horizon/templates/horizon/client_side/_table_row.html -> build/lib/horizon/templates/horizon/client_side copying horizon/templates/horizon/client_side/template.html -> build/lib/horizon/templates/horizon/client_side copying horizon/templates/horizon/client_side/templates.html -> build/lib/horizon/templates/horizon/client_side creating build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_breadcrumb.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_data_table.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_data_table_cell.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_data_table_row.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_data_table_row_action_dropdown.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_data_table_row_action_row.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_data_table_row_actions_dropdown.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_data_table_row_actions_row.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_data_table_table_action.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_data_table_table_actions.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_detail_table.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_domain_page_header.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_form_errors.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_form_field.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_form_fields.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_formset_table.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_formset_table_row.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_horizontal_field.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_horizontal_fields.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_limit_summary.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_modal.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_modal_form.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_modal_form_add_members.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_modal_form_update_metadata.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_page_header.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_region_selector.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_resource_browser.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_sidebar.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_sidebar_module.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_tab_group.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_usage_summary.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_workflow.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_workflow_base.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_workflow_step.html -> build/lib/horizon/templates/horizon/common copying horizon/templates/horizon/common/_workflow_step_update_members.html -> build/lib/horizon/templates/horizon/common creating build/lib/horizon/templates/horizon/jasmine copying horizon/templates/horizon/jasmine/index.html -> build/lib/horizon/templates/horizon/jasmine copying horizon/templates/horizon/jasmine/jasmine.html -> build/lib/horizon/templates/horizon/jasmine creating build/lib/horizon/test/templates copying horizon/test/templates/404.html -> build/lib/horizon/test/templates copying horizon/test/templates/_tab.html -> build/lib/horizon/test/templates copying horizon/test/templates/base-sidebar.html -> build/lib/horizon/test/templates copying horizon/test/templates/tab_group.html -> build/lib/horizon/test/templates copying horizon/test/templates/workflow.html -> build/lib/horizon/test/templates creating build/lib/horizon/test/templates/registration copying horizon/test/templates/registration/login.html -> build/lib/horizon/test/templates/registration creating build/lib/horizon/test/test_dashboards/cats/kittens/templates creating build/lib/horizon/test/test_dashboards/cats/kittens/templates/kittens copying horizon/test/test_dashboards/cats/kittens/templates/kittens/index.html -> build/lib/horizon/test/test_dashboards/cats/kittens/templates/kittens creating build/lib/openstack_dashboard/dashboards/identity/users/templates creating build/lib/openstack_dashboard/dashboards/identity/users/templates/users copying openstack_dashboard/dashboards/identity/users/templates/users/_change_password.html -> build/lib/openstack_dashboard/dashboards/identity/users/templates/users copying openstack_dashboard/dashboards/identity/users/templates/users/_create.html -> build/lib/openstack_dashboard/dashboards/identity/users/templates/users copying openstack_dashboard/dashboards/identity/users/templates/users/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/identity/users/templates/users copying openstack_dashboard/dashboards/identity/users/templates/users/_update.html -> build/lib/openstack_dashboard/dashboards/identity/users/templates/users copying openstack_dashboard/dashboards/identity/users/templates/users/change_password.html -> build/lib/openstack_dashboard/dashboards/identity/users/templates/users copying openstack_dashboard/dashboards/identity/users/templates/users/create.html -> build/lib/openstack_dashboard/dashboards/identity/users/templates/users copying openstack_dashboard/dashboards/identity/users/templates/users/detail.html -> build/lib/openstack_dashboard/dashboards/identity/users/templates/users copying openstack_dashboard/dashboards/identity/users/templates/users/index.html -> build/lib/openstack_dashboard/dashboards/identity/users/templates/users copying openstack_dashboard/dashboards/identity/users/templates/users/update.html -> build/lib/openstack_dashboard/dashboards/identity/users/templates/users creating build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources/templates creating build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources/templates/data_processing.data_sources copying openstack_dashboard/dashboards/project/data_processing/data_sources/templates/data_processing.data_sources/_create_data_source_help.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources/templates/data_processing.data_sources copying openstack_dashboard/dashboards/project/data_processing/data_sources/templates/data_processing.data_sources/_details.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources/templates/data_processing.data_sources copying openstack_dashboard/dashboards/project/data_processing/data_sources/templates/data_processing.data_sources/create.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources/templates/data_processing.data_sources copying openstack_dashboard/dashboards/project/data_processing/data_sources/templates/data_processing.data_sources/data_sources.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources/templates/data_processing.data_sources copying openstack_dashboard/dashboards/project/data_processing/data_sources/templates/data_processing.data_sources/details.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources/templates/data_processing.data_sources creating build/lib/openstack_dashboard/dashboards/project/data_processing/job_executions/templates creating build/lib/openstack_dashboard/dashboards/project/data_processing/job_executions/templates/data_processing.job_executions copying openstack_dashboard/dashboards/project/data_processing/job_executions/templates/data_processing.job_executions/_details.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/job_executions/templates/data_processing.job_executions copying openstack_dashboard/dashboards/project/data_processing/job_executions/templates/data_processing.job_executions/details.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/job_executions/templates/data_processing.job_executions copying openstack_dashboard/dashboards/project/data_processing/job_executions/templates/data_processing.job_executions/job_executions.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/job_executions/templates/data_processing.job_executions creating build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/templates creating build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs copying openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs/_create_job_help.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs copying openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs/_create_job_libs_help.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs copying openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs/_details.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs copying openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs/_launch_job_configure_help.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs copying openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs/_launch_job_help.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs copying openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs/config_template.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs copying openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs/create.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs copying openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs/details.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs copying openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs/jobs.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs copying openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs/launch.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs copying openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs/library_template.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs creating build/lib/openstack_dashboard/dashboards/project/data_processing/job_binaries/templates creating build/lib/openstack_dashboard/dashboards/project/data_processing/job_binaries/templates/data_processing.job_binaries copying openstack_dashboard/dashboards/project/data_processing/job_binaries/templates/data_processing.job_binaries/_create.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/job_binaries/templates/data_processing.job_binaries copying openstack_dashboard/dashboards/project/data_processing/job_binaries/templates/data_processing.job_binaries/_create_job_binary_help.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/job_binaries/templates/data_processing.job_binaries copying openstack_dashboard/dashboards/project/data_processing/job_binaries/templates/data_processing.job_binaries/_details.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/job_binaries/templates/data_processing.job_binaries copying openstack_dashboard/dashboards/project/data_processing/job_binaries/templates/data_processing.job_binaries/create.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/job_binaries/templates/data_processing.job_binaries copying openstack_dashboard/dashboards/project/data_processing/job_binaries/templates/data_processing.job_binaries/details.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/job_binaries/templates/data_processing.job_binaries copying openstack_dashboard/dashboards/project/data_processing/job_binaries/templates/data_processing.job_binaries/job_binaries.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/job_binaries/templates/data_processing.job_binaries creating build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/templates creating build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters copying openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters/_configure_general_help.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters copying openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters/_create_cluster.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters copying openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters/_create_general_help.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters copying openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters/_details.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters copying openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters/_instances_details.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters copying openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters/_nodegroups_details.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters copying openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters/_rich_status.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters copying openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters/clusters.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters copying openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters/configure.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters copying openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters/create.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters copying openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters/create_cluster.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters copying openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters/details.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters copying openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters/scale.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters creating build/lib/openstack_dashboard/dashboards/project/data_processing/wizard/templates creating build/lib/openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard copying openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard/_job_type_select.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard copying openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard/_job_type_select_help.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard copying openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard/_plugin_select.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard copying openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard/_plugin_select_help.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard copying openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard/cluster_guide.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard copying openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard/job_type_select.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard copying openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard/jobex_guide.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard copying openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard/plugin_select.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard copying openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard/wizard.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard creating build/lib/openstack_dashboard/dashboards/settings/password/templates creating build/lib/openstack_dashboard/dashboards/settings/password/templates/password copying openstack_dashboard/dashboards/settings/password/templates/password/_change.html -> build/lib/openstack_dashboard/dashboards/settings/password/templates/password copying openstack_dashboard/dashboards/settings/password/templates/password/change.html -> build/lib/openstack_dashboard/dashboards/settings/password/templates/password creating build/lib/openstack_dashboard/dashboards/admin/metering/templates creating build/lib/openstack_dashboard/dashboards/admin/metering/templates/metering copying openstack_dashboard/dashboards/admin/metering/templates/metering/_daily.html -> build/lib/openstack_dashboard/dashboards/admin/metering/templates/metering copying openstack_dashboard/dashboards/admin/metering/templates/metering/daily.html -> build/lib/openstack_dashboard/dashboards/admin/metering/templates/metering copying openstack_dashboard/dashboards/admin/metering/templates/metering/index.html -> build/lib/openstack_dashboard/dashboards/admin/metering/templates/metering copying openstack_dashboard/dashboards/admin/metering/templates/metering/stats.html -> build/lib/openstack_dashboard/dashboards/admin/metering/templates/metering creating build/lib/openstack_dashboard/test/test_panels/plugin_panel/static creating build/lib/openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel copying openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel/plugin_module.js -> build/lib/openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel creating build/lib/openstack_dashboard/test/test_panels/plugin_panel/templates creating build/lib/openstack_dashboard/test/test_panels/plugin_panel/templates/plugin_panel copying openstack_dashboard/test/test_panels/plugin_panel/templates/plugin_panel/index.html -> build/lib/openstack_dashboard/test/test_panels/plugin_panel/templates/plugin_panel creating build/lib/openstack_dashboard/dashboards/project/database_backups/templates creating build/lib/openstack_dashboard/dashboards/project/database_backups/templates/database_backups copying openstack_dashboard/dashboards/project/database_backups/templates/database_backups/_backup_details_help.html -> build/lib/openstack_dashboard/dashboards/project/database_backups/templates/database_backups copying openstack_dashboard/dashboards/project/database_backups/templates/database_backups/backup.html -> build/lib/openstack_dashboard/dashboards/project/database_backups/templates/database_backups copying openstack_dashboard/dashboards/project/database_backups/templates/database_backups/details.html -> build/lib/openstack_dashboard/dashboards/project/database_backups/templates/database_backups copying openstack_dashboard/dashboards/project/database_backups/templates/database_backups/index.html -> build/lib/openstack_dashboard/dashboards/project/database_backups/templates/database_backups creating build/lib/openstack_dashboard/dashboards/identity/projects/templates creating build/lib/openstack_dashboard/dashboards/identity/projects/templates/projects copying openstack_dashboard/dashboards/identity/projects/templates/projects/_common_horizontal_form.html -> build/lib/openstack_dashboard/dashboards/identity/projects/templates/projects copying openstack_dashboard/dashboards/identity/projects/templates/projects/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/identity/projects/templates/projects copying openstack_dashboard/dashboards/identity/projects/templates/projects/detail.html -> build/lib/openstack_dashboard/dashboards/identity/projects/templates/projects copying openstack_dashboard/dashboards/identity/projects/templates/projects/index.html -> build/lib/openstack_dashboard/dashboards/identity/projects/templates/projects copying openstack_dashboard/dashboards/identity/projects/templates/projects/usage.html -> build/lib/openstack_dashboard/dashboards/identity/projects/templates/projects creating build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates creating build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates copying openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_configure_general_help.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates copying openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_create_general_help.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates copying openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_details.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates copying openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_nodegroups_details.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates copying openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_upload_file.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates copying openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/cluster_node_groups_template.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates copying openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/cluster_templates.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates copying openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/configure.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates copying openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/create.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates copying openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/details.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates copying openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/upload_file.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates creating build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates creating build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/_member_details.html -> build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/_members_tab.html -> build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/_monitor_details.html -> build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/_monitors_tab.html -> build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/_pool_details.html -> build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/_pools_tab.html -> build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/_updatemember.html -> build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/_updatemonitor.html -> build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/_updatepool.html -> build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/_updatevip.html -> build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/_vip_details.html -> build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/details_tabs.html -> build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/updatemember.html -> build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/updatemonitor.html -> build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/updatepool.html -> build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/updatevip.html -> build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers creating build/lib/openstack_dashboard/dashboards/settings/user/templates creating build/lib/openstack_dashboard/dashboards/settings/user/templates/user copying openstack_dashboard/dashboards/settings/user/templates/user/_settings.html -> build/lib/openstack_dashboard/dashboards/settings/user/templates/user copying openstack_dashboard/dashboards/settings/user/templates/user/settings.html -> build/lib/openstack_dashboard/dashboards/settings/user/templates/user creating build/lib/openstack_dashboard/dashboards/admin/overview/templates creating build/lib/openstack_dashboard/dashboards/admin/overview/templates/overview copying openstack_dashboard/dashboards/admin/overview/templates/overview/usage.csv -> build/lib/openstack_dashboard/dashboards/admin/overview/templates/overview copying openstack_dashboard/dashboards/admin/overview/templates/overview/usage.html -> build/lib/openstack_dashboard/dashboards/admin/overview/templates/overview creating build/lib/openstack_dashboard/dashboards/theme/locale creating build/lib/openstack_dashboard/dashboards/theme/locale/ja creating build/lib/openstack_dashboard/dashboards/theme/locale/ja/LC_MESSAGES copying openstack_dashboard/dashboards/theme/locale/ja/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/dashboards/theme/locale/ja/LC_MESSAGES creating build/lib/openstack_dashboard/dashboards/theme/locale/zh_CN creating build/lib/openstack_dashboard/dashboards/theme/locale/zh_CN/LC_MESSAGES copying openstack_dashboard/dashboards/theme/locale/zh_CN/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/dashboards/theme/locale/zh_CN/LC_MESSAGES creating build/lib/openstack_dashboard/dashboards/theme/static creating build/lib/openstack_dashboard/dashboards/theme/static/dashboard creating build/lib/openstack_dashboard/dashboards/theme/static/dashboard/css copying openstack_dashboard/dashboards/theme/static/dashboard/css/font-awesome.min.css -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/css creating build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/FontAwesome.otf -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Bold-webfont.eot -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Bold-webfont.svg -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Bold-webfont.ttf -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Bold-webfont.woff -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-BoldItalic-webfont.eot -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-BoldItalic-webfont.svg -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-BoldItalic-webfont.ttf -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-BoldItalic-webfont.woff -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-ExtraBold-webfont.eot -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-ExtraBold-webfont.svg -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-ExtraBold-webfont.ttf -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-ExtraBold-webfont.woff -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-ExtraBoldItalic-webfont.eot -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-ExtraBoldItalic-webfont.svg -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-ExtraBoldItalic-webfont.ttf -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-ExtraBoldItalic-webfont.woff -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Italic-webfont.eot -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Italic-webfont.svg -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Italic-webfont.ttf -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Italic-webfont.woff -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Light-webfont.eot -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Light-webfont.svg -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Light-webfont.ttf -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Light-webfont.woff -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-LightItalic-webfont.eot -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-LightItalic-webfont.svg -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-LightItalic-webfont.ttf -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-LightItalic-webfont.woff -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Regular-webfont.eot -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Regular-webfont.svg -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Regular-webfont.ttf -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Regular-webfont.woff -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Semibold-webfont.eot -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Semibold-webfont.svg -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Semibold-webfont.ttf -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Semibold-webfont.woff -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-SemiboldItalic-webfont.eot -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-SemiboldItalic-webfont.svg -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-SemiboldItalic-webfont.ttf -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-SemiboldItalic-webfont.woff -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/RCUEIcons-webfont.eot -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/RCUEIcons-webfont.svg -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/RCUEIcons-webfont.ttf -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/RCUEIcons-webfont.woff -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/font-awesome.min.css -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/fontawesome-webfont.eot -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/fontawesome-webfont.svg -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/fontawesome-webfont.ttf -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/fontawesome-webfont.woff -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying openstack_dashboard/dashboards/theme/static/dashboard/fonts/logo.svg -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts creating build/lib/openstack_dashboard/dashboards/theme/static/dashboard/img copying openstack_dashboard/dashboards/theme/static/dashboard/img/bg-login.jpg -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/img copying openstack_dashboard/dashboards/theme/static/dashboard/img/rdo-logo-white.png -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/img copying openstack_dashboard/dashboards/theme/static/dashboard/img/rh-logo.png -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/img copying openstack_dashboard/dashboards/theme/static/dashboard/img/rhfavicon.ico -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/img creating build/lib/openstack_dashboard/dashboards/theme/static/dashboard/less copying openstack_dashboard/dashboards/theme/static/dashboard/less/rhtheme.less -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/less creating build/lib/openstack_dashboard/dashboards/theme/static/dashboard/less/rcue copying openstack_dashboard/dashboards/theme/static/dashboard/less/rcue/fonts.less -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/less/rcue copying openstack_dashboard/dashboards/theme/static/dashboard/less/rcue/icons.less -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/less/rcue copying openstack_dashboard/dashboards/theme/static/dashboard/less/rcue/login.less -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/less/rcue copying openstack_dashboard/dashboards/theme/static/dashboard/less/rcue/navbar.less -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/less/rcue copying openstack_dashboard/dashboards/theme/static/dashboard/less/rcue/variables.less -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/less/rcue creating build/lib/openstack_dashboard/dashboards/theme/static/dashboard/scss copying openstack_dashboard/dashboards/theme/static/dashboard/scss/rhtheme.scss -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/scss creating build/lib/openstack_dashboard/dashboards/theme/static/dashboard/scss/rcue copying openstack_dashboard/dashboards/theme/static/dashboard/scss/rcue/_fonts.scss -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/scss/rcue copying openstack_dashboard/dashboards/theme/static/dashboard/scss/rcue/_icons.scss -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/scss/rcue copying openstack_dashboard/dashboards/theme/static/dashboard/scss/rcue/_login.scss -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/scss/rcue copying openstack_dashboard/dashboards/theme/static/dashboard/scss/rcue/_navbar.scss -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/scss/rcue copying openstack_dashboard/dashboards/theme/static/dashboard/scss/rcue/_variables.scss -> build/lib/openstack_dashboard/dashboards/theme/static/dashboard/scss/rcue creating build/lib/openstack_dashboard/dashboards/theme/templates copying openstack_dashboard/dashboards/theme/templates/_header.html -> build/lib/openstack_dashboard/dashboards/theme/templates copying openstack_dashboard/dashboards/theme/templates/_stylesheets.html -> build/lib/openstack_dashboard/dashboards/theme/templates copying openstack_dashboard/dashboards/theme/templates/base.html -> build/lib/openstack_dashboard/dashboards/theme/templates copying openstack_dashboard/dashboards/theme/templates/splash.html -> build/lib/openstack_dashboard/dashboards/theme/templates creating build/lib/openstack_dashboard/dashboards/theme/templates/auth copying openstack_dashboard/dashboards/theme/templates/auth/_login.html -> build/lib/openstack_dashboard/dashboards/theme/templates/auth copying openstack_dashboard/dashboards/theme/templates/auth/login.html -> build/lib/openstack_dashboard/dashboards/theme/templates/auth creating build/lib/openstack_dashboard/dashboards/theme/templates/horizon copying openstack_dashboard/dashboards/theme/templates/horizon/_nav_list.html -> build/lib/openstack_dashboard/dashboards/theme/templates/horizon copying openstack_dashboard/dashboards/theme/templates/horizon/_subnav_list.html -> build/lib/openstack_dashboard/dashboards/theme/templates/horizon creating build/lib/openstack_dashboard/dashboards/theme/templates/horizon/common copying openstack_dashboard/dashboards/theme/templates/horizon/common/_region_selector.html -> build/lib/openstack_dashboard/dashboards/theme/templates/horizon/common copying openstack_dashboard/dashboards/theme/templates/horizon/common/_sidebar.html -> build/lib/openstack_dashboard/dashboards/theme/templates/horizon/common creating build/lib/openstack_dashboard/dashboards/project/firewalls/templates creating build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_add_router_to_firewall.html -> build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_firewall_details.html -> build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_insert_rule_to_policy.html -> build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_policy_details.html -> build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_remove_router_from_firewall.html -> build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_remove_rule_from_policy.html -> build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_rule_details.html -> build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_update_router_help.html -> build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_update_routers.html -> build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_update_rule_help.html -> build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_update_rules.html -> build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_updatefirewall.html -> build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_updatepolicy.html -> build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_updaterule.html -> build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying openstack_dashboard/dashboards/project/firewalls/templates/firewalls/add_router_to_firewall.html -> build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying openstack_dashboard/dashboards/project/firewalls/templates/firewalls/addfirewall.html -> build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying openstack_dashboard/dashboards/project/firewalls/templates/firewalls/addpolicy.html -> build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying openstack_dashboard/dashboards/project/firewalls/templates/firewalls/addrule.html -> build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying openstack_dashboard/dashboards/project/firewalls/templates/firewalls/details_tabs.html -> build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying openstack_dashboard/dashboards/project/firewalls/templates/firewalls/insert_rule_to_policy.html -> build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying openstack_dashboard/dashboards/project/firewalls/templates/firewalls/remove_router_from_firewall.html -> build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying openstack_dashboard/dashboards/project/firewalls/templates/firewalls/remove_rule_from_policy.html -> build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying openstack_dashboard/dashboards/project/firewalls/templates/firewalls/updatefirewall.html -> build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying openstack_dashboard/dashboards/project/firewalls/templates/firewalls/updatepolicy.html -> build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying openstack_dashboard/dashboards/project/firewalls/templates/firewalls/updaterule.html -> build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls creating build/lib/openstack_dashboard/dashboards/project/vpn/templates creating build/lib/openstack_dashboard/dashboards/project/vpn/templates/vpn copying openstack_dashboard/dashboards/project/vpn/templates/vpn/_ikepolicy_details.html -> build/lib/openstack_dashboard/dashboards/project/vpn/templates/vpn copying openstack_dashboard/dashboards/project/vpn/templates/vpn/_ipsecpolicy_details.html -> build/lib/openstack_dashboard/dashboards/project/vpn/templates/vpn copying openstack_dashboard/dashboards/project/vpn/templates/vpn/_ipsecsiteconnection_details.html -> build/lib/openstack_dashboard/dashboards/project/vpn/templates/vpn copying openstack_dashboard/dashboards/project/vpn/templates/vpn/_update_ikepolicy.html -> build/lib/openstack_dashboard/dashboards/project/vpn/templates/vpn copying openstack_dashboard/dashboards/project/vpn/templates/vpn/_update_ipsecpolicy.html -> build/lib/openstack_dashboard/dashboards/project/vpn/templates/vpn copying openstack_dashboard/dashboards/project/vpn/templates/vpn/_update_ipsecsiteconnection.html -> build/lib/openstack_dashboard/dashboards/project/vpn/templates/vpn copying openstack_dashboard/dashboards/project/vpn/templates/vpn/_update_vpnservice.html -> build/lib/openstack_dashboard/dashboards/project/vpn/templates/vpn copying openstack_dashboard/dashboards/project/vpn/templates/vpn/_vpnservice_details.html -> build/lib/openstack_dashboard/dashboards/project/vpn/templates/vpn copying openstack_dashboard/dashboards/project/vpn/templates/vpn/details_tabs.html -> build/lib/openstack_dashboard/dashboards/project/vpn/templates/vpn copying openstack_dashboard/dashboards/project/vpn/templates/vpn/index.html -> build/lib/openstack_dashboard/dashboards/project/vpn/templates/vpn copying openstack_dashboard/dashboards/project/vpn/templates/vpn/update_ikepolicy.html -> build/lib/openstack_dashboard/dashboards/project/vpn/templates/vpn copying openstack_dashboard/dashboards/project/vpn/templates/vpn/update_ipsecpolicy.html -> build/lib/openstack_dashboard/dashboards/project/vpn/templates/vpn copying openstack_dashboard/dashboards/project/vpn/templates/vpn/update_ipsecsiteconnection.html -> build/lib/openstack_dashboard/dashboards/project/vpn/templates/vpn copying openstack_dashboard/dashboards/project/vpn/templates/vpn/update_vpnservice.html -> build/lib/openstack_dashboard/dashboards/project/vpn/templates/vpn creating build/lib/openstack_dashboard/dashboards/project/images/templates creating build/lib/openstack_dashboard/dashboards/project/images/templates/images copying openstack_dashboard/dashboards/project/images/templates/images/index.html -> build/lib/openstack_dashboard/dashboards/project/images/templates/images creating build/lib/openstack_dashboard/dashboards/project/images/templates/images/images copying openstack_dashboard/dashboards/project/images/templates/images/images/_create.html -> build/lib/openstack_dashboard/dashboards/project/images/templates/images/images copying openstack_dashboard/dashboards/project/images/templates/images/images/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/project/images/templates/images/images copying openstack_dashboard/dashboards/project/images/templates/images/images/_update.html -> build/lib/openstack_dashboard/dashboards/project/images/templates/images/images copying openstack_dashboard/dashboards/project/images/templates/images/images/create.html -> build/lib/openstack_dashboard/dashboards/project/images/templates/images/images copying openstack_dashboard/dashboards/project/images/templates/images/images/detail.html -> build/lib/openstack_dashboard/dashboards/project/images/templates/images/images copying openstack_dashboard/dashboards/project/images/templates/images/images/update.html -> build/lib/openstack_dashboard/dashboards/project/images/templates/images/images creating build/lib/openstack_dashboard/dashboards/project/images/templates/images/snapshots copying openstack_dashboard/dashboards/project/images/templates/images/snapshots/_create.html -> build/lib/openstack_dashboard/dashboards/project/images/templates/images/snapshots copying openstack_dashboard/dashboards/project/images/templates/images/snapshots/create.html -> build/lib/openstack_dashboard/dashboards/project/images/templates/images/snapshots creating build/lib/openstack_dashboard/dashboards/admin/routers/templates creating build/lib/openstack_dashboard/dashboards/admin/routers/templates/routers copying openstack_dashboard/dashboards/admin/routers/templates/routers/detail.html -> build/lib/openstack_dashboard/dashboards/admin/routers/templates/routers copying openstack_dashboard/dashboards/admin/routers/templates/routers/index.html -> build/lib/openstack_dashboard/dashboards/admin/routers/templates/routers copying openstack_dashboard/dashboards/admin/routers/templates/routers/update.html -> build/lib/openstack_dashboard/dashboards/admin/routers/templates/routers copying openstack_dashboard/local/enabled/_40_router.py.example -> build/lib/openstack_dashboard/local/enabled creating build/lib/openstack_dashboard/dashboards/project/overview/templates creating build/lib/openstack_dashboard/dashboards/project/overview/templates/overview copying openstack_dashboard/dashboards/project/overview/templates/overview/usage.csv -> build/lib/openstack_dashboard/dashboards/project/overview/templates/overview copying openstack_dashboard/dashboards/project/overview/templates/overview/usage.html -> build/lib/openstack_dashboard/dashboards/project/overview/templates/overview creating build/lib/openstack_dashboard/dashboards/project/networks/templates creating build/lib/openstack_dashboard/dashboards/project/networks/templates/networks copying openstack_dashboard/dashboards/project/networks/templates/networks/_create.html -> build/lib/openstack_dashboard/dashboards/project/networks/templates/networks copying openstack_dashboard/dashboards/project/networks/templates/networks/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/project/networks/templates/networks copying openstack_dashboard/dashboards/project/networks/templates/networks/_network_ips.html -> build/lib/openstack_dashboard/dashboards/project/networks/templates/networks copying openstack_dashboard/dashboards/project/networks/templates/networks/_update.html -> build/lib/openstack_dashboard/dashboards/project/networks/templates/networks copying openstack_dashboard/dashboards/project/networks/templates/networks/create.html -> build/lib/openstack_dashboard/dashboards/project/networks/templates/networks copying openstack_dashboard/dashboards/project/networks/templates/networks/detail.html -> build/lib/openstack_dashboard/dashboards/project/networks/templates/networks copying openstack_dashboard/dashboards/project/networks/templates/networks/index.html -> build/lib/openstack_dashboard/dashboards/project/networks/templates/networks copying openstack_dashboard/dashboards/project/networks/templates/networks/update.html -> build/lib/openstack_dashboard/dashboards/project/networks/templates/networks creating build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/ports copying openstack_dashboard/dashboards/project/networks/templates/networks/ports/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/ports copying openstack_dashboard/dashboards/project/networks/templates/networks/ports/_port_ips.html -> build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/ports copying openstack_dashboard/dashboards/project/networks/templates/networks/ports/_update.html -> build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/ports copying openstack_dashboard/dashboards/project/networks/templates/networks/ports/detail.html -> build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/ports copying openstack_dashboard/dashboards/project/networks/templates/networks/ports/update.html -> build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/ports creating build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/subnets copying openstack_dashboard/dashboards/project/networks/templates/networks/subnets/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/subnets copying openstack_dashboard/dashboards/project/networks/templates/networks/subnets/detail.html -> build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/subnets creating build/lib/openstack_dashboard/dashboards/project/access_and_security/templates creating build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security copying openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/index.html -> build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security creating build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/api_access copying openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/api_access/_credentials.html -> build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/api_access copying openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/api_access/credentials.html -> build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/api_access copying openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/api_access/ec2rc.sh.template -> build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/api_access copying openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/api_access/openrc.sh.template -> build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/api_access creating build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/floating_ips copying openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/floating_ips/_allocate.html -> build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/floating_ips copying openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/floating_ips/allocate.html -> build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/floating_ips creating build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/keypairs copying openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/keypairs/_create.html -> build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/keypairs copying openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/keypairs/_import.html -> build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/keypairs copying openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/keypairs/create.html -> build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/keypairs copying openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/keypairs/detail.html -> build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/keypairs copying openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/keypairs/download.html -> build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/keypairs copying openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/keypairs/import.html -> build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/keypairs creating build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/security_groups copying openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/security_groups/_add_rule.html -> build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/security_groups copying openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/security_groups/_create.html -> build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/security_groups copying openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/security_groups/_update.html -> build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/security_groups copying openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/security_groups/add_rule.html -> build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/security_groups copying openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/security_groups/create.html -> build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/security_groups copying openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/security_groups/detail.html -> build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/security_groups copying openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/security_groups/update.html -> build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/security_groups creating build/lib/openstack_dashboard/dashboards/admin/volumes/templates creating build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/index.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes creating build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/snapshots copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/snapshots/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/snapshots copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/snapshots/_update_status.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/snapshots copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/snapshots/update_status.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/snapshots creating build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/_associate_qos_spec.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/_create_qos_spec.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/_create_volume_type.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/_create_volume_type_encryption.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/_edit_qos_spec_consumer.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/_volume_encryption_type_detail.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/associate_qos_spec.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/create_qos_spec.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/create_volume_type.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/create_volume_type_encryption.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/edit_qos_spec_consumer.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/volume_encryption_type_detail.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/volume_types_tables.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types creating build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/extras copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/extras/_create.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/extras copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/extras/_edit.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/extras copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/extras/_index.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/extras copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/extras/create.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/extras copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/extras/edit.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/extras copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/extras/index.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/extras creating build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/qos_specs copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/qos_specs/_create.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/qos_specs copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/qos_specs/_edit.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/qos_specs copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/qos_specs/_index.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/qos_specs copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/qos_specs/create.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/qos_specs copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/qos_specs/edit.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/qos_specs copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/qos_specs/index.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/qos_specs creating build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/_manage_volume.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/_unmanage_volume.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/_update_status.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/detail.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/manage_volume.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/unmanage_volume.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/update_status.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/volumes_tables.html -> build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes copying openstack_dashboard/test/integration_tests/README.rst -> build/lib/openstack_dashboard/test/integration_tests copying openstack_dashboard/test/integration_tests/horizon.conf -> build/lib/openstack_dashboard/test/integration_tests creating build/lib/openstack_dashboard/test/test_panels/second_panel/templates creating build/lib/openstack_dashboard/test/test_panels/second_panel/templates/second_panel copying openstack_dashboard/test/test_panels/second_panel/templates/second_panel/index.html -> build/lib/openstack_dashboard/test/test_panels/second_panel/templates/second_panel creating build/lib/openstack_dashboard/dashboards/admin/flavors/templates creating build/lib/openstack_dashboard/dashboards/admin/flavors/templates/flavors copying openstack_dashboard/dashboards/admin/flavors/templates/flavors/_update_metadata.html -> build/lib/openstack_dashboard/dashboards/admin/flavors/templates/flavors copying openstack_dashboard/dashboards/admin/flavors/templates/flavors/create.html -> build/lib/openstack_dashboard/dashboards/admin/flavors/templates/flavors copying openstack_dashboard/dashboards/admin/flavors/templates/flavors/index.html -> build/lib/openstack_dashboard/dashboards/admin/flavors/templates/flavors copying openstack_dashboard/dashboards/admin/flavors/templates/flavors/update.html -> build/lib/openstack_dashboard/dashboards/admin/flavors/templates/flavors copying openstack_dashboard/dashboards/admin/flavors/templates/flavors/update_metadata.html -> build/lib/openstack_dashboard/dashboards/admin/flavors/templates/flavors creating build/lib/openstack_dashboard/dashboards/project/network_topology/templates creating build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_create_router.html -> build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_post_massage.html -> build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_svg_element.html -> build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/create_router.html -> build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/iframe.html -> build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/index.html -> build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology creating build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side/_balloon_container.html -> build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side/_balloon_device.html -> build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side copying openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side/_balloon_port.html -> build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side creating build/lib/openstack_dashboard/dashboards/admin/instances/templates creating build/lib/openstack_dashboard/dashboards/admin/instances/templates/instances copying openstack_dashboard/dashboards/admin/instances/templates/instances/_live_migrate.html -> build/lib/openstack_dashboard/dashboards/admin/instances/templates/instances copying openstack_dashboard/dashboards/admin/instances/templates/instances/index.html -> build/lib/openstack_dashboard/dashboards/admin/instances/templates/instances copying openstack_dashboard/dashboards/admin/instances/templates/instances/live_migrate.html -> build/lib/openstack_dashboard/dashboards/admin/instances/templates/instances creating build/lib/openstack_dashboard/dashboards/admin/images/templates creating build/lib/openstack_dashboard/dashboards/admin/images/templates/images copying openstack_dashboard/dashboards/admin/images/templates/images/_create.html -> build/lib/openstack_dashboard/dashboards/admin/images/templates/images copying openstack_dashboard/dashboards/admin/images/templates/images/_update.html -> build/lib/openstack_dashboard/dashboards/admin/images/templates/images copying openstack_dashboard/dashboards/admin/images/templates/images/_update_metadata.html -> build/lib/openstack_dashboard/dashboards/admin/images/templates/images copying openstack_dashboard/dashboards/admin/images/templates/images/create.html -> build/lib/openstack_dashboard/dashboards/admin/images/templates/images copying openstack_dashboard/dashboards/admin/images/templates/images/index.html -> build/lib/openstack_dashboard/dashboards/admin/images/templates/images copying openstack_dashboard/dashboards/admin/images/templates/images/update.html -> build/lib/openstack_dashboard/dashboards/admin/images/templates/images copying openstack_dashboard/dashboards/admin/images/templates/images/update_metadata.html -> build/lib/openstack_dashboard/dashboards/admin/images/templates/images creating build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates creating build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/detail.html -> build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/index.html -> build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors creating build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/_disable_service.html -> build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/_evacuate_host.html -> build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/_migrate_host.html -> build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/disable_service.html -> build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/evacuate_host.html -> build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute copying openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/migrate_host.html -> build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute creating build/lib/openstack_dashboard/dashboards/project/databases/templates creating build/lib/openstack_dashboard/dashboards/project/databases/templates/databases copying openstack_dashboard/dashboards/project/databases/templates/databases/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/project/databases/templates/databases copying openstack_dashboard/dashboards/project/databases/templates/databases/_detail_overview_cassandra.html -> build/lib/openstack_dashboard/dashboards/project/databases/templates/databases copying openstack_dashboard/dashboards/project/databases/templates/databases/_detail_overview_couchbase.html -> build/lib/openstack_dashboard/dashboards/project/databases/templates/databases copying openstack_dashboard/dashboards/project/databases/templates/databases/_detail_overview_mongodb.html -> build/lib/openstack_dashboard/dashboards/project/databases/templates/databases copying openstack_dashboard/dashboards/project/databases/templates/databases/_detail_overview_mysql.html -> build/lib/openstack_dashboard/dashboards/project/databases/templates/databases copying openstack_dashboard/dashboards/project/databases/templates/databases/_detail_overview_redis.html -> build/lib/openstack_dashboard/dashboards/project/databases/templates/databases copying openstack_dashboard/dashboards/project/databases/templates/databases/_launch_advanced_help.html -> build/lib/openstack_dashboard/dashboards/project/databases/templates/databases copying openstack_dashboard/dashboards/project/databases/templates/databases/_launch_details_help.html -> build/lib/openstack_dashboard/dashboards/project/databases/templates/databases copying openstack_dashboard/dashboards/project/databases/templates/databases/_launch_initialize_help.html -> build/lib/openstack_dashboard/dashboards/project/databases/templates/databases copying openstack_dashboard/dashboards/project/databases/templates/databases/_launch_network_help.html -> build/lib/openstack_dashboard/dashboards/project/databases/templates/databases copying openstack_dashboard/dashboards/project/databases/templates/databases/_launch_networks.html -> build/lib/openstack_dashboard/dashboards/project/databases/templates/databases copying openstack_dashboard/dashboards/project/databases/templates/databases/_resize_instance.html -> build/lib/openstack_dashboard/dashboards/project/databases/templates/databases copying openstack_dashboard/dashboards/project/databases/templates/databases/_resize_volume.html -> build/lib/openstack_dashboard/dashboards/project/databases/templates/databases copying openstack_dashboard/dashboards/project/databases/templates/databases/detail.html -> build/lib/openstack_dashboard/dashboards/project/databases/templates/databases copying openstack_dashboard/dashboards/project/databases/templates/databases/index.html -> build/lib/openstack_dashboard/dashboards/project/databases/templates/databases copying openstack_dashboard/dashboards/project/databases/templates/databases/launch.html -> build/lib/openstack_dashboard/dashboards/project/databases/templates/databases copying openstack_dashboard/dashboards/project/databases/templates/databases/resize_instance.html -> build/lib/openstack_dashboard/dashboards/project/databases/templates/databases copying openstack_dashboard/dashboards/project/databases/templates/databases/resize_volume.html -> build/lib/openstack_dashboard/dashboards/project/databases/templates/databases creating build/lib/openstack_dashboard/dashboards/project/containers/templates creating build/lib/openstack_dashboard/dashboards/project/containers/templates/containers copying openstack_dashboard/dashboards/project/containers/templates/containers/_container_detail.html -> build/lib/openstack_dashboard/dashboards/project/containers/templates/containers copying openstack_dashboard/dashboards/project/containers/templates/containers/_container_metadata.html -> build/lib/openstack_dashboard/dashboards/project/containers/templates/containers copying openstack_dashboard/dashboards/project/containers/templates/containers/_copy.html -> build/lib/openstack_dashboard/dashboards/project/containers/templates/containers copying openstack_dashboard/dashboards/project/containers/templates/containers/_create.html -> build/lib/openstack_dashboard/dashboards/project/containers/templates/containers copying openstack_dashboard/dashboards/project/containers/templates/containers/_create_pseudo_folder.html -> build/lib/openstack_dashboard/dashboards/project/containers/templates/containers copying openstack_dashboard/dashboards/project/containers/templates/containers/_object_detail.html -> build/lib/openstack_dashboard/dashboards/project/containers/templates/containers copying openstack_dashboard/dashboards/project/containers/templates/containers/_update.html -> build/lib/openstack_dashboard/dashboards/project/containers/templates/containers copying openstack_dashboard/dashboards/project/containers/templates/containers/_upload.html -> build/lib/openstack_dashboard/dashboards/project/containers/templates/containers copying openstack_dashboard/dashboards/project/containers/templates/containers/container_detail.html -> build/lib/openstack_dashboard/dashboards/project/containers/templates/containers copying openstack_dashboard/dashboards/project/containers/templates/containers/copy.html -> build/lib/openstack_dashboard/dashboards/project/containers/templates/containers copying openstack_dashboard/dashboards/project/containers/templates/containers/create.html -> build/lib/openstack_dashboard/dashboards/project/containers/templates/containers copying openstack_dashboard/dashboards/project/containers/templates/containers/create_pseudo_folder.html -> build/lib/openstack_dashboard/dashboards/project/containers/templates/containers copying openstack_dashboard/dashboards/project/containers/templates/containers/index.html -> build/lib/openstack_dashboard/dashboards/project/containers/templates/containers copying openstack_dashboard/dashboards/project/containers/templates/containers/object_detail.html -> build/lib/openstack_dashboard/dashboards/project/containers/templates/containers copying openstack_dashboard/dashboards/project/containers/templates/containers/update.html -> build/lib/openstack_dashboard/dashboards/project/containers/templates/containers copying openstack_dashboard/dashboards/project/containers/templates/containers/upload.html -> build/lib/openstack_dashboard/dashboards/project/containers/templates/containers creating build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates creating build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_create.html -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_detail_contents.html -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_resource_types.html -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/create.html -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/detail.html -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/index.html -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs copying openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/resource_types.html -> build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs creating build/lib/openstack_dashboard/dashboards/admin/defaults/templates creating build/lib/openstack_dashboard/dashboards/admin/defaults/templates/defaults copying openstack_dashboard/dashboards/admin/defaults/templates/defaults/index.html -> build/lib/openstack_dashboard/dashboards/admin/defaults/templates/defaults copying openstack_dashboard/local/local_settings.py.example -> build/lib/openstack_dashboard/local copying openstack_dashboard/enabled/_50_admin_add_panel.py.example -> build/lib/openstack_dashboard/enabled copying openstack_dashboard/enabled/_60_admin_remove_panel.py.example -> build/lib/openstack_dashboard/enabled copying openstack_dashboard/enabled/_70_admin_default_panel.py.example -> build/lib/openstack_dashboard/enabled copying openstack_dashboard/enabled/_80_admin_add_panel_group.py.example -> build/lib/openstack_dashboard/enabled copying openstack_dashboard/enabled/_90_admin_add_panel_to_group.py.example -> build/lib/openstack_dashboard/enabled creating build/lib/openstack_dashboard/dashboards/admin/aggregates/templates creating build/lib/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates copying openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/_update.html -> build/lib/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates copying openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/_update_metadata.html -> build/lib/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates copying openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/create.html -> build/lib/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates copying openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/index.html -> build/lib/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates copying openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/manage_hosts.html -> build/lib/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates copying openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/update.html -> build/lib/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates copying openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/update_metadata.html -> build/lib/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates creating build/lib/openstack_dashboard/dashboards/admin/info/templates creating build/lib/openstack_dashboard/dashboards/admin/info/templates/info copying openstack_dashboard/dashboards/admin/info/templates/info/_cell_status.html -> build/lib/openstack_dashboard/dashboards/admin/info/templates/info copying openstack_dashboard/dashboards/admin/info/templates/info/index.html -> build/lib/openstack_dashboard/dashboards/admin/info/templates/info creating build/lib/openstack_dashboard/dashboards/project/instances/templates creating build/lib/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/_decryptpassword.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/_detail_audit.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/_detail_console.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/_detail_log.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/_flavors_and_quotas.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/_instance_flavor.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/_instance_ips.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/_launch_advanced_help.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/_launch_customize_help.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/_launch_details_help.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/_launch_network_help.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/_launch_volumes_help.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/_rebuild.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/_update_networks.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/decryptpassword.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/detail.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/index.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/rebuild.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances copying openstack_dashboard/dashboards/project/instances/templates/instances/serial_console.html -> build/lib/openstack_dashboard/dashboards/project/instances/templates/instances creating build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates creating build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry copying openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry/_edit_tags.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry copying openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry/_help.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry copying openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry/_list_tags.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry copying openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry/_register_image.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry copying openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry/_tag_form.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry copying openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry/edit_tags.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry copying openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry/image_registry.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry copying openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry/register_image.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry creating build/lib/openstack_dashboard/dashboards/project/volumes/templates creating build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/index.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes creating build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/backups copying openstack_dashboard/dashboards/project/volumes/templates/volumes/backups/_create_backup.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/backups copying openstack_dashboard/dashboards/project/volumes/templates/volumes/backups/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/backups copying openstack_dashboard/dashboards/project/volumes/templates/volumes/backups/_restore_backup.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/backups copying openstack_dashboard/dashboards/project/volumes/templates/volumes/backups/create_backup.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/backups copying openstack_dashboard/dashboards/project/volumes/templates/volumes/backups/detail.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/backups copying openstack_dashboard/dashboards/project/volumes/templates/volumes/backups/restore_backup.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/backups creating build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/snapshots copying openstack_dashboard/dashboards/project/volumes/templates/volumes/snapshots/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/snapshots copying openstack_dashboard/dashboards/project/volumes/templates/volumes/snapshots/_update.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/snapshots copying openstack_dashboard/dashboards/project/volumes/templates/volumes/snapshots/detail.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/snapshots copying openstack_dashboard/dashboards/project/volumes/templates/volumes/snapshots/update.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/snapshots creating build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/_accept_transfer.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/_attach.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/_create.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/_create_snapshot.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/_create_transfer.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/_encryption_detail_overview.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/_extend.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/_extend_limits.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/_limits.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/_retype.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/_show_transfer.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/_snapshot_limits.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/_update.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/_upload_to_image.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/accept_transfer.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/attach.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/create.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/create_snapshot.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/create_transfer.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/detail.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/encryption_detail.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/extend.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/retype.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/show_transfer.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/update.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/upload_to_image.html -> build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes creating build/lib/openstack_dashboard/dashboards/router/nexus1000v/templates creating build/lib/openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v copying openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v/_create_network_profile.html -> build/lib/openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v copying openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v/_update_network_profile.html -> build/lib/openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v copying openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v/create_network_profile.html -> build/lib/openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v copying openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v/index.html -> build/lib/openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v copying openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v/update_network_profile.html -> build/lib/openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v creating build/lib/openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v/network_profile copying openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v/network_profile/index.html -> build/lib/openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v/network_profile creating build/lib/openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v/policy_profile copying openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v/policy_profile/index.html -> build/lib/openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v/policy_profile creating build/lib/openstack_dashboard/dashboards/identity/domains/templates creating build/lib/openstack_dashboard/dashboards/identity/domains/templates/domains copying openstack_dashboard/dashboards/identity/domains/templates/domains/index.html -> build/lib/openstack_dashboard/dashboards/identity/domains/templates/domains creating build/lib/openstack_dashboard/dashboards/project/routers/templates creating build/lib/openstack_dashboard/dashboards/project/routers/templates/routers copying openstack_dashboard/dashboards/project/routers/templates/routers/_create.html -> build/lib/openstack_dashboard/dashboards/project/routers/templates/routers copying openstack_dashboard/dashboards/project/routers/templates/routers/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/project/routers/templates/routers copying openstack_dashboard/dashboards/project/routers/templates/routers/_update.html -> build/lib/openstack_dashboard/dashboards/project/routers/templates/routers copying openstack_dashboard/dashboards/project/routers/templates/routers/create.html -> build/lib/openstack_dashboard/dashboards/project/routers/templates/routers copying openstack_dashboard/dashboards/project/routers/templates/routers/detail.html -> build/lib/openstack_dashboard/dashboards/project/routers/templates/routers copying openstack_dashboard/dashboards/project/routers/templates/routers/index.html -> build/lib/openstack_dashboard/dashboards/project/routers/templates/routers copying openstack_dashboard/dashboards/project/routers/templates/routers/update.html -> build/lib/openstack_dashboard/dashboards/project/routers/templates/routers creating build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/extensions creating build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules copying openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules/_create.html -> build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules copying openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules/create.html -> build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules copying openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules/grid.html -> build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules creating build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/ports copying openstack_dashboard/dashboards/project/routers/templates/routers/ports/_create.html -> build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/ports copying openstack_dashboard/dashboards/project/routers/templates/routers/ports/_setgateway.html -> build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/ports copying openstack_dashboard/dashboards/project/routers/templates/routers/ports/create.html -> build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/ports copying openstack_dashboard/dashboards/project/routers/templates/routers/ports/setgateway.html -> build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/ports creating build/lib/openstack_dashboard/dashboards/project/stacks/resource_types/templates creating build/lib/openstack_dashboard/dashboards/project/stacks/resource_types/templates/stacks.resource_types copying openstack_dashboard/dashboards/project/stacks/resource_types/templates/stacks.resource_types/_details.html -> build/lib/openstack_dashboard/dashboards/project/stacks/resource_types/templates/stacks.resource_types copying openstack_dashboard/dashboards/project/stacks/resource_types/templates/stacks.resource_types/details.html -> build/lib/openstack_dashboard/dashboards/project/stacks/resource_types/templates/stacks.resource_types copying openstack_dashboard/dashboards/project/stacks/resource_types/templates/stacks.resource_types/index.html -> build/lib/openstack_dashboard/dashboards/project/stacks/resource_types/templates/stacks.resource_types creating build/lib/openstack_dashboard/dashboards/admin/networks/templates creating build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks copying openstack_dashboard/dashboards/admin/networks/templates/networks/_create.html -> build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks copying openstack_dashboard/dashboards/admin/networks/templates/networks/_update.html -> build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks copying openstack_dashboard/dashboards/admin/networks/templates/networks/create.html -> build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks copying openstack_dashboard/dashboards/admin/networks/templates/networks/index.html -> build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks copying openstack_dashboard/dashboards/admin/networks/templates/networks/update.html -> build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks creating build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks/agents copying openstack_dashboard/dashboards/admin/networks/templates/networks/agents/_add.html -> build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks/agents copying openstack_dashboard/dashboards/admin/networks/templates/networks/agents/add.html -> build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks/agents creating build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks/ports copying openstack_dashboard/dashboards/admin/networks/templates/networks/ports/_create.html -> build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks/ports copying openstack_dashboard/dashboards/admin/networks/templates/networks/ports/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks/ports copying openstack_dashboard/dashboards/admin/networks/templates/networks/ports/_update.html -> build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks/ports copying openstack_dashboard/dashboards/admin/networks/templates/networks/ports/create.html -> build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks/ports copying openstack_dashboard/dashboards/admin/networks/templates/networks/ports/update.html -> build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks/ports creating build/lib/openstack_dashboard/dashboards/project/data_processing/data_plugins/templates creating build/lib/openstack_dashboard/dashboards/project/data_processing/data_plugins/templates/data_processing.data_plugins copying openstack_dashboard/dashboards/project/data_processing/data_plugins/templates/data_processing.data_plugins/_details.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_plugins/templates/data_processing.data_plugins copying openstack_dashboard/dashboards/project/data_processing/data_plugins/templates/data_processing.data_plugins/details.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_plugins/templates/data_processing.data_plugins copying openstack_dashboard/dashboards/project/data_processing/data_plugins/templates/data_processing.data_plugins/plugins.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/data_plugins/templates/data_processing.data_plugins creating build/lib/openstack_dashboard/dashboards/identity/roles/templates creating build/lib/openstack_dashboard/dashboards/identity/roles/templates/roles copying openstack_dashboard/dashboards/identity/roles/templates/roles/_create.html -> build/lib/openstack_dashboard/dashboards/identity/roles/templates/roles copying openstack_dashboard/dashboards/identity/roles/templates/roles/_update.html -> build/lib/openstack_dashboard/dashboards/identity/roles/templates/roles copying openstack_dashboard/dashboards/identity/roles/templates/roles/create.html -> build/lib/openstack_dashboard/dashboards/identity/roles/templates/roles copying openstack_dashboard/dashboards/identity/roles/templates/roles/index.html -> build/lib/openstack_dashboard/dashboards/identity/roles/templates/roles copying openstack_dashboard/dashboards/identity/roles/templates/roles/update.html -> build/lib/openstack_dashboard/dashboards/identity/roles/templates/roles creating build/lib/openstack_dashboard/dashboards/project/stacks/templates creating build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks copying openstack_dashboard/dashboards/project/stacks/templates/stacks/_change_template.html -> build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks copying openstack_dashboard/dashboards/project/stacks/templates/stacks/_create.html -> build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks copying openstack_dashboard/dashboards/project/stacks/templates/stacks/_detail_events.html -> build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks copying openstack_dashboard/dashboards/project/stacks/templates/stacks/_detail_overview.html -> build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks copying openstack_dashboard/dashboards/project/stacks/templates/stacks/_detail_resources.html -> build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks copying openstack_dashboard/dashboards/project/stacks/templates/stacks/_detail_topology.html -> build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks copying openstack_dashboard/dashboards/project/stacks/templates/stacks/_preview.html -> build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks copying openstack_dashboard/dashboards/project/stacks/templates/stacks/_preview_details.html -> build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks copying openstack_dashboard/dashboards/project/stacks/templates/stacks/_preview_template.html -> build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks copying openstack_dashboard/dashboards/project/stacks/templates/stacks/_resource_info.html -> build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks copying openstack_dashboard/dashboards/project/stacks/templates/stacks/_resource_overview.html -> build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks copying openstack_dashboard/dashboards/project/stacks/templates/stacks/_select_template.html -> build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks copying openstack_dashboard/dashboards/project/stacks/templates/stacks/_stack_info.html -> build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks copying openstack_dashboard/dashboards/project/stacks/templates/stacks/_stack_template.html -> build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks copying openstack_dashboard/dashboards/project/stacks/templates/stacks/_update.html -> build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks copying openstack_dashboard/dashboards/project/stacks/templates/stacks/change_template.html -> build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks copying openstack_dashboard/dashboards/project/stacks/templates/stacks/create.html -> build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks copying openstack_dashboard/dashboards/project/stacks/templates/stacks/detail.html -> build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks copying openstack_dashboard/dashboards/project/stacks/templates/stacks/index.html -> build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks copying openstack_dashboard/dashboards/project/stacks/templates/stacks/preview.html -> build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks copying openstack_dashboard/dashboards/project/stacks/templates/stacks/preview_details.html -> build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks copying openstack_dashboard/dashboards/project/stacks/templates/stacks/preview_template.html -> build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks copying openstack_dashboard/dashboards/project/stacks/templates/stacks/resource.html -> build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks copying openstack_dashboard/dashboards/project/stacks/templates/stacks/select_template.html -> build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks copying openstack_dashboard/dashboards/project/stacks/templates/stacks/update.html -> build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks copying openstack_dashboard/management/commands/apache_vhost.conf.template -> build/lib/openstack_dashboard/management/commands copying openstack_dashboard/management/commands/horizon.wsgi.template -> build/lib/openstack_dashboard/management/commands creating build/lib/openstack_dashboard/conf copying openstack_dashboard/conf/ceilometer_policy.json -> build/lib/openstack_dashboard/conf copying openstack_dashboard/conf/cinder_policy.json -> build/lib/openstack_dashboard/conf copying openstack_dashboard/conf/glance_policy.json -> build/lib/openstack_dashboard/conf copying openstack_dashboard/conf/heat_policy.json -> build/lib/openstack_dashboard/conf copying openstack_dashboard/conf/keystone_policy.json -> build/lib/openstack_dashboard/conf copying openstack_dashboard/conf/neutron_policy.json -> build/lib/openstack_dashboard/conf copying openstack_dashboard/conf/nova_policy.json -> build/lib/openstack_dashboard/conf creating build/lib/openstack_dashboard/locale creating build/lib/openstack_dashboard/locale/de creating build/lib/openstack_dashboard/locale/de/LC_MESSAGES copying openstack_dashboard/locale/de/LC_MESSAGES/django.mo -> build/lib/openstack_dashboard/locale/de/LC_MESSAGES copying openstack_dashboard/locale/de/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/de/LC_MESSAGES creating build/lib/openstack_dashboard/locale/en creating build/lib/openstack_dashboard/locale/en/LC_MESSAGES copying openstack_dashboard/locale/en/LC_MESSAGES/django.mo -> build/lib/openstack_dashboard/locale/en/LC_MESSAGES copying openstack_dashboard/locale/en/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/en/LC_MESSAGES creating build/lib/openstack_dashboard/locale/en_AU creating build/lib/openstack_dashboard/locale/en_AU/LC_MESSAGES copying openstack_dashboard/locale/en_AU/LC_MESSAGES/django.mo -> build/lib/openstack_dashboard/locale/en_AU/LC_MESSAGES copying openstack_dashboard/locale/en_AU/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/en_AU/LC_MESSAGES creating build/lib/openstack_dashboard/locale/en_GB creating build/lib/openstack_dashboard/locale/en_GB/LC_MESSAGES copying openstack_dashboard/locale/en_GB/LC_MESSAGES/django.mo -> build/lib/openstack_dashboard/locale/en_GB/LC_MESSAGES copying openstack_dashboard/locale/en_GB/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/en_GB/LC_MESSAGES creating build/lib/openstack_dashboard/locale/es creating build/lib/openstack_dashboard/locale/es/LC_MESSAGES copying openstack_dashboard/locale/es/LC_MESSAGES/django.mo -> build/lib/openstack_dashboard/locale/es/LC_MESSAGES copying openstack_dashboard/locale/es/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/es/LC_MESSAGES creating build/lib/openstack_dashboard/locale/fr creating build/lib/openstack_dashboard/locale/fr/LC_MESSAGES copying openstack_dashboard/locale/fr/LC_MESSAGES/django.mo -> build/lib/openstack_dashboard/locale/fr/LC_MESSAGES copying openstack_dashboard/locale/fr/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/fr/LC_MESSAGES creating build/lib/openstack_dashboard/locale/ja creating build/lib/openstack_dashboard/locale/ja/LC_MESSAGES copying openstack_dashboard/locale/ja/LC_MESSAGES/django.mo -> build/lib/openstack_dashboard/locale/ja/LC_MESSAGES copying openstack_dashboard/locale/ja/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/ja/LC_MESSAGES creating build/lib/openstack_dashboard/locale/ko_KR creating build/lib/openstack_dashboard/locale/ko_KR/LC_MESSAGES copying openstack_dashboard/locale/ko_KR/LC_MESSAGES/django.mo -> build/lib/openstack_dashboard/locale/ko_KR/LC_MESSAGES copying openstack_dashboard/locale/ko_KR/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/ko_KR/LC_MESSAGES creating build/lib/openstack_dashboard/locale/pl_PL creating build/lib/openstack_dashboard/locale/pl_PL/LC_MESSAGES copying openstack_dashboard/locale/pl_PL/LC_MESSAGES/django.mo -> build/lib/openstack_dashboard/locale/pl_PL/LC_MESSAGES copying openstack_dashboard/locale/pl_PL/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/pl_PL/LC_MESSAGES creating build/lib/openstack_dashboard/locale/pt_BR creating build/lib/openstack_dashboard/locale/pt_BR/LC_MESSAGES copying openstack_dashboard/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/openstack_dashboard/locale/pt_BR/LC_MESSAGES copying openstack_dashboard/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/pt_BR/LC_MESSAGES creating build/lib/openstack_dashboard/locale/ru creating build/lib/openstack_dashboard/locale/ru/LC_MESSAGES copying openstack_dashboard/locale/ru/LC_MESSAGES/django.mo -> build/lib/openstack_dashboard/locale/ru/LC_MESSAGES copying openstack_dashboard/locale/ru/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/ru/LC_MESSAGES creating build/lib/openstack_dashboard/locale/zh_CN creating build/lib/openstack_dashboard/locale/zh_CN/LC_MESSAGES copying openstack_dashboard/locale/zh_CN/LC_MESSAGES/django.mo -> build/lib/openstack_dashboard/locale/zh_CN/LC_MESSAGES copying openstack_dashboard/locale/zh_CN/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/zh_CN/LC_MESSAGES creating build/lib/openstack_dashboard/locale/zh_TW creating build/lib/openstack_dashboard/locale/zh_TW/LC_MESSAGES copying openstack_dashboard/locale/zh_TW/LC_MESSAGES/django.mo -> build/lib/openstack_dashboard/locale/zh_TW/LC_MESSAGES copying openstack_dashboard/locale/zh_TW/LC_MESSAGES/django.po -> build/lib/openstack_dashboard/locale/zh_TW/LC_MESSAGES creating build/lib/openstack_dashboard/static creating build/lib/openstack_dashboard/static/dashboard copying openstack_dashboard/static/dashboard/dashboard.module.js -> build/lib/openstack_dashboard/static/dashboard copying openstack_dashboard/static/dashboard/dashboard.module.spec.js -> build/lib/openstack_dashboard/static/dashboard copying openstack_dashboard/static/dashboard/dashboard.scss -> build/lib/openstack_dashboard/static/dashboard creating build/lib/openstack_dashboard/static/dashboard/cloud-services copying openstack_dashboard/static/dashboard/cloud-services/cloud-services.js -> build/lib/openstack_dashboard/static/dashboard/cloud-services copying openstack_dashboard/static/dashboard/cloud-services/cloud-services.spec.js -> build/lib/openstack_dashboard/static/dashboard/cloud-services creating build/lib/openstack_dashboard/static/dashboard/fonts copying openstack_dashboard/static/dashboard/fonts/Anivers_Regular-webfont.eot -> build/lib/openstack_dashboard/static/dashboard/fonts copying openstack_dashboard/static/dashboard/fonts/Anivers_Regular-webfont.svg -> build/lib/openstack_dashboard/static/dashboard/fonts copying openstack_dashboard/static/dashboard/fonts/Anivers_Regular-webfont.ttf -> build/lib/openstack_dashboard/static/dashboard/fonts copying openstack_dashboard/static/dashboard/fonts/Anivers_Regular-webfont.woff -> build/lib/openstack_dashboard/static/dashboard/fonts creating build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/action_required.png -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/db-gray.gif -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/db-gray.svg -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/db-green.svg -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/db-red.svg -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/drag.png -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/drop_arrow.png -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/favicon.ico -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/lb-gray.gif -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/lb-gray.svg -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/lb-green.svg -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/lb-red.svg -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/loading.gif -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/logo-splash.png -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/logo.png -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/profile_drop.png -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/right_droparrow.png -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/router.png -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/search.png -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/server-gray.gif -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/server-gray.svg -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/server-green.svg -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/server-red.svg -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/server.png -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/sidebar_bg.png -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/spinner.gif -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/stack-gray.gif -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/stack-gray.svg -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/stack-green.svg -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/stack-red.svg -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/unknown-gray.gif -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/unknown-gray.svg -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/unknown-green.svg -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/unknown-red.svg -> build/lib/openstack_dashboard/static/dashboard/img copying openstack_dashboard/static/dashboard/img/up_arrow.png -> build/lib/openstack_dashboard/static/dashboard/img creating build/lib/openstack_dashboard/static/dashboard/launch-instance copying openstack_dashboard/static/dashboard/launch-instance/launch-instance.js -> build/lib/openstack_dashboard/static/dashboard/launch-instance copying openstack_dashboard/static/dashboard/launch-instance/launch-instance.model.js -> build/lib/openstack_dashboard/static/dashboard/launch-instance copying openstack_dashboard/static/dashboard/launch-instance/launch-instance.model.spec.js -> build/lib/openstack_dashboard/static/dashboard/launch-instance copying openstack_dashboard/static/dashboard/launch-instance/launch-instance.scss -> build/lib/openstack_dashboard/static/dashboard/launch-instance copying openstack_dashboard/static/dashboard/launch-instance/launch-instance.spec.js -> build/lib/openstack_dashboard/static/dashboard/launch-instance creating build/lib/openstack_dashboard/static/dashboard/launch-instance/configuration copying openstack_dashboard/static/dashboard/launch-instance/configuration/configuration.help.html -> build/lib/openstack_dashboard/static/dashboard/launch-instance/configuration copying openstack_dashboard/static/dashboard/launch-instance/configuration/configuration.html -> build/lib/openstack_dashboard/static/dashboard/launch-instance/configuration copying openstack_dashboard/static/dashboard/launch-instance/configuration/configuration.js -> build/lib/openstack_dashboard/static/dashboard/launch-instance/configuration copying openstack_dashboard/static/dashboard/launch-instance/configuration/configuration.scss -> build/lib/openstack_dashboard/static/dashboard/launch-instance/configuration copying openstack_dashboard/static/dashboard/launch-instance/configuration/configuration.spec.js -> build/lib/openstack_dashboard/static/dashboard/launch-instance/configuration copying openstack_dashboard/static/dashboard/launch-instance/configuration/load-edit.html -> build/lib/openstack_dashboard/static/dashboard/launch-instance/configuration copying openstack_dashboard/static/dashboard/launch-instance/configuration/load-edit.js -> build/lib/openstack_dashboard/static/dashboard/launch-instance/configuration creating build/lib/openstack_dashboard/static/dashboard/launch-instance/flavor copying openstack_dashboard/static/dashboard/launch-instance/flavor/flavor.help.html -> build/lib/openstack_dashboard/static/dashboard/launch-instance/flavor copying openstack_dashboard/static/dashboard/launch-instance/flavor/flavor.html -> build/lib/openstack_dashboard/static/dashboard/launch-instance/flavor copying openstack_dashboard/static/dashboard/launch-instance/flavor/flavor.js -> build/lib/openstack_dashboard/static/dashboard/launch-instance/flavor copying openstack_dashboard/static/dashboard/launch-instance/flavor/flavor.scss -> build/lib/openstack_dashboard/static/dashboard/launch-instance/flavor copying openstack_dashboard/static/dashboard/launch-instance/flavor/flavor.spec.js -> build/lib/openstack_dashboard/static/dashboard/launch-instance/flavor copying openstack_dashboard/static/dashboard/launch-instance/flavor/select-flavor-table.html -> build/lib/openstack_dashboard/static/dashboard/launch-instance/flavor copying openstack_dashboard/static/dashboard/launch-instance/flavor/select-flavor-table.js -> build/lib/openstack_dashboard/static/dashboard/launch-instance/flavor creating build/lib/openstack_dashboard/static/dashboard/launch-instance/keypair copying openstack_dashboard/static/dashboard/launch-instance/keypair/create-keypair.html -> build/lib/openstack_dashboard/static/dashboard/launch-instance/keypair copying openstack_dashboard/static/dashboard/launch-instance/keypair/import-keypair.html -> build/lib/openstack_dashboard/static/dashboard/launch-instance/keypair copying openstack_dashboard/static/dashboard/launch-instance/keypair/keypair-details.html -> build/lib/openstack_dashboard/static/dashboard/launch-instance/keypair copying openstack_dashboard/static/dashboard/launch-instance/keypair/keypair.help.html -> build/lib/openstack_dashboard/static/dashboard/launch-instance/keypair copying openstack_dashboard/static/dashboard/launch-instance/keypair/keypair.html -> build/lib/openstack_dashboard/static/dashboard/launch-instance/keypair copying openstack_dashboard/static/dashboard/launch-instance/keypair/keypair.js -> build/lib/openstack_dashboard/static/dashboard/launch-instance/keypair copying openstack_dashboard/static/dashboard/launch-instance/keypair/keypair.scss -> build/lib/openstack_dashboard/static/dashboard/launch-instance/keypair copying openstack_dashboard/static/dashboard/launch-instance/keypair/keypair.spec.js -> build/lib/openstack_dashboard/static/dashboard/launch-instance/keypair copying openstack_dashboard/static/dashboard/launch-instance/keypair/new-keypair.html -> build/lib/openstack_dashboard/static/dashboard/launch-instance/keypair creating build/lib/openstack_dashboard/static/dashboard/launch-instance/network copying openstack_dashboard/static/dashboard/launch-instance/network/network.help.html -> build/lib/openstack_dashboard/static/dashboard/launch-instance/network copying openstack_dashboard/static/dashboard/launch-instance/network/network.html -> build/lib/openstack_dashboard/static/dashboard/launch-instance/network copying openstack_dashboard/static/dashboard/launch-instance/network/network.js -> build/lib/openstack_dashboard/static/dashboard/launch-instance/network copying openstack_dashboard/static/dashboard/launch-instance/network/network.scss -> build/lib/openstack_dashboard/static/dashboard/launch-instance/network copying openstack_dashboard/static/dashboard/launch-instance/network/network.spec.js -> build/lib/openstack_dashboard/static/dashboard/launch-instance/network creating build/lib/openstack_dashboard/static/dashboard/launch-instance/security-groups copying openstack_dashboard/static/dashboard/launch-instance/security-groups/keypair-details.html -> build/lib/openstack_dashboard/static/dashboard/launch-instance/security-groups copying openstack_dashboard/static/dashboard/launch-instance/security-groups/security-group-details.html -> build/lib/openstack_dashboard/static/dashboard/launch-instance/security-groups copying openstack_dashboard/static/dashboard/launch-instance/security-groups/security-groups.help.html -> build/lib/openstack_dashboard/static/dashboard/launch-instance/security-groups copying openstack_dashboard/static/dashboard/launch-instance/security-groups/security-groups.html -> build/lib/openstack_dashboard/static/dashboard/launch-instance/security-groups copying openstack_dashboard/static/dashboard/launch-instance/security-groups/security-groups.js -> build/lib/openstack_dashboard/static/dashboard/launch-instance/security-groups copying openstack_dashboard/static/dashboard/launch-instance/security-groups/security-groups.scss -> build/lib/openstack_dashboard/static/dashboard/launch-instance/security-groups copying openstack_dashboard/static/dashboard/launch-instance/security-groups/security-groups.spec.js -> build/lib/openstack_dashboard/static/dashboard/launch-instance/security-groups creating build/lib/openstack_dashboard/static/dashboard/launch-instance/source copying openstack_dashboard/static/dashboard/launch-instance/source/source-details.html -> build/lib/openstack_dashboard/static/dashboard/launch-instance/source copying openstack_dashboard/static/dashboard/launch-instance/source/source.help.html -> build/lib/openstack_dashboard/static/dashboard/launch-instance/source copying openstack_dashboard/static/dashboard/launch-instance/source/source.html -> build/lib/openstack_dashboard/static/dashboard/launch-instance/source copying openstack_dashboard/static/dashboard/launch-instance/source/source.js -> build/lib/openstack_dashboard/static/dashboard/launch-instance/source copying openstack_dashboard/static/dashboard/launch-instance/source/source.scss -> build/lib/openstack_dashboard/static/dashboard/launch-instance/source copying openstack_dashboard/static/dashboard/launch-instance/source/source.spec.js -> build/lib/openstack_dashboard/static/dashboard/launch-instance/source creating build/lib/openstack_dashboard/static/dashboard/scss copying openstack_dashboard/static/dashboard/scss/_mixins.scss -> build/lib/openstack_dashboard/static/dashboard/scss copying openstack_dashboard/static/dashboard/scss/_splash.scss -> build/lib/openstack_dashboard/static/dashboard/scss copying openstack_dashboard/static/dashboard/scss/_variables.scss -> build/lib/openstack_dashboard/static/dashboard/scss copying openstack_dashboard/static/dashboard/scss/horizon.scss -> build/lib/openstack_dashboard/static/dashboard/scss copying openstack_dashboard/static/dashboard/scss/serial_console.css -> build/lib/openstack_dashboard/static/dashboard/scss creating build/lib/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_accordion_nav.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_charts.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_inline_edit.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_network_topology.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_resource_browser.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_topbar.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components copying openstack_dashboard/static/dashboard/scss/components/_workflow.scss -> build/lib/openstack_dashboard/static/dashboard/scss/components creating build/lib/openstack_dashboard/static/dashboard/workflow copying openstack_dashboard/static/dashboard/workflow/workflow.js -> build/lib/openstack_dashboard/static/dashboard/workflow copying openstack_dashboard/static/dashboard/workflow/workflow.spec.js -> build/lib/openstack_dashboard/static/dashboard/workflow creating build/lib/openstack_dashboard/static/themes creating build/lib/openstack_dashboard/static/themes/blue copying openstack_dashboard/static/themes/blue/_styles.scss -> build/lib/openstack_dashboard/static/themes/blue copying openstack_dashboard/static/themes/blue/_variables.scss -> build/lib/openstack_dashboard/static/themes/blue creating build/lib/openstack_dashboard/static/themes/default copying openstack_dashboard/static/themes/default/_styles.scss -> build/lib/openstack_dashboard/static/themes/default copying openstack_dashboard/static/themes/default/_variables.scss -> build/lib/openstack_dashboard/static/themes/default creating build/lib/openstack_dashboard/static/themes/webroot copying openstack_dashboard/static/themes/webroot/_styles.scss -> build/lib/openstack_dashboard/static/themes/webroot copying openstack_dashboard/static/themes/webroot/_variables.scss -> build/lib/openstack_dashboard/static/themes/webroot creating build/lib/openstack_dashboard/templates copying openstack_dashboard/templates/403.html -> build/lib/openstack_dashboard/templates copying openstack_dashboard/templates/404.html -> build/lib/openstack_dashboard/templates copying openstack_dashboard/templates/500.html -> build/lib/openstack_dashboard/templates copying openstack_dashboard/templates/_header.html -> build/lib/openstack_dashboard/templates copying openstack_dashboard/templates/_stylesheets.html -> build/lib/openstack_dashboard/templates creating build/lib/openstack_dashboard/templates/context_selection copying openstack_dashboard/templates/context_selection/_domain_list.html -> build/lib/openstack_dashboard/templates/context_selection copying openstack_dashboard/templates/context_selection/_overview.html -> build/lib/openstack_dashboard/templates/context_selection copying openstack_dashboard/templates/context_selection/_project_list.html -> build/lib/openstack_dashboard/templates/context_selection copying openstack_dashboard/templates/context_selection/_region_list.html -> build/lib/openstack_dashboard/templates/context_selection creating build/lib/openstack_dashboard/templates/jasmine copying openstack_dashboard/templates/jasmine/index.html -> build/lib/openstack_dashboard/templates/jasmine copying openstack_dashboard/templates/jasmine/jasmine.html -> build/lib/openstack_dashboard/templates/jasmine creating build/lib/openstack_dashboard/wsgi copying openstack_dashboard/wsgi/django.wsgi -> build/lib/openstack_dashboard/wsgi creating build/lib/openstack_dashboard/dashboards/identity/groups/templates creating build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups copying openstack_dashboard/dashboards/identity/groups/templates/groups/_add_non_member.html -> build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups copying openstack_dashboard/dashboards/identity/groups/templates/groups/_create.html -> build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups copying openstack_dashboard/dashboards/identity/groups/templates/groups/_update.html -> build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups copying openstack_dashboard/dashboards/identity/groups/templates/groups/add_non_member.html -> build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups copying openstack_dashboard/dashboards/identity/groups/templates/groups/create.html -> build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups copying openstack_dashboard/dashboards/identity/groups/templates/groups/index.html -> build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups copying openstack_dashboard/dashboards/identity/groups/templates/groups/manage.html -> build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups copying openstack_dashboard/dashboards/identity/groups/templates/groups/update.html -> build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups creating build/lib/openstack_dashboard/test/templates copying openstack_dashboard/test/templates/404.html -> build/lib/openstack_dashboard/test/templates copying openstack_dashboard/test/templates/500.html -> build/lib/openstack_dashboard/test/templates copying openstack_dashboard/test/templates/_tab.html -> build/lib/openstack_dashboard/test/templates copying openstack_dashboard/test/templates/base-sidebar.html -> build/lib/openstack_dashboard/test/templates copying openstack_dashboard/test/templates/tab_group.html -> build/lib/openstack_dashboard/test/templates copying openstack_dashboard/test/templates/workflow.html -> build/lib/openstack_dashboard/test/templates creating build/lib/openstack_dashboard/test/templates/registration copying openstack_dashboard/test/templates/registration/login.html -> build/lib/openstack_dashboard/test/templates/registration creating build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates creating build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates copying openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates/_configure_general_help.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates copying openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates/_create_general_help.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates copying openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates/_details.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates copying openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates/_fields_help.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates copying openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates/_service_confs.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates copying openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates/configure.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates copying openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates/create.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates copying openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates/details.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates copying openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates/nodegroup_templates.html -> build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates + cp openstack_dashboard/local/local_settings.py.example openstack_dashboard/local/local_settings.py + /usr/bin/python manage.py collectstatic --noinput --clear Copying '/usr/share/javascript/angular/angular-messages.js' Copying '/usr/share/javascript/angular/angular-loader.js' Copying '/usr/share/javascript/angular/angular-aria.js' Copying '/usr/share/javascript/angular/angular-csp.css' Copying '/usr/share/javascript/angular/angular-route.js' Copying '/usr/share/javascript/angular/angular-cookies.js' Copying '/usr/share/javascript/angular/angular-sanitize.js' Copying '/usr/share/javascript/angular/angular-mocks.js' Copying '/usr/share/javascript/angular/angular-animate.js' Copying '/usr/share/javascript/angular/angular.js' Copying '/usr/share/javascript/angular/angular-touch.js' Copying '/usr/share/javascript/angular/angular-scenario.js' Copying '/usr/share/javascript/angular/angular-resource.js' Copying '/usr/share/javascript/angular_bootstrap/angular-bootstrap.js' Copying '/usr/share/javascript/angular_lrdragndrop/lrdragndrop.js' Copying '/usr/share/javascript/angular_smart_table/smart-table.js' Copying '/usr/share/javascript/bootstrap_datepicker/datepicker3.css' Copying '/usr/share/javascript/bootstrap_datepicker/datepicker.css' Copying '/usr/share/javascript/bootstrap_datepicker/bootstrap-datepicker.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.nl-BE.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.ka.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.pt-BR.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.zh-CN.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.fr.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.ca.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.gl.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.fi.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.cy.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.da.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.az.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.et.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.sk.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.sq.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.ua.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.es.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.ar.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.nl.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.ro.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.ja.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.nb.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.rs-latin.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.fa.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.is.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.zh-TW.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.hu.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.bg.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.cs.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.id.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.sv.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.sl.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.kk.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.rs.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.pt.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.vi.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.th.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.mk.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.de.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.pl.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.no.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.el.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.hr.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.kr.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.he.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.lt.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.it.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.tr.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.lv.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.ms.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.sw.js' Copying '/usr/share/javascript/bootstrap_datepicker/locales/bootstrap-datepicker.ru.js' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/_bootstrap-mincer.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/_bootstrap-sprockets.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/_bootstrap-compass.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_normalize.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_carousel.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/bootstrap.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_code.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_responsive-embed.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_list-group.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_progress-bars.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_buttons.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_button-groups.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_navbar.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_component-animations.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_wells.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_labels.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_type.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_glyphicons.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_dropdowns.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_panels.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_grid.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_forms.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_mixins.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_variables.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_utilities.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_badges.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_modals.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_pagination.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_alerts.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_theme.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_popovers.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_responsive-utilities.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_media.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_close.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_input-groups.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_thumbnails.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_scaffolding.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_breadcrumbs.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_tooltip.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_tables.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_print.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_navs.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_jumbotron.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/_pager.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/mixins/_gradients.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/mixins/_table-row.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/mixins/_center-block.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/mixins/_list-group.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/mixins/_grid-framework.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/mixins/_buttons.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/mixins/_progress-bar.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/mixins/_nav-divider.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/mixins/_text-emphasis.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/mixins/_labels.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/mixins/_vendor-prefixes.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/mixins/_responsive-visibility.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/mixins/_panels.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/mixins/_grid.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/mixins/_forms.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/mixins/_hide-text.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/mixins/_pagination.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/mixins/_alerts.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/mixins/_background-variant.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/mixins/_reset-filter.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/mixins/_clearfix.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/mixins/_opacity.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/mixins/_nav-vertical-align.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/mixins/_border-radius.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/mixins/_image.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/mixins/_tab-focus.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/mixins/_text-overflow.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/mixins/_resize.scss' Copying '/usr/share/javascript/bootstrap_scss/scss/bootstrap/mixins/_size.scss' Copying '/usr/share/javascript/bootstrap_scss/fonts/bootstrap/glyphicons-halflings-regular.eot' Copying '/usr/share/javascript/bootstrap_scss/fonts/bootstrap/glyphicons-halflings-regular.ttf' Copying '/usr/share/javascript/bootstrap_scss/fonts/bootstrap/glyphicons-halflings-regular.woff' Copying '/usr/share/javascript/bootstrap_scss/fonts/bootstrap/glyphicons-halflings-regular.svg' Copying '/usr/share/javascript/bootstrap_scss/js/bootstrap-sprockets.js' Copying '/usr/share/javascript/bootstrap_scss/js/bootstrap.js' Copying '/usr/share/javascript/bootstrap_scss/js/bootstrap/collapse.js' Copying '/usr/share/javascript/bootstrap_scss/js/bootstrap/scrollspy.js' Copying '/usr/share/javascript/bootstrap_scss/js/bootstrap/transition.js' Copying '/usr/share/javascript/bootstrap_scss/js/bootstrap/dropdown.js' Copying '/usr/share/javascript/bootstrap_scss/js/bootstrap/alert.js' Copying '/usr/share/javascript/bootstrap_scss/js/bootstrap/affix.js' Copying '/usr/share/javascript/bootstrap_scss/js/bootstrap/modal.js' Copying '/usr/share/javascript/bootstrap_scss/js/bootstrap/button.js' Copying '/usr/share/javascript/bootstrap_scss/js/bootstrap/tab.js' Copying '/usr/share/javascript/bootstrap_scss/js/bootstrap/tooltip.js' Copying '/usr/share/javascript/bootstrap_scss/js/bootstrap/popover.js' Copying '/usr/share/javascript/bootstrap_scss/js/bootstrap/carousel.js' Copying '/usr/share/javascript/d3/d3.js' Copying '/usr/share/javascript/hogan/hogan.js' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/scss/_larger.scss' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/scss/_fixed-width.scss' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/scss/_path.scss' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/scss/_bordered-pulled.scss' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/scss/_stacked.scss' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/scss/_list.scss' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/scss/_mixins.scss' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/scss/_core.scss' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/scss/_variables.scss' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/scss/_animated.scss' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/scss/font-awesome.scss' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/scss/_rotated-flipped.scss' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/scss/_icons.scss' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/less/list.less' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/less/fixed-width.less' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/less/larger.less' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/less/mixins.less' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/less/rotated-flipped.less' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/less/animated.less' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/less/path.less' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/less/icons.less' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/less/bordered-pulled.less' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/less/core.less' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/less/stacked.less' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/less/font-awesome.less' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/less/variables.less' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/fonts/fontawesome-webfont.svg' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/fonts/fontawesome-webfont.ttf' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/fonts/fontawesome-webfont.woff2' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/fonts/FontAwesome.otf' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/fonts/fontawesome-webfont.woff' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/css/font-awesome.css' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/font_awesome/data/css/font-awesome.min.css' Copying '/usr/share/javascript/jasmine/jasmine.js' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/jquery/data/jquery.js' Copying '/usr/lib/python2.7/site-packages/xstatic/pkg/jquery/data/jquery.min.js' Copying '/usr/share/javascript/jquery_migrate/jquery-migrate.js' Copying '/usr/share/javascript/jquery_migrate/jquery-migrate.min.js' Copying '/usr/share/javascript/jquery_quicksearch/jquery.quicksearch.js' Copying '/usr/share/javascript/jquery_tablesorter/jquery.tablesorter.js' Copying '/usr/share/javascript/jsencrypt/jsencrypt.js' Copying '/usr/share/javascript/magic_search/magic_search.scss' Copying '/usr/share/javascript/magic_search/magic_search.html' Copying '/usr/share/javascript/magic_search/magic_search.js' Copying '/usr/share/javascript/qunit/qunit.js' Copying '/usr/share/javascript/qunit/qunit.css' Copying '/usr/share/javascript/rickshaw/rickshaw.css' Copying '/usr/share/javascript/rickshaw/rickshaw.js' Copying '/usr/share/javascript/spin/spin.js' Copying '/usr/share/javascript/spin/spin.jquery.js' Copying '/usr/share/javascript/termjs/term.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.effect-transfer.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.effect-shake.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.droppable.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.effect-highlight.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.autocomplete.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.effect-slide.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.progressbar.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.spinner.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.slider.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.effect-fold.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.core.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.effect-clip.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.effect-scale.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.resizable.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.dialog.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.menu.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.tabs.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.effect.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.selectable.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery-ui.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.button.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.effect-explode.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.tooltip.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.widget.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.draggable.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.position.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.effect-bounce.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.mouse.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.effect-blind.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.effect-fade.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.effect-pulsate.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.effect-drop.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.accordion.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.datepicker.js' Copying '/usr/share/javascript/jquery_ui/ui/jquery.ui.sortable.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-af.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-uk.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-cy-GB.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-eu.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-ml.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-is.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-de.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-hu.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-en-AU.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-ja.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-pt.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-en-GB.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-zh-CN.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-bg.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-hy.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-hi.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-lb.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-fr-CA.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-pl.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-pt-BR.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-nl.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-mk.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-nn.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-nl-BE.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-da.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-bs.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-zh-HK.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-fa.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-lv.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-gl.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-fi.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-nb.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-hr.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-az.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-ka.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-no.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-fo.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-id.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-ro.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-tj.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-sk.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-sr.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-sv.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-fr.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-cs.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-it.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-el.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-ta.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-ko.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-be.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-th.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-en-NZ.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-sq.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-ar.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-ms.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-kk.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-ky.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery-ui-i18n.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-he.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-eo.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-rm.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-zh-TW.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-vi.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-fr-CH.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-lt.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-sl.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-es.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-et.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-ar-DZ.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-sr-SR.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-ca.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-km.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-ru.js' Copying '/usr/share/javascript/jquery_ui/ui/i18n/jquery.ui.datepicker-tr.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.effect-slide.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.effect-fold.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.mouse.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.effect-drop.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.autocomplete.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.effect-scale.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.effect.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.droppable.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.effect-highlight.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.effect-pulsate.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.sortable.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.effect-clip.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.core.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.position.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.dialog.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery-ui.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.effect-shake.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.slider.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.effect-blind.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.resizable.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.widget.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.effect-fade.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.effect-explode.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.button.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.effect-transfer.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.tabs.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.datepicker.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.draggable.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.effect-bounce.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.selectable.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.accordion.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.spinner.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.tooltip.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.progressbar.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/jquery.ui.menu.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-zh-CN.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-id.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-de.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-sk.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-nl-BE.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-af.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-fr-CA.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-pt-BR.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-ky.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-nb.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-bg.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-sr-SR.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-eu.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-mk.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-et.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-ta.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-ml.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-hi.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-en-AU.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-ru.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-lv.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-ja.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-az.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-pl.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-en-GB.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-km.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-fa.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-bs.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-sr.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-fr.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-sq.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-tj.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-cs.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-is.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-sl.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-pt.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-vi.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-es.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-rm.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-cy-GB.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-zh-TW.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-hu.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-ar-DZ.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery-ui-i18n.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-he.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-ko.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-ar.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-en-NZ.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-el.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-sv.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-tr.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-nn.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-th.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-gl.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-ms.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-kk.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-no.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-hy.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-fi.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-ca.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-it.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-hr.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-zh-HK.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-ka.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-ro.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-lb.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-uk.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-fr-CH.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-eo.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-da.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-lt.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-fo.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-be.min.js' Copying '/usr/share/javascript/jquery_ui/ui/minified/i18n/jquery.ui.datepicker-nl.min.js' Copying '/usr/share/javascript/jquery_ui/external/globalize.culture.de-DE.js' Copying '/usr/share/javascript/jquery_ui/external/jquery.mousewheel.js' Copying '/usr/share/javascript/jquery_ui/external/jshint.js' Copying '/usr/share/javascript/jquery_ui/external/qunit.js' Copying '/usr/share/javascript/jquery_ui/external/qunit.css' Copying '/usr/share/javascript/jquery_ui/external/globalize.js' Copying '/usr/share/javascript/jquery_ui/external/globalize.culture.ja-JP.js' Copying '/usr/share/javascript/jquery_ui/themes/base/jquery.ui.selectable.css' Copying '/usr/share/javascript/jquery_ui/themes/base/jquery.ui.menu.css' Copying '/usr/share/javascript/jquery_ui/themes/base/jquery.ui.all.css' Copying '/usr/share/javascript/jquery_ui/themes/base/jquery.ui.tabs.css' Copying '/usr/share/javascript/jquery_ui/themes/base/jquery.ui.button.css' Copying '/usr/share/javascript/jquery_ui/themes/base/jquery.ui.core.css' Copying '/usr/share/javascript/jquery_ui/themes/base/jquery-ui.css' Copying '/usr/share/javascript/jquery_ui/themes/base/jquery.ui.base.css' Copying '/usr/share/javascript/jquery_ui/themes/base/jquery.ui.resizable.css' Copying '/usr/share/javascript/jquery_ui/themes/base/jquery.ui.dialog.css' Copying '/usr/share/javascript/jquery_ui/themes/base/jquery.ui.accordion.css' Copying '/usr/share/javascript/jquery_ui/themes/base/jquery.ui.tooltip.css' Copying '/usr/share/javascript/jquery_ui/themes/base/jquery.ui.datepicker.css' Copying '/usr/share/javascript/jquery_ui/themes/base/jquery.ui.theme.css' Copying '/usr/share/javascript/jquery_ui/themes/base/jquery.ui.spinner.css' Copying '/usr/share/javascript/jquery_ui/themes/base/jquery.ui.slider.css' Copying '/usr/share/javascript/jquery_ui/themes/base/jquery.ui.progressbar.css' Copying '/usr/share/javascript/jquery_ui/themes/base/jquery.ui.autocomplete.css' Copying '/usr/share/javascript/jquery_ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png' Copying '/usr/share/javascript/jquery_ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png' Copying '/usr/share/javascript/jquery_ui/themes/base/images/ui-icons_cd0a0a_256x240.png' Copying '/usr/share/javascript/jquery_ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png' Copying '/usr/share/javascript/jquery_ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png' Copying '/usr/share/javascript/jquery_ui/themes/base/images/ui-icons_454545_256x240.png' Copying '/usr/share/javascript/jquery_ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png' Copying '/usr/share/javascript/jquery_ui/themes/base/images/ui-icons_2e83ff_256x240.png' Copying '/usr/share/javascript/jquery_ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png' Copying '/usr/share/javascript/jquery_ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png' Copying '/usr/share/javascript/jquery_ui/themes/base/images/ui-icons_222222_256x240.png' Copying '/usr/share/javascript/jquery_ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png' Copying '/usr/share/javascript/jquery_ui/themes/base/images/animated-overlay.gif' Copying '/usr/share/javascript/jquery_ui/themes/base/images/ui-icons_888888_256x240.png' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/jquery.ui.selectable.css' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/jquery.ui.menu.css' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/jquery.ui.all.css' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/jquery.ui.tabs.css' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/jquery.ui.button.css' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/jquery.ui.core.css' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/jquery-ui.css' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/jquery.ui.base.css' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/jquery.ui.resizable.css' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/jquery.ui.dialog.css' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/jquery.ui.accordion.css' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/jquery.ui.tooltip.css' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/jquery.ui.datepicker.css' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/jquery.ui.theme.css' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/jquery.ui.spinner.css' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/jquery.ui.slider.css' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/jquery.ui.progressbar.css' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/jquery.ui.autocomplete.css' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/images/ui-icons_ffffff_256x240.png' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/images/ui-icons_222222_256x240.png' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/images/animated-overlay.gif' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/images/ui-icons_228ef1_256x240.png' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png' Copying '/usr/share/javascript/jquery_ui/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/themes/default/_styles.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/themes/default/_variables.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/scss/rhtheme.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/scss/rcue/_login.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/scss/rcue/_navbar.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/scss/rcue/_variables.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/scss/rcue/_fonts.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/scss/rcue/_icons.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/less/rhtheme.less' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/less/rcue/navbar.less' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/less/rcue/fonts.less' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/less/rcue/icons.less' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/less/rcue/login.less' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/less/rcue/variables.less' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Regular-webfont.eot' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/fontawesome-webfont.svg' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-ExtraBold-webfont.woff' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Italic-webfont.ttf' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/fontawesome-webfont.ttf' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Bold-webfont.svg' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-ExtraBoldItalic-webfont.ttf' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Semibold-webfont.svg' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/RCUEIcons-webfont.ttf' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Italic-webfont.woff' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Regular-webfont.woff' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-ExtraBoldItalic-webfont.eot' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Bold-webfont.woff' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/FontAwesome.otf' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-ExtraBold-webfont.eot' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Light-webfont.svg' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/RCUEIcons-webfont.svg' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-LightItalic-webfont.eot' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Light-webfont.ttf' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Bold-webfont.eot' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-LightItalic-webfont.svg' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-LightItalic-webfont.woff' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Italic-webfont.svg' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Light-webfont.eot' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-BoldItalic-webfont.ttf' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/RCUEIcons-webfont.eot' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-ExtraBold-webfont.svg' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Italic-webfont.eot' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/RCUEIcons-webfont.woff' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-SemiboldItalic-webfont.eot' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-BoldItalic-webfont.svg' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-BoldItalic-webfont.woff' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-BoldItalic-webfont.eot' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-ExtraBoldItalic-webfont.svg' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-ExtraBoldItalic-webfont.woff' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/fontawesome-webfont.eot' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Light-webfont.woff' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/font-awesome.min.css' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Regular-webfont.svg' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Semibold-webfont.woff' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Regular-webfont.ttf' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/logo.svg' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-SemiboldItalic-webfont.ttf' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-LightItalic-webfont.ttf' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-SemiboldItalic-webfont.woff' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/fontawesome-webfont.woff' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-ExtraBold-webfont.ttf' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Semibold-webfont.eot' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-SemiboldItalic-webfont.svg' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Bold-webfont.ttf' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Semibold-webfont.ttf' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/img/rh-logo.png' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/img/bg-login.jpg' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/img/rdo-logo-white.png' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/img/rhfavicon.ico' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/static/dashboard/css/font-awesome.min.css' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/dashboard.module.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/dashboard.module.spec.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/dashboard.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/scss/_splash.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/scss/_mixins.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/scss/_variables.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/scss/horizon.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/scss/serial_console.css' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/scss/components/_resource_browser.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/scss/components/_network_topology.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/scss/components/_inline_edit.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/scss/components/_topbar.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/scss/components/_accordion_nav.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/scss/components/_workflow.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/scss/components/_charts.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/workflow/workflow.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/workflow/workflow.spec.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/fonts/Anivers_Regular-webfont.ttf' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/fonts/Anivers_Regular-webfont.woff' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/fonts/Anivers_Regular-webfont.svg' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/fonts/Anivers_Regular-webfont.eot' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/db-green.svg' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/server-gray.svg' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/stack-green.svg' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/stack-gray.svg' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/db-gray.gif' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/logo.png' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/drop_arrow.png' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/search.png' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/unknown-gray.svg' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/db-gray.svg' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/up_arrow.png' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/server.png' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/right_droparrow.png' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/drag.png' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/sidebar_bg.png' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/lb-red.svg' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/logo-splash.png' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/unknown-gray.gif' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/lb-gray.gif' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/lb-green.svg' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/server-red.svg' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/stack-gray.gif' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/router.png' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/profile_drop.png' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/action_required.png' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/server-gray.gif' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/db-red.svg' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/unknown-green.svg' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/unknown-red.svg' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/favicon.ico' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/server-green.svg' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/spinner.gif' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/stack-red.svg' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/lb-gray.svg' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/img/loading.gif' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/cloud-services/cloud-services.spec.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/cloud-services/cloud-services.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/launch-instance.spec.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/launch-instance.model.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/launch-instance.model.spec.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/launch-instance.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/launch-instance.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/configuration/configuration.help.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/configuration/configuration.spec.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/configuration/load-edit.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/configuration/configuration.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/configuration/configuration.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/configuration/configuration.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/configuration/load-edit.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/flavor/flavor.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/flavor/flavor.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/flavor/flavor.spec.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/flavor/flavor.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/flavor/select-flavor-table.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/flavor/flavor.help.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/flavor/select-flavor-table.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/security-groups/security-groups.help.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/security-groups/security-groups.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/security-groups/security-groups.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/security-groups/keypair-details.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/security-groups/security-groups.spec.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/security-groups/security-group-details.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/security-groups/security-groups.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/source/source.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/source/source.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/source/source-details.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/source/source.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/source/source.help.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/source/source.spec.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/network/network.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/network/network.spec.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/network/network.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/network/network.help.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/network/network.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/keypair/import-keypair.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/keypair/keypair.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/keypair/keypair-details.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/keypair/keypair.spec.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/keypair/keypair.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/keypair/keypair.help.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/keypair/new-keypair.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/keypair/create-keypair.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/dashboard/launch-instance/keypair/keypair.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/themes/default/_styles.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/themes/default/_variables.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/themes/blue/_styles.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/themes/blue/_variables.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/themes/webroot/_styles.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/static/themes/webroot/_variables.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/styles.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/widget.module.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/charts/charts.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/charts/pie-chart.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/charts/chart-tooltip.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/charts/pie-chart.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/charts/pie-chart.spec.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/charts/chart-tooltip.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/charts/pie-chart.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/charts/chart-tooltip.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/metadata-tree/metadata-tree-service.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/metadata-tree/metadata-tree.spec.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/metadata-tree/metadata-tree.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/metadata-tree/metadata-tree.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/metadata-tree/metadata-tree-item.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/metadata-tree/metadata-tree.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/magic-search/magic-search.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/magic-search/magic-search.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/magic-search/magic-search.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/table/table.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/table/basic-table.spec.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/table/table.spec.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/table/search-bar.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/table/table.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/table/basic-table.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/login/login.spec.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/login/login.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/workflow/workflow.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/workflow/workflow.spec.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/help-panel/help-panel.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/help-panel/help-panel.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/help-panel/help-panel.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/help-panel/help-panel.spec.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/action-list/button-tooltip.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/action-list/single-button.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/action-list/warning-tooltip.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/action-list/action-list.spec.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/action-list/action-list.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/action-list/action.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/action-list/action-list.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/action-list/menu-item.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/action-list/menu.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/action-list/split-button.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/modal/simple-modal.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/modal/modal-wait-spinner.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/modal/modal.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/modal/modal-wait-spinner.spec.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/modal/modal.spec.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/modal/modal-wait-spinner.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/form/form.spec.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/form/form.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/validators/validators.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/validators/validators.spec.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/wizard/wizard.spec.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/wizard/wizard.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/wizard/wizard.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/wizard/wizard.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/metadata-display/metadata-display.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/metadata-display/metadata-display.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/metadata-display/metadata-display.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/metadata-display/metadata-display.spec.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/transfer-table/transfer-table.spec.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/transfer-table/transfer-table.scss' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/transfer-table/allocated.html.example' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/transfer-table/transfer-table.html' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/transfer-table/transfer-table.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/transfer-table/available.html.example' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/bind-scope/bind-scope.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/angular/bind-scope/bind-scope.spec.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/lib/jquery/jquery.bootstrap.wizard.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/horizon.communication.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/horizon.forms.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/horizon.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/horizon.d3linechart.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/horizon.firewalls.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/horizon.formset_table.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/horizon.tables.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/horizon.quota.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/horizon.messages.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/horizon.users.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/horizon.images.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/horizon.tables_inline_edit.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/horizon.modals.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/horizon.networktopology.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/horizon.heattop.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/horizon.metering.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/horizon.datepickers.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/horizon.d3barchart.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/horizon.accordion_nav.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/horizon.templates.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/horizon.membership.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/horizon.d3piechart.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/horizon.instances.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/horizon.tabs.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/angular/horizon.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/angular/horizon.conf.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/angular/hz.api.module.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/angular/filters/filters.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/angular/filters/filters.spec.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/angular/directives/forms.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/angular/directives/serialConsole.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/angular/services/hz.api.neutron.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/angular/services/hz.api.cinder.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/angular/services/hz.api.nova.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/angular/services/hz.api.policy.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/angular/services/hz.api.service.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/angular/services/hz.api.config.spec.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/angular/services/hz.api.config.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/angular/services/hz.api.service.spec.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/angular/services/hz.api.keystone.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/angular/services/hz.api.security-group.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/angular/services/horizon.utils.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/angular/services/hz.api.glance.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/angular/controllers/modal-form-update-metadata-ctrl.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/angular/controllers/dummy.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/js/angular/controllers/namespace-controller.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/tests/templates.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/tests/modals.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/tests/instances.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/tests/messages.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/tests/tables.js' Copying '/builddir/build/BUILD/horizon-2015.1.4/horizon/static/horizon/tests/jasmine/utils.spec.js' 807 static files copied to '/builddir/build/BUILD/horizon-2015.1.4/static'. + /usr/bin/python manage.py compress --force Found 'compress' tags in: /builddir/build/BUILD/horizon-2015.1.4/horizon/templates/horizon/_conf.html /builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/templates/_stylesheets.html /builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/theme/templates/_stylesheets.html /builddir/build/BUILD/horizon-2015.1.4/horizon/templates/horizon/_scripts.html Compressing... done Compressed 6 block(s) from 4 template(s). ++ pwd + export PYTHONPATH=/builddir/build/BUILD/horizon-2015.1.4: + PYTHONPATH=/builddir/build/BUILD/horizon-2015.1.4: + sphinx-build -b html doc/source html Making output directory... Running Sphinx v1.2.3 Generating source documentation for horizon SEARCHING /builddir/build/BUILD/horizon-2015.1.4 Module horizon.site_urls updated, generating new documentation. Module horizon.context_processors updated, generating new documentation. Module horizon.middleware updated, generating new documentation. Module horizon updated, generating new documentation. Module horizon.exceptions updated, generating new documentation. Module horizon.messages updated, generating new documentation. Module horizon.base updated, generating new documentation. Module horizon.views updated, generating new documentation. Module horizon.loaders updated, generating new documentation. Module horizon.models updated, generating new documentation. Module horizon.decorators updated, generating new documentation. Module horizon.version updated, generating new documentation. Module horizon.tabs updated, generating new documentation. Module horizon.tabs.base updated, generating new documentation. Module horizon.tabs.views updated, generating new documentation. Excluded module horizon.test.utils. Excluded module horizon.test.urls. Excluded module horizon.test. Excluded module horizon.test.patches. Excluded module horizon.test.webdriver. Excluded module horizon.test.settings. Excluded module horizon.test.helpers. Excluded module horizon.test.jasmine.jasmine_tests. Excluded module horizon.test.jasmine. Excluded module horizon.test.jasmine.jasmine. Excluded module horizon.test.customization. Excluded module horizon.test.customization.cust_test2. Excluded module horizon.test.customization.cust_test1. Excluded module horizon.test.test_dashboards. Excluded module horizon.test.test_dashboards.cats. Excluded module horizon.test.test_dashboards.cats.models. Excluded module horizon.test.test_dashboards.cats.dashboard. Excluded module horizon.test.test_dashboards.cats.kittens.panel. Excluded module horizon.test.test_dashboards.cats.kittens.urls. Excluded module horizon.test.test_dashboards.cats.kittens. Excluded module horizon.test.test_dashboards.cats.kittens.views. Excluded module horizon.test.test_dashboards.cats.kittens.models. Excluded module horizon.test.test_dashboards.cats.tigers.panel. Excluded module horizon.test.test_dashboards.cats.tigers.urls. Excluded module horizon.test.test_dashboards.cats.tigers. Excluded module horizon.test.test_dashboards.cats.tigers.views. Excluded module horizon.test.test_dashboards.cats.tigers.models. Excluded module horizon.test.test_dashboards.dogs. Excluded module horizon.test.test_dashboards.dogs.models. Excluded module horizon.test.test_dashboards.dogs.dashboard. Excluded module horizon.test.test_dashboards.dogs.puppies.panel. Excluded module horizon.test.test_dashboards.dogs.puppies.urls. Excluded module horizon.test.test_dashboards.dogs.puppies. Excluded module horizon.test.test_dashboards.dogs.puppies.views. Excluded module horizon.test.test_dashboards.dogs.puppies.tabs. Excluded module horizon.test.test_dashboards.dogs.puppies.tables. Excluded module horizon.test.test_dashboards.dogs.puppies.models. Excluded module horizon.test.tests.utils. Excluded module horizon.test.tests.selenium_tests. Excluded module horizon.test.tests.middleware. Excluded module horizon.test.tests. Excluded module horizon.test.tests.exceptions. Excluded module horizon.test.tests.messages. Excluded module horizon.test.tests.base. Excluded module horizon.test.tests.views. Excluded module horizon.test.tests.tabs. Excluded module horizon.test.tests.templatetags. Excluded module horizon.test.tests.forms. Excluded module horizon.test.tests.tables. Excluded module horizon.test.tests.workflows. Excluded module horizon.test.dummy_auth. Excluded module horizon.test.dummy_auth.backend. Module horizon.conf updated, generating new documentation. Module horizon.conf.default updated, generating new documentation. Module horizon.conf.dash_template updated, generating new documentation. Module horizon.conf.dash_template.models updated, generating new documentation. Module horizon.conf.panel_template updated, generating new documentation. Module horizon.conf.panel_template.views updated, generating new documentation. Module horizon.browsers.breadcrumb updated, generating new documentation. Module horizon.browsers updated, generating new documentation. Module horizon.browsers.base updated, generating new documentation. Module horizon.browsers.views updated, generating new documentation. Module horizon.utils.urlresolvers updated, generating new documentation. Module horizon.utils.units updated, generating new documentation. Module horizon.utils.html updated, generating new documentation. Module horizon.utils updated, generating new documentation. Module horizon.utils.secret_key updated, generating new documentation. Module horizon.utils.functions updated, generating new documentation. Module horizon.utils.memoized updated, generating new documentation. Module horizon.utils.filters updated, generating new documentation. Module horizon.utils.validators updated, generating new documentation. Module horizon.utils.csvbase updated, generating new documentation. Module horizon.forms updated, generating new documentation. Module horizon.forms.base updated, generating new documentation. Module horizon.forms.views updated, generating new documentation. Module horizon.forms.fields updated, generating new documentation. Module horizon.management updated, generating new documentation. Module horizon.management.commands updated, generating new documentation. Module horizon.management.commands.startpanel updated, generating new documentation. Module horizon.management.commands.startdash updated, generating new documentation. Module horizon.contrib updated, generating new documentation. Module horizon.contrib.bootstrap_datepicker updated, generating new documentation. Module horizon.templatetags.form_helpers updated, generating new documentation. Module horizon.templatetags.branding updated, generating new documentation. Module horizon.templatetags.parse_date updated, generating new documentation. Module horizon.templatetags.truncate_filter updated, generating new documentation. Module horizon.templatetags updated, generating new documentation. Module horizon.templatetags.shellfilter updated, generating new documentation. Module horizon.templatetags.sizeformat updated, generating new documentation. Module horizon.templatetags.horizon updated, generating new documentation. Module horizon.workflows updated, generating new documentation. Module horizon.workflows.base updated, generating new documentation. Module horizon.workflows.views updated, generating new documentation. Module horizon.tables updated, generating new documentation. Module horizon.tables.formset updated, generating new documentation. Module horizon.tables.base updated, generating new documentation. Module horizon.tables.views updated, generating new documentation. Module horizon.tables.actions updated, generating new documentation. Generating source documentation for openstack_dashboard SEARCHING /builddir/build/BUILD/horizon-2015.1.4 Module openstack_dashboard.static_settings updated, generating new documentation. Module openstack_dashboard.urls updated, generating new documentation. Module openstack_dashboard.context_processors updated, generating new documentation. Module openstack_dashboard updated, generating new documentation. Module openstack_dashboard.exceptions updated, generating new documentation. Module openstack_dashboard.views updated, generating new documentation. Module openstack_dashboard.hooks updated, generating new documentation. Module openstack_dashboard.policy updated, generating new documentation. Module openstack_dashboard.policy_backend updated, generating new documentation. Module openstack_dashboard.settings updated, generating new documentation. Excluded module openstack_dashboard.test.urls. Excluded module openstack_dashboard.test.error_pages_urls. Excluded module openstack_dashboard.test. Excluded module openstack_dashboard.test.settings. Excluded module openstack_dashboard.test.helpers. Excluded module openstack_dashboard.test.integration_tests. Excluded module openstack_dashboard.test.integration_tests.basewebobject. Excluded module openstack_dashboard.test.integration_tests.config. Excluded module openstack_dashboard.test.integration_tests.webdriver. Excluded module openstack_dashboard.test.integration_tests.helpers. Excluded module openstack_dashboard.test.integration_tests.pages.basepage. Excluded module openstack_dashboard.test.integration_tests.pages.loginpage. Excluded module openstack_dashboard.test.integration_tests.pages.navigation. Excluded module openstack_dashboard.test.integration_tests.pages. Excluded module openstack_dashboard.test.integration_tests.pages.pageobject. Excluded module openstack_dashboard.test.integration_tests.pages.admin. Excluded module openstack_dashboard.test.integration_tests.pages.admin.system.flavorspage. Excluded module openstack_dashboard.test.integration_tests.pages.admin.system. Excluded module openstack_dashboard.test.integration_tests.pages.admin.system.overviewpage. Excluded module openstack_dashboard.test.integration_tests.pages.admin.system.resource_usage. Excluded module openstack_dashboard.test.integration_tests.pages.admin.system.system_info. Excluded module openstack_dashboard.test.integration_tests.pages.identity. Excluded module openstack_dashboard.test.integration_tests.pages.identity.userspage. Excluded module openstack_dashboard.test.integration_tests.pages.settings.usersettingspage. Excluded module openstack_dashboard.test.integration_tests.pages.settings. Excluded module openstack_dashboard.test.integration_tests.pages.settings.changepasswordpage. Excluded module openstack_dashboard.test.integration_tests.pages.project. Excluded module openstack_dashboard.test.integration_tests.pages.project.object_store. Excluded module openstack_dashboard.test.integration_tests.pages.project.compute. Excluded module openstack_dashboard.test.integration_tests.pages.project.compute.overviewpage. Excluded module openstack_dashboard.test.integration_tests.pages.project.compute.imagespage. Excluded module openstack_dashboard.test.integration_tests.pages.project.compute.access_and_security.keypairspage. Excluded module openstack_dashboard.test.integration_tests.pages.project.compute.access_and_security. Excluded module openstack_dashboard.test.integration_tests.pages.project.compute.volumes. Excluded module openstack_dashboard.test.integration_tests.pages.project.data_processing.jobbinariespage. Excluded module openstack_dashboard.test.integration_tests.pages.project.data_processing. Excluded module openstack_dashboard.test.integration_tests.pages.project.data_processing.imageregistrypage. Excluded module openstack_dashboard.test.integration_tests.pages.project.orchestration. Excluded module openstack_dashboard.test.integration_tests.pages.project.network. Excluded module openstack_dashboard.test.integration_tests.regions.bars. Excluded module openstack_dashboard.test.integration_tests.regions. Excluded module openstack_dashboard.test.integration_tests.regions.exceptions. Excluded module openstack_dashboard.test.integration_tests.regions.menus. Excluded module openstack_dashboard.test.integration_tests.regions.messages. Excluded module openstack_dashboard.test.integration_tests.regions.baseregion. Excluded module openstack_dashboard.test.integration_tests.regions.forms. Excluded module openstack_dashboard.test.integration_tests.regions.tables. Excluded module openstack_dashboard.test.integration_tests.tests.test_user_settings. Excluded module openstack_dashboard.test.integration_tests.tests. Excluded module openstack_dashboard.test.integration_tests.tests.test_password_change. Excluded module openstack_dashboard.test.integration_tests.tests.test_image_create_delete. Excluded module openstack_dashboard.test.integration_tests.tests.test_sahara_job_binaries. Excluded module openstack_dashboard.test.integration_tests.tests.test_login. Excluded module openstack_dashboard.test.integration_tests.tests.test_user_create_delete. Excluded module openstack_dashboard.test.integration_tests.tests.test_sahara_image_registry. Excluded module openstack_dashboard.test.integration_tests.tests.test_dashboard_help_redirection. Excluded module openstack_dashboard.test.integration_tests.tests.decorators. Excluded module openstack_dashboard.test.integration_tests.tests.test_flavors. Excluded module openstack_dashboard.test.integration_tests.tests.test_keypair. Excluded module openstack_dashboard.test.jasmine.jasmine_tests. Excluded module openstack_dashboard.test.jasmine. Excluded module openstack_dashboard.test.jasmine.jasmine. Excluded module openstack_dashboard.test.api_tests.rest_util_tests. Excluded module openstack_dashboard.test.api_tests.neutron_tests. Excluded module openstack_dashboard.test.api_tests.nova_tests. Excluded module openstack_dashboard.test.api_tests.cinder_tests. Excluded module openstack_dashboard.test.api_tests.ceilometer_tests. Excluded module openstack_dashboard.test.api_tests.base_tests. Excluded module openstack_dashboard.test.api_tests.fwaas_tests. Excluded module openstack_dashboard.test.api_tests.keystone_rest_tests. Excluded module openstack_dashboard.test.api_tests. Excluded module openstack_dashboard.test.api_tests.glance_tests. Excluded module openstack_dashboard.test.api_tests.heat_tests. Excluded module openstack_dashboard.test.api_tests.cinder_rest_tests. Excluded module openstack_dashboard.test.api_tests.network_tests. Excluded module openstack_dashboard.test.api_tests.lbaas_tests. Excluded module openstack_dashboard.test.api_tests.network_rest_tests. Excluded module openstack_dashboard.test.api_tests.neutron_rest_tests. Excluded module openstack_dashboard.test.api_tests.nova_rest_tests. Excluded module openstack_dashboard.test.api_tests.keystone_tests. Excluded module openstack_dashboard.test.api_tests.glance_rest_tests. Excluded module openstack_dashboard.test.api_tests.policy_rest_tests. Excluded module openstack_dashboard.test.api_tests.swift_tests. Excluded module openstack_dashboard.test.api_tests.vpnaas_tests. Excluded module openstack_dashboard.test.api_tests.config_rest_tests. Excluded module openstack_dashboard.test.tests.utils. Excluded module openstack_dashboard.test.tests.selenium_tests. Excluded module openstack_dashboard.test.tests.templates. Excluded module openstack_dashboard.test.tests.error_pages. Excluded module openstack_dashboard.test.tests. Excluded module openstack_dashboard.test.tests.quotas. Excluded module openstack_dashboard.test.tests.policy. Excluded module openstack_dashboard.test.tests.policy_backend. Excluded module openstack_dashboard.test.test_data.utils. Excluded module openstack_dashboard.test.test_data.keystone_data. Excluded module openstack_dashboard.test.test_data.nova_data. Excluded module openstack_dashboard.test.test_data.trove_data. Excluded module openstack_dashboard.test.test_data. Excluded module openstack_dashboard.test.test_data.exceptions. Excluded module openstack_dashboard.test.test_data.ceilometer_data. Excluded module openstack_dashboard.test.test_data.cinder_data. Excluded module openstack_dashboard.test.test_data.glance_data. Excluded module openstack_dashboard.test.test_data.heat_data. Excluded module openstack_dashboard.test.test_data.swift_data. Excluded module openstack_dashboard.test.test_data.neutron_data. Excluded module openstack_dashboard.test.test_data.sahara_data. Excluded module openstack_dashboard.test.test_plugins.panel_tests. Excluded module openstack_dashboard.test.test_plugins.panel_group_tests. Excluded module openstack_dashboard.test.test_plugins. Excluded module openstack_dashboard.test.test_plugins.panel_config._20_admin_remove_panel. Excluded module openstack_dashboard.test.test_plugins.panel_config. Excluded module openstack_dashboard.test.test_plugins.panel_config._30_admin_default_panel. Excluded module openstack_dashboard.test.test_plugins.panel_config._10_admin_add_panel. Excluded module openstack_dashboard.test.test_plugins.panel_group_config._40_admin_add_panel_to_second_group. Excluded module openstack_dashboard.test.test_plugins.panel_group_config. Excluded module openstack_dashboard.test.test_plugins.panel_group_config._30_admin_add_second_panel_group. Excluded module openstack_dashboard.test.test_plugins.panel_group_config._20_admin_add_panel_to_group. Excluded module openstack_dashboard.test.test_plugins.panel_group_config._10_admin_add_panel_group. Excluded module openstack_dashboard.test.test_panels. Excluded module openstack_dashboard.test.test_panels.plugin_panel.panel. Excluded module openstack_dashboard.test.test_panels.plugin_panel.urls. Excluded module openstack_dashboard.test.test_panels.plugin_panel. Excluded module openstack_dashboard.test.test_panels.plugin_panel.views. Excluded module openstack_dashboard.test.test_panels.second_panel.panel. Excluded module openstack_dashboard.test.test_panels.second_panel.urls. Excluded module openstack_dashboard.test.test_panels.second_panel. Excluded module openstack_dashboard.test.test_panels.second_panel.views. Module openstack_dashboard.django_pyscss_fix updated, generating new documentation. Module openstack_dashboard.dashboards updated, generating new documentation. Module openstack_dashboard.dashboards.admin updated, generating new documentation. Module openstack_dashboard.dashboards.admin.models updated, generating new documentation. Module openstack_dashboard.dashboards.admin.dashboard updated, generating new documentation. Module openstack_dashboard.dashboards.admin.hypervisors.panel updated, generating new documentation. Module openstack_dashboard.dashboards.admin.hypervisors.urls updated, generating new documentation. Module openstack_dashboard.dashboards.admin.hypervisors updated, generating new documentation. Module openstack_dashboard.dashboards.admin.hypervisors.views updated, generating new documentation. Module openstack_dashboard.dashboards.admin.hypervisors.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.admin.hypervisors.tables updated, generating new documentation. Module openstack_dashboard.dashboards.admin.hypervisors.compute.urls updated, generating new documentation. Module openstack_dashboard.dashboards.admin.hypervisors.compute updated, generating new documentation. Module openstack_dashboard.dashboards.admin.hypervisors.compute.views updated, generating new documentation. Module openstack_dashboard.dashboards.admin.hypervisors.compute.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.admin.hypervisors.compute.forms updated, generating new documentation. Module openstack_dashboard.dashboards.admin.hypervisors.compute.tables updated, generating new documentation. Module openstack_dashboard.dashboards.admin.metering.panel updated, generating new documentation. Module openstack_dashboard.dashboards.admin.metering.urls updated, generating new documentation. Module openstack_dashboard.dashboards.admin.metering updated, generating new documentation. Module openstack_dashboard.dashboards.admin.metering.views updated, generating new documentation. Module openstack_dashboard.dashboards.admin.metering.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.admin.metering.forms updated, generating new documentation. Module openstack_dashboard.dashboards.admin.metering.tables updated, generating new documentation. Module openstack_dashboard.dashboards.admin.aggregates.constants updated, generating new documentation. Module openstack_dashboard.dashboards.admin.aggregates.panel updated, generating new documentation. Module openstack_dashboard.dashboards.admin.aggregates.urls updated, generating new documentation. Module openstack_dashboard.dashboards.admin.aggregates updated, generating new documentation. Module openstack_dashboard.dashboards.admin.aggregates.views updated, generating new documentation. Module openstack_dashboard.dashboards.admin.aggregates.forms updated, generating new documentation. Module openstack_dashboard.dashboards.admin.aggregates.tables updated, generating new documentation. Module openstack_dashboard.dashboards.admin.aggregates.workflows updated, generating new documentation. Module openstack_dashboard.dashboards.admin.images.panel updated, generating new documentation. Module openstack_dashboard.dashboards.admin.images.urls updated, generating new documentation. Module openstack_dashboard.dashboards.admin.images updated, generating new documentation. Module openstack_dashboard.dashboards.admin.images.views updated, generating new documentation. Module openstack_dashboard.dashboards.admin.images.forms updated, generating new documentation. Module openstack_dashboard.dashboards.admin.images.tables updated, generating new documentation. Module openstack_dashboard.dashboards.admin.instances.panel updated, generating new documentation. Module openstack_dashboard.dashboards.admin.instances.urls updated, generating new documentation. Module openstack_dashboard.dashboards.admin.instances updated, generating new documentation. Module openstack_dashboard.dashboards.admin.instances.views updated, generating new documentation. Module openstack_dashboard.dashboards.admin.instances.forms updated, generating new documentation. Module openstack_dashboard.dashboards.admin.instances.tables updated, generating new documentation. Module openstack_dashboard.dashboards.admin.overview.panel updated, generating new documentation. Module openstack_dashboard.dashboards.admin.overview.urls updated, generating new documentation. Module openstack_dashboard.dashboards.admin.overview updated, generating new documentation. Module openstack_dashboard.dashboards.admin.overview.views updated, generating new documentation. Module openstack_dashboard.dashboards.admin.networks.panel updated, generating new documentation. Module openstack_dashboard.dashboards.admin.networks.urls updated, generating new documentation. Module openstack_dashboard.dashboards.admin.networks updated, generating new documentation. Module openstack_dashboard.dashboards.admin.networks.views updated, generating new documentation. Module openstack_dashboard.dashboards.admin.networks.forms updated, generating new documentation. Module openstack_dashboard.dashboards.admin.networks.tables updated, generating new documentation. Module openstack_dashboard.dashboards.admin.networks.subnets.urls updated, generating new documentation. Module openstack_dashboard.dashboards.admin.networks.subnets updated, generating new documentation. Module openstack_dashboard.dashboards.admin.networks.subnets.views updated, generating new documentation. Module openstack_dashboard.dashboards.admin.networks.subnets.tables updated, generating new documentation. Module openstack_dashboard.dashboards.admin.networks.subnets.workflows updated, generating new documentation. Module openstack_dashboard.dashboards.admin.networks.agents updated, generating new documentation. Module openstack_dashboard.dashboards.admin.networks.agents.views updated, generating new documentation. Module openstack_dashboard.dashboards.admin.networks.agents.forms updated, generating new documentation. Module openstack_dashboard.dashboards.admin.networks.agents.tables updated, generating new documentation. Module openstack_dashboard.dashboards.admin.networks.ports.urls updated, generating new documentation. Module openstack_dashboard.dashboards.admin.networks.ports updated, generating new documentation. Module openstack_dashboard.dashboards.admin.networks.ports.views updated, generating new documentation. Module openstack_dashboard.dashboards.admin.networks.ports.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.admin.networks.ports.forms updated, generating new documentation. Module openstack_dashboard.dashboards.admin.networks.ports.tables updated, generating new documentation. Module openstack_dashboard.dashboards.admin.defaults.panel updated, generating new documentation. Module openstack_dashboard.dashboards.admin.defaults.urls updated, generating new documentation. Module openstack_dashboard.dashboards.admin.defaults updated, generating new documentation. Module openstack_dashboard.dashboards.admin.defaults.views updated, generating new documentation. Module openstack_dashboard.dashboards.admin.defaults.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.admin.defaults.tables updated, generating new documentation. Module openstack_dashboard.dashboards.admin.defaults.workflows updated, generating new documentation. Module openstack_dashboard.dashboards.admin.flavors.constants updated, generating new documentation. Module openstack_dashboard.dashboards.admin.flavors.panel updated, generating new documentation. Module openstack_dashboard.dashboards.admin.flavors.urls updated, generating new documentation. Module openstack_dashboard.dashboards.admin.flavors updated, generating new documentation. Module openstack_dashboard.dashboards.admin.flavors.views updated, generating new documentation. Module openstack_dashboard.dashboards.admin.flavors.forms updated, generating new documentation. Module openstack_dashboard.dashboards.admin.flavors.tables updated, generating new documentation. Module openstack_dashboard.dashboards.admin.flavors.workflows updated, generating new documentation. Module openstack_dashboard.dashboards.admin.metadata_defs.constants updated, generating new documentation. Module openstack_dashboard.dashboards.admin.metadata_defs.panel updated, generating new documentation. Module openstack_dashboard.dashboards.admin.metadata_defs.urls updated, generating new documentation. Module openstack_dashboard.dashboards.admin.metadata_defs updated, generating new documentation. Module openstack_dashboard.dashboards.admin.metadata_defs.views updated, generating new documentation. Module openstack_dashboard.dashboards.admin.metadata_defs.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.admin.metadata_defs.forms updated, generating new documentation. Module openstack_dashboard.dashboards.admin.metadata_defs.tables updated, generating new documentation. Module openstack_dashboard.dashboards.admin.routers.panel updated, generating new documentation. Module openstack_dashboard.dashboards.admin.routers.urls updated, generating new documentation. Module openstack_dashboard.dashboards.admin.routers updated, generating new documentation. Module openstack_dashboard.dashboards.admin.routers.views updated, generating new documentation. Module openstack_dashboard.dashboards.admin.routers.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.admin.routers.forms updated, generating new documentation. Module openstack_dashboard.dashboards.admin.routers.tables updated, generating new documentation. Module openstack_dashboard.dashboards.admin.routers.ports.urls updated, generating new documentation. Module openstack_dashboard.dashboards.admin.routers.ports updated, generating new documentation. Module openstack_dashboard.dashboards.admin.routers.ports.views updated, generating new documentation. Module openstack_dashboard.dashboards.admin.routers.ports.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.admin.routers.ports.tables updated, generating new documentation. Module openstack_dashboard.dashboards.admin.volumes.panel updated, generating new documentation. Module openstack_dashboard.dashboards.admin.volumes.urls updated, generating new documentation. Module openstack_dashboard.dashboards.admin.volumes updated, generating new documentation. Module openstack_dashboard.dashboards.admin.volumes.views updated, generating new documentation. Module openstack_dashboard.dashboards.admin.volumes.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.admin.volumes.volume_types.urls updated, generating new documentation. Module openstack_dashboard.dashboards.admin.volumes.volume_types updated, generating new documentation. Module openstack_dashboard.dashboards.admin.volumes.volume_types.views updated, generating new documentation. Module openstack_dashboard.dashboards.admin.volumes.volume_types.forms updated, generating new documentation. Module openstack_dashboard.dashboards.admin.volumes.volume_types.tables updated, generating new documentation. Module openstack_dashboard.dashboards.admin.volumes.volume_types.extras.urls updated, generating new documentation. Module openstack_dashboard.dashboards.admin.volumes.volume_types.extras updated, generating new documentation. Module openstack_dashboard.dashboards.admin.volumes.volume_types.extras.views updated, generating new documentation. Module openstack_dashboard.dashboards.admin.volumes.volume_types.extras.forms updated, generating new documentation. Module openstack_dashboard.dashboards.admin.volumes.volume_types.extras.tables updated, generating new documentation. Module openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs.urls updated, generating new documentation. Module openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs updated, generating new documentation. Module openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs.views updated, generating new documentation. Module openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs.forms updated, generating new documentation. Module openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs.tables updated, generating new documentation. Module openstack_dashboard.dashboards.admin.volumes.volumes.urls updated, generating new documentation. Module openstack_dashboard.dashboards.admin.volumes.volumes updated, generating new documentation. Module openstack_dashboard.dashboards.admin.volumes.volumes.views updated, generating new documentation. Module openstack_dashboard.dashboards.admin.volumes.volumes.forms updated, generating new documentation. Module openstack_dashboard.dashboards.admin.volumes.volumes.tables updated, generating new documentation. Module openstack_dashboard.dashboards.admin.volumes.snapshots.urls updated, generating new documentation. Module openstack_dashboard.dashboards.admin.volumes.snapshots updated, generating new documentation. Module openstack_dashboard.dashboards.admin.volumes.snapshots.views updated, generating new documentation. Module openstack_dashboard.dashboards.admin.volumes.snapshots.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.admin.volumes.snapshots.forms updated, generating new documentation. Module openstack_dashboard.dashboards.admin.volumes.snapshots.tables updated, generating new documentation. Module openstack_dashboard.dashboards.admin.info.constants updated, generating new documentation. Module openstack_dashboard.dashboards.admin.info.panel updated, generating new documentation. Module openstack_dashboard.dashboards.admin.info.urls updated, generating new documentation. Module openstack_dashboard.dashboards.admin.info updated, generating new documentation. Module openstack_dashboard.dashboards.admin.info.views updated, generating new documentation. Module openstack_dashboard.dashboards.admin.info.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.admin.info.tables updated, generating new documentation. Module openstack_dashboard.dashboards.theme updated, generating new documentation. Module openstack_dashboard.dashboards.theme.models updated, generating new documentation. Module openstack_dashboard.dashboards.theme.dashboard updated, generating new documentation. Module openstack_dashboard.dashboards.theme.theme_index.panel updated, generating new documentation. Module openstack_dashboard.dashboards.theme.theme_index.urls updated, generating new documentation. Module openstack_dashboard.dashboards.theme.theme_index updated, generating new documentation. Module openstack_dashboard.dashboards.theme.theme_index.views updated, generating new documentation. Module openstack_dashboard.dashboards.identity updated, generating new documentation. Module openstack_dashboard.dashboards.identity.dashboard updated, generating new documentation. Module openstack_dashboard.dashboards.identity.groups.constants updated, generating new documentation. Module openstack_dashboard.dashboards.identity.groups.panel updated, generating new documentation. Module openstack_dashboard.dashboards.identity.groups.urls updated, generating new documentation. Module openstack_dashboard.dashboards.identity.groups updated, generating new documentation. Module openstack_dashboard.dashboards.identity.groups.views updated, generating new documentation. Module openstack_dashboard.dashboards.identity.groups.forms updated, generating new documentation. Module openstack_dashboard.dashboards.identity.groups.tables updated, generating new documentation. Module openstack_dashboard.dashboards.identity.roles.panel updated, generating new documentation. Module openstack_dashboard.dashboards.identity.roles.urls updated, generating new documentation. Module openstack_dashboard.dashboards.identity.roles updated, generating new documentation. Module openstack_dashboard.dashboards.identity.roles.views updated, generating new documentation. Module openstack_dashboard.dashboards.identity.roles.forms updated, generating new documentation. Module openstack_dashboard.dashboards.identity.roles.tables updated, generating new documentation. Module openstack_dashboard.dashboards.identity.projects.panel updated, generating new documentation. Module openstack_dashboard.dashboards.identity.projects.urls updated, generating new documentation. Module openstack_dashboard.dashboards.identity.projects updated, generating new documentation. Module openstack_dashboard.dashboards.identity.projects.views updated, generating new documentation. Module openstack_dashboard.dashboards.identity.projects.tables updated, generating new documentation. Module openstack_dashboard.dashboards.identity.projects.workflows updated, generating new documentation. Module openstack_dashboard.dashboards.identity.domains.constants updated, generating new documentation. Module openstack_dashboard.dashboards.identity.domains.panel updated, generating new documentation. Module openstack_dashboard.dashboards.identity.domains.urls updated, generating new documentation. Module openstack_dashboard.dashboards.identity.domains updated, generating new documentation. Module openstack_dashboard.dashboards.identity.domains.views updated, generating new documentation. Module openstack_dashboard.dashboards.identity.domains.tables updated, generating new documentation. Module openstack_dashboard.dashboards.identity.domains.workflows updated, generating new documentation. Module openstack_dashboard.dashboards.identity.users.panel updated, generating new documentation. Module openstack_dashboard.dashboards.identity.users.urls updated, generating new documentation. Module openstack_dashboard.dashboards.identity.users updated, generating new documentation. Module openstack_dashboard.dashboards.identity.users.views updated, generating new documentation. Module openstack_dashboard.dashboards.identity.users.forms updated, generating new documentation. Module openstack_dashboard.dashboards.identity.users.tables updated, generating new documentation. Module openstack_dashboard.dashboards.settings updated, generating new documentation. Module openstack_dashboard.dashboards.settings.models updated, generating new documentation. Module openstack_dashboard.dashboards.settings.dashboard updated, generating new documentation. Module openstack_dashboard.dashboards.settings.user.panel updated, generating new documentation. Module openstack_dashboard.dashboards.settings.user.urls updated, generating new documentation. Module openstack_dashboard.dashboards.settings.user updated, generating new documentation. Module openstack_dashboard.dashboards.settings.user.views updated, generating new documentation. Module openstack_dashboard.dashboards.settings.user.forms updated, generating new documentation. Module openstack_dashboard.dashboards.settings.password.panel updated, generating new documentation. Module openstack_dashboard.dashboards.settings.password.urls updated, generating new documentation. Module openstack_dashboard.dashboards.settings.password updated, generating new documentation. Module openstack_dashboard.dashboards.settings.password.views updated, generating new documentation. Module openstack_dashboard.dashboards.settings.password.forms updated, generating new documentation. Module openstack_dashboard.dashboards.project updated, generating new documentation. Module openstack_dashboard.dashboards.project.models updated, generating new documentation. Module openstack_dashboard.dashboards.project.dashboard updated, generating new documentation. Module openstack_dashboard.dashboards.project.firewalls.panel updated, generating new documentation. Module openstack_dashboard.dashboards.project.firewalls.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.firewalls updated, generating new documentation. Module openstack_dashboard.dashboards.project.firewalls.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.firewalls.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.project.firewalls.forms updated, generating new documentation. Module openstack_dashboard.dashboards.project.firewalls.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.firewalls.workflows updated, generating new documentation. Module openstack_dashboard.dashboards.project.loadbalancers.utils updated, generating new documentation. Module openstack_dashboard.dashboards.project.loadbalancers.panel updated, generating new documentation. Module openstack_dashboard.dashboards.project.loadbalancers.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.loadbalancers updated, generating new documentation. Module openstack_dashboard.dashboards.project.loadbalancers.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.loadbalancers.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.project.loadbalancers.forms updated, generating new documentation. Module openstack_dashboard.dashboards.project.loadbalancers.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.loadbalancers.models updated, generating new documentation. Module openstack_dashboard.dashboards.project.loadbalancers.workflows updated, generating new documentation. Module openstack_dashboard.dashboards.project.stacks.sro updated, generating new documentation. Module openstack_dashboard.dashboards.project.stacks.panel updated, generating new documentation. Module openstack_dashboard.dashboards.project.stacks.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.stacks.api updated, generating new documentation. Module openstack_dashboard.dashboards.project.stacks updated, generating new documentation. Module openstack_dashboard.dashboards.project.stacks.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.stacks.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.project.stacks.forms updated, generating new documentation. Module openstack_dashboard.dashboards.project.stacks.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.stacks.mappings updated, generating new documentation. Module openstack_dashboard.dashboards.project.stacks.resource_types.panel updated, generating new documentation. Module openstack_dashboard.dashboards.project.stacks.resource_types.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.stacks.resource_types updated, generating new documentation. Module openstack_dashboard.dashboards.project.stacks.resource_types.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.stacks.resource_types.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.project.stacks.resource_types.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.data_image_registry.panel updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.data_image_registry.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.data_image_registry updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.data_image_registry.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.data_image_registry.forms updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.data_image_registry.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.data_plugins.panel updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.data_plugins.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.data_plugins updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.data_plugins.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.data_plugins.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.data_plugins.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.clusters.panel updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.clusters.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.clusters updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.clusters.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.clusters.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.clusters.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.clusters.workflows updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.clusters.workflows.create updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.clusters.workflows.scale updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.job_executions.panel updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.job_executions.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.job_executions updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.job_executions.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.job_executions.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.job_executions.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.data_sources.panel updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.data_sources.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.data_sources updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.data_sources.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.data_sources.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.data_sources.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.data_sources.workflows updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.data_sources.workflows.create updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.job_binaries.panel updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.job_binaries.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.job_binaries updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.job_binaries.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.job_binaries.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.job_binaries.forms updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.job_binaries.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.utils updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.utils.anti_affinity updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.utils.neutron_support updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.utils.helpers updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.utils.workflow_helpers updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.jobs.panel updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.jobs.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.jobs updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.jobs.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.jobs.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.jobs.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.jobs.workflows.launch updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.jobs.workflows updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.jobs.workflows.create updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.panel updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.nodegroup_templates updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.workflows updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.workflows.create updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.workflows.copy updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.cluster_templates.panel updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.cluster_templates.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.cluster_templates updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.cluster_templates.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.cluster_templates.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.cluster_templates.forms updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.cluster_templates.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.cluster_templates.workflows updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.cluster_templates.workflows.create updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.cluster_templates.workflows.copy updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.wizard.panel updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.wizard.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.wizard updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.wizard.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.data_processing.wizard.forms updated, generating new documentation. Module openstack_dashboard.dashboards.project.network_topology.panel updated, generating new documentation. Module openstack_dashboard.dashboards.project.network_topology.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.network_topology updated, generating new documentation. Module openstack_dashboard.dashboards.project.network_topology.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.network_topology.instances updated, generating new documentation. Module openstack_dashboard.dashboards.project.network_topology.instances.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.network_topology.ports updated, generating new documentation. Module openstack_dashboard.dashboards.project.network_topology.ports.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.network_topology.routers updated, generating new documentation. Module openstack_dashboard.dashboards.project.network_topology.routers.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.access_and_security.panel updated, generating new documentation. Module openstack_dashboard.dashboards.project.access_and_security.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.access_and_security updated, generating new documentation. Module openstack_dashboard.dashboards.project.access_and_security.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.access_and_security.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.project.access_and_security.keypairs.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.access_and_security.keypairs updated, generating new documentation. Module openstack_dashboard.dashboards.project.access_and_security.keypairs.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.access_and_security.keypairs.forms updated, generating new documentation. Module openstack_dashboard.dashboards.project.access_and_security.keypairs.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.access_and_security.api_access.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.access_and_security.api_access updated, generating new documentation. Module openstack_dashboard.dashboards.project.access_and_security.api_access.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.access_and_security.api_access.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.access_and_security.security_groups.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.access_and_security.security_groups updated, generating new documentation. Module openstack_dashboard.dashboards.project.access_and_security.security_groups.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.access_and_security.security_groups.forms updated, generating new documentation. Module openstack_dashboard.dashboards.project.access_and_security.security_groups.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.access_and_security.floating_ips.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.access_and_security.floating_ips updated, generating new documentation. Module openstack_dashboard.dashboards.project.access_and_security.floating_ips.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.access_and_security.floating_ips.forms updated, generating new documentation. Module openstack_dashboard.dashboards.project.access_and_security.floating_ips.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.access_and_security.floating_ips.workflows updated, generating new documentation. Module openstack_dashboard.dashboards.project.images.utils updated, generating new documentation. Module openstack_dashboard.dashboards.project.images.panel updated, generating new documentation. Module openstack_dashboard.dashboards.project.images.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.images updated, generating new documentation. Module openstack_dashboard.dashboards.project.images.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.images.images.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.images.images updated, generating new documentation. Module openstack_dashboard.dashboards.project.images.images.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.images.images.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.project.images.images.forms updated, generating new documentation. Module openstack_dashboard.dashboards.project.images.images.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.images.snapshots.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.images.snapshots updated, generating new documentation. Module openstack_dashboard.dashboards.project.images.snapshots.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.images.snapshots.forms updated, generating new documentation. Module openstack_dashboard.dashboards.project.containers.utils updated, generating new documentation. Module openstack_dashboard.dashboards.project.containers.panel updated, generating new documentation. Module openstack_dashboard.dashboards.project.containers.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.containers.browsers updated, generating new documentation. Module openstack_dashboard.dashboards.project.containers updated, generating new documentation. Module openstack_dashboard.dashboards.project.containers.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.containers.forms updated, generating new documentation. Module openstack_dashboard.dashboards.project.containers.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.vpn.panel updated, generating new documentation. Module openstack_dashboard.dashboards.project.vpn.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.vpn updated, generating new documentation. Module openstack_dashboard.dashboards.project.vpn.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.vpn.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.project.vpn.forms updated, generating new documentation. Module openstack_dashboard.dashboards.project.vpn.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.vpn.workflows updated, generating new documentation. Module openstack_dashboard.dashboards.project.instances.audit_tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.instances.utils updated, generating new documentation. Module openstack_dashboard.dashboards.project.instances.panel updated, generating new documentation. Module openstack_dashboard.dashboards.project.instances.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.instances updated, generating new documentation. Module openstack_dashboard.dashboards.project.instances.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.instances.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.project.instances.console updated, generating new documentation. Module openstack_dashboard.dashboards.project.instances.forms updated, generating new documentation. Module openstack_dashboard.dashboards.project.instances.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.instances.workflows.create_instance updated, generating new documentation. Module openstack_dashboard.dashboards.project.instances.workflows updated, generating new documentation. Module openstack_dashboard.dashboards.project.instances.workflows.update_instance updated, generating new documentation. Module openstack_dashboard.dashboards.project.instances.workflows.resize_instance updated, generating new documentation. Module openstack_dashboard.dashboards.project.overview.panel updated, generating new documentation. Module openstack_dashboard.dashboards.project.overview.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.overview updated, generating new documentation. Module openstack_dashboard.dashboards.project.overview.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.networks.panel updated, generating new documentation. Module openstack_dashboard.dashboards.project.networks.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.networks updated, generating new documentation. Module openstack_dashboard.dashboards.project.networks.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.networks.forms updated, generating new documentation. Module openstack_dashboard.dashboards.project.networks.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.networks.workflows updated, generating new documentation. Module openstack_dashboard.dashboards.project.networks.subnets.utils updated, generating new documentation. Module openstack_dashboard.dashboards.project.networks.subnets.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.networks.subnets updated, generating new documentation. Module openstack_dashboard.dashboards.project.networks.subnets.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.networks.subnets.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.project.networks.subnets.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.networks.subnets.workflows updated, generating new documentation. Module openstack_dashboard.dashboards.project.networks.ports.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.networks.ports updated, generating new documentation. Module openstack_dashboard.dashboards.project.networks.ports.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.networks.ports.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.project.networks.ports.forms updated, generating new documentation. Module openstack_dashboard.dashboards.project.networks.ports.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.database_backups.panel updated, generating new documentation. Module openstack_dashboard.dashboards.project.database_backups.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.database_backups updated, generating new documentation. Module openstack_dashboard.dashboards.project.database_backups.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.database_backups.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.database_backups.workflows updated, generating new documentation. Module openstack_dashboard.dashboards.project.database_backups.workflows.create_backup updated, generating new documentation. Module openstack_dashboard.dashboards.project.databases.panel updated, generating new documentation. Module openstack_dashboard.dashboards.project.databases.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.databases updated, generating new documentation. Module openstack_dashboard.dashboards.project.databases.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.databases.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.project.databases.forms updated, generating new documentation. Module openstack_dashboard.dashboards.project.databases.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.databases.workflows.create_instance updated, generating new documentation. Module openstack_dashboard.dashboards.project.databases.workflows updated, generating new documentation. Module openstack_dashboard.dashboards.project.routers.panel updated, generating new documentation. Module openstack_dashboard.dashboards.project.routers.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.routers updated, generating new documentation. Module openstack_dashboard.dashboards.project.routers.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.routers.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.project.routers.forms updated, generating new documentation. Module openstack_dashboard.dashboards.project.routers.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.routers.extensions updated, generating new documentation. Module openstack_dashboard.dashboards.project.routers.extensions.routerrules updated, generating new documentation. Module openstack_dashboard.dashboards.project.routers.extensions.routerrules.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.routers.extensions.routerrules.rulemanager updated, generating new documentation. Module openstack_dashboard.dashboards.project.routers.extensions.routerrules.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.project.routers.extensions.routerrules.forms updated, generating new documentation. Module openstack_dashboard.dashboards.project.routers.extensions.routerrules.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.routers.ports.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.routers.ports updated, generating new documentation. Module openstack_dashboard.dashboards.project.routers.ports.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.routers.ports.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.project.routers.ports.forms updated, generating new documentation. Module openstack_dashboard.dashboards.project.routers.ports.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.volumes.utils updated, generating new documentation. Module openstack_dashboard.dashboards.project.volumes.panel updated, generating new documentation. Module openstack_dashboard.dashboards.project.volumes.test updated, generating new documentation. Module openstack_dashboard.dashboards.project.volumes.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.volumes updated, generating new documentation. Module openstack_dashboard.dashboards.project.volumes.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.volumes.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.project.volumes.backups.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.volumes.backups updated, generating new documentation. Module openstack_dashboard.dashboards.project.volumes.backups.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.volumes.backups.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.project.volumes.backups.forms updated, generating new documentation. Module openstack_dashboard.dashboards.project.volumes.backups.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.volumes.volumes.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.volumes.volumes updated, generating new documentation. Module openstack_dashboard.dashboards.project.volumes.volumes.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.volumes.volumes.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.project.volumes.volumes.forms updated, generating new documentation. Module openstack_dashboard.dashboards.project.volumes.volumes.tables updated, generating new documentation. Module openstack_dashboard.dashboards.project.volumes.snapshots.urls updated, generating new documentation. Module openstack_dashboard.dashboards.project.volumes.snapshots updated, generating new documentation. Module openstack_dashboard.dashboards.project.volumes.snapshots.views updated, generating new documentation. Module openstack_dashboard.dashboards.project.volumes.snapshots.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.project.volumes.snapshots.forms updated, generating new documentation. Module openstack_dashboard.dashboards.project.volumes.snapshots.tables updated, generating new documentation. Module openstack_dashboard.dashboards.router updated, generating new documentation. Module openstack_dashboard.dashboards.router.models updated, generating new documentation. Module openstack_dashboard.dashboards.router.dashboard updated, generating new documentation. Module openstack_dashboard.dashboards.router.nexus1000v.panel updated, generating new documentation. Module openstack_dashboard.dashboards.router.nexus1000v.urls updated, generating new documentation. Module openstack_dashboard.dashboards.router.nexus1000v updated, generating new documentation. Module openstack_dashboard.dashboards.router.nexus1000v.views updated, generating new documentation. Module openstack_dashboard.dashboards.router.nexus1000v.tabs updated, generating new documentation. Module openstack_dashboard.dashboards.router.nexus1000v.forms updated, generating new documentation. Module openstack_dashboard.dashboards.router.nexus1000v.tables updated, generating new documentation. Module openstack_dashboard.usage updated, generating new documentation. Module openstack_dashboard.usage.base updated, generating new documentation. Module openstack_dashboard.usage.views updated, generating new documentation. Module openstack_dashboard.usage.quotas updated, generating new documentation. Module openstack_dashboard.usage.tables updated, generating new documentation. Module openstack_dashboard.utils.metering updated, generating new documentation. Module openstack_dashboard.utils updated, generating new documentation. Module openstack_dashboard.utils.filters updated, generating new documentation. Module openstack_dashboard.utils.settings updated, generating new documentation. Excluded module openstack_dashboard.enabled._30_settings. Excluded module openstack_dashboard.enabled._99_customization. Excluded module openstack_dashboard.enabled._25_identity. Excluded module openstack_dashboard.enabled._40_router. Excluded module openstack_dashboard.enabled. Excluded module openstack_dashboard.enabled._20_admin. Excluded module openstack_dashboard.enabled._10_project. Module openstack_dashboard.management updated, generating new documentation. Module openstack_dashboard.management.commands.make_web_conf updated, generating new documentation. Module openstack_dashboard.management.commands updated, generating new documentation. Module openstack_dashboard.management.commands.migrate_settings updated, generating new documentation. Module openstack_dashboard.templatetags updated, generating new documentation. Module openstack_dashboard.templatetags.context_selection updated, generating new documentation. Module openstack_dashboard.local.local_settings updated, generating new documentation. Module openstack_dashboard.local updated, generating new documentation. Module openstack_dashboard.local.enabled updated, generating new documentation. Module openstack_dashboard.api.glance updated, generating new documentation. Module openstack_dashboard.api.swift updated, generating new documentation. Module openstack_dashboard.api.neutron updated, generating new documentation. Module openstack_dashboard.api.heat updated, generating new documentation. Module openstack_dashboard.api updated, generating new documentation. Module openstack_dashboard.api.base updated, generating new documentation. Module openstack_dashboard.api.trove updated, generating new documentation. Module openstack_dashboard.api.sahara updated, generating new documentation. Module openstack_dashboard.api.vpn updated, generating new documentation. Module openstack_dashboard.api.nova updated, generating new documentation. Module openstack_dashboard.api.lbaas updated, generating new documentation. Module openstack_dashboard.api.ceilometer updated, generating new documentation. Module openstack_dashboard.api.fwaas updated, generating new documentation. Module openstack_dashboard.api.network_base updated, generating new documentation. Module openstack_dashboard.api.cinder updated, generating new documentation. Module openstack_dashboard.api.network updated, generating new documentation. Module openstack_dashboard.api.keystone updated, generating new documentation. Module openstack_dashboard.api.rest.glance updated, generating new documentation. Module openstack_dashboard.api.rest.utils updated, generating new documentation. Module openstack_dashboard.api.rest.urls updated, generating new documentation. Module openstack_dashboard.api.rest.neutron updated, generating new documentation. Module openstack_dashboard.api.rest updated, generating new documentation. Module openstack_dashboard.api.rest.nova updated, generating new documentation. Module openstack_dashboard.api.rest.config updated, generating new documentation. Module openstack_dashboard.api.rest.policy updated, generating new documentation. Module openstack_dashboard.api.rest.cinder updated, generating new documentation. Module openstack_dashboard.api.rest.network updated, generating new documentation. Module openstack_dashboard.api.rest.keystone updated, generating new documentation. Module openstack_dashboard.openstack updated, generating new documentation. Excluded module openstack_dashboard.openstack.common._i18n. Excluded module openstack_dashboard.openstack.common. Excluded module openstack_dashboard.openstack.common.log. Excluded module openstack_dashboard.openstack.common.fileutils. Excluded module openstack_dashboard.openstack.common.policy. Excluded module openstack_dashboard.openstack.common.local. loading pickled environment... not yet created Using openstack theme from /usr/lib/python2.7/site-packages/oslosphinx/theme building [html]: targets for 643 source files that are out of date updating environment: 643 added, 0 changed, 0 removed reading sources... [ 0%] contributing reading sources... [ 0%] faq reading sources... [ 0%] glossary reading sources... [ 0%] index reading sources... [ 0%] intro reading sources... [ 0%] quickstart reading sources... [ 1%] ref/context_processors reading sources... [ 1%] ref/decorators reading sources... [ 1%] ref/exceptions reading sources... [ 1%] ref/forms reading sources... [ 1%] ref/horizon reading sources... [ 1%] ref/local_conf reading sources... [ 2%] ref/middleware reading sources... [ 2%] ref/run_tests reading sources... [ 2%] ref/tables reading sources... [ 2%] ref/tabs reading sources... [ 2%] ref/test No handlers could be found for logger "horizon.test.helpers" reading sources... [ 2%] ref/workflows reading sources... [ 2%] releases/2012_1 reading sources... [ 3%] releases/2012_2 reading sources... [ 3%] releases/2013_1 reading sources... [ 3%] releases/2013_2 reading sources... [ 3%] releases/2014_1 reading sources... [ 3%] releases/2014_2 reading sources... [ 3%] sourcecode/autoindex reading sources... [ 4%] sourcecode/horizon/horizon reading sources... [ 4%] sourcecode/horizon/horizon.base reading sources... [ 4%] sourcecode/horizon/horizon.browsers reading sources... [ 4%] sourcecode/horizon/horizon.browsers.base reading sources... [ 4%] sourcecode/horizon/horizon.browsers.breadcrumb reading sources... [ 4%] sourcecode/horizon/horizon.browsers.views reading sources... [ 4%] sourcecode/horizon/horizon.conf reading sources... [ 5%] sourcecode/horizon/horizon.conf.dash_template reading sources... [ 5%] sourcecode/horizon/horizon.conf.dash_template.models reading sources... [ 5%] sourcecode/horizon/horizon.conf.default reading sources... [ 5%] sourcecode/horizon/horizon.conf.panel_template reading sources... [ 5%] sourcecode/horizon/horizon.conf.panel_template.views reading sources... [ 5%] sourcecode/horizon/horizon.context_processors reading sources... [ 6%] sourcecode/horizon/horizon.contrib reading sources... [ 6%] sourcecode/horizon/horizon.contrib.bootstrap_datepicker reading sources... [ 6%] sourcecode/horizon/horizon.decorators reading sources... [ 6%] sourcecode/horizon/horizon.exceptions reading sources... [ 6%] sourcecode/horizon/horizon.forms reading sources... [ 6%] sourcecode/horizon/horizon.forms.base reading sources... [ 6%] sourcecode/horizon/horizon.forms.fields reading sources... [ 7%] sourcecode/horizon/horizon.forms.views reading sources... [ 7%] sourcecode/horizon/horizon.loaders reading sources... [ 7%] sourcecode/horizon/horizon.management reading sources... [ 7%] sourcecode/horizon/horizon.management.commands reading sources... [ 7%] sourcecode/horizon/horizon.management.commands.startdash reading sources... [ 7%] sourcecode/horizon/horizon.management.commands.startpanel reading sources... [ 8%] sourcecode/horizon/horizon.messages reading sources... [ 8%] sourcecode/horizon/horizon.middleware reading sources... [ 8%] sourcecode/horizon/horizon.models reading sources... [ 8%] sourcecode/horizon/horizon.site_urls reading sources... [ 8%] sourcecode/horizon/horizon.tables reading sources... [ 8%] sourcecode/horizon/horizon.tables.actions reading sources... [ 9%] sourcecode/horizon/horizon.tables.base reading sources... [ 9%] sourcecode/horizon/horizon.tables.formset reading sources... [ 9%] sourcecode/horizon/horizon.tables.views reading sources... [ 9%] sourcecode/horizon/horizon.tabs reading sources... [ 9%] sourcecode/horizon/horizon.tabs.base reading sources... [ 9%] sourcecode/horizon/horizon.tabs.views reading sources... [ 9%] sourcecode/horizon/horizon.templatetags reading sources... [ 10%] sourcecode/horizon/horizon.templatetags.branding reading sources... [ 10%] sourcecode/horizon/horizon.templatetags.form_helpers reading sources... [ 10%] sourcecode/horizon/horizon.templatetags.horizon reading sources... [ 10%] sourcecode/horizon/horizon.templatetags.parse_date reading sources... [ 10%] sourcecode/horizon/horizon.templatetags.shellfilter reading sources... [ 10%] sourcecode/horizon/horizon.templatetags.sizeformat reading sources... [ 11%] sourcecode/horizon/horizon.templatetags.truncate_filter reading sources... [ 11%] sourcecode/horizon/horizon.utils reading sources... [ 11%] sourcecode/horizon/horizon.utils.csvbase reading sources... [ 11%] sourcecode/horizon/horizon.utils.filters reading sources... [ 11%] sourcecode/horizon/horizon.utils.functions reading sources... [ 11%] sourcecode/horizon/horizon.utils.html reading sources... [ 11%] sourcecode/horizon/horizon.utils.memoized reading sources... [ 12%] sourcecode/horizon/horizon.utils.secret_key reading sources... [ 12%] sourcecode/horizon/horizon.utils.units reading sources... [ 12%] sourcecode/horizon/horizon.utils.urlresolvers reading sources... [ 12%] sourcecode/horizon/horizon.utils.validators reading sources... [ 12%] sourcecode/horizon/horizon.version reading sources... [ 12%] sourcecode/horizon/horizon.views reading sources... [ 13%] sourcecode/horizon/horizon.workflows reading sources... [ 13%] sourcecode/horizon/horizon.workflows.base reading sources... [ 13%] sourcecode/horizon/horizon.workflows.views reading sources... [ 13%] sourcecode/openstack_dashboard/openstack_dashboard reading sources... [ 13%] sourcecode/openstack_dashboard/openstack_dashboard.api reading sources... [ 13%] sourcecode/openstack_dashboard/openstack_dashboard.api.base reading sources... [ 13%] sourcecode/openstack_dashboard/openstack_dashboard.api.ceilometer reading sources... [ 14%] sourcecode/openstack_dashboard/openstack_dashboard.api.cinder reading sources... [ 14%] sourcecode/openstack_dashboard/openstack_dashboard.api.fwaas reading sources... [ 14%] sourcecode/openstack_dashboard/openstack_dashboard.api.glance reading sources... [ 14%] sourcecode/openstack_dashboard/openstack_dashboard.api.heat reading sources... [ 14%] sourcecode/openstack_dashboard/openstack_dashboard.api.keystone reading sources... [ 14%] sourcecode/openstack_dashboard/openstack_dashboard.api.lbaas reading sources... [ 15%] sourcecode/openstack_dashboard/openstack_dashboard.api.network reading sources... [ 15%] sourcecode/openstack_dashboard/openstack_dashboard.api.network_base reading sources... [ 15%] sourcecode/openstack_dashboard/openstack_dashboard.api.neutron reading sources... [ 15%] sourcecode/openstack_dashboard/openstack_dashboard.api.nova reading sources... [ 15%] sourcecode/openstack_dashboard/openstack_dashboard.api.rest reading sources... [ 15%] sourcecode/openstack_dashboard/openstack_dashboard.api.rest.cinder reading sources... [ 16%] sourcecode/openstack_dashboard/openstack_dashboard.api.rest.config reading sources... [ 16%] sourcecode/openstack_dashboard/openstack_dashboard.api.rest.glance reading sources... [ 16%] sourcecode/openstack_dashboard/openstack_dashboard.api.rest.keystone reading sources... [ 16%] sourcecode/openstack_dashboard/openstack_dashboard.api.rest.network reading sources... [ 16%] sourcecode/openstack_dashboard/openstack_dashboard.api.rest.neutron reading sources... [ 16%] sourcecode/openstack_dashboard/openstack_dashboard.api.rest.nova reading sources... [ 16%] sourcecode/openstack_dashboard/openstack_dashboard.api.rest.policy reading sources... [ 17%] sourcecode/openstack_dashboard/openstack_dashboard.api.rest.urls reading sources... [ 17%] sourcecode/openstack_dashboard/openstack_dashboard.api.rest.utils reading sources... [ 17%] sourcecode/openstack_dashboard/openstack_dashboard.api.sahara reading sources... [ 17%] sourcecode/openstack_dashboard/openstack_dashboard.api.swift reading sources... [ 17%] sourcecode/openstack_dashboard/openstack_dashboard.api.trove reading sources... [ 17%] sourcecode/openstack_dashboard/openstack_dashboard.api.vpn reading sources... [ 18%] sourcecode/openstack_dashboard/openstack_dashboard.context_processors reading sources... [ 18%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards reading sources... [ 18%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin reading sources... [ 18%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.aggregates reading sources... [ 18%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.aggregates.constants reading sources... [ 18%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.aggregates.forms reading sources... [ 18%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.aggregates.panel reading sources... [ 19%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.aggregates.tables reading sources... [ 19%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.aggregates.urls reading sources... [ 19%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.aggregates.views reading sources... [ 19%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.aggregates.workflows reading sources... [ 19%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.dashboard reading sources... [ 19%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.defaults reading sources... [ 20%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.defaults.panel reading sources... [ 20%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.defaults.tables reading sources... [ 20%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.defaults.tabs reading sources... [ 20%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.defaults.urls reading sources... [ 20%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.defaults.views reading sources... [ 20%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.defaults.workflows reading sources... [ 20%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.flavors reading sources... [ 21%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.flavors.constants reading sources... [ 21%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.flavors.forms reading sources... [ 21%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.flavors.panel reading sources... [ 21%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.flavors.tables reading sources... [ 21%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.flavors.urls reading sources... [ 21%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.flavors.views reading sources... [ 22%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.flavors.workflows reading sources... [ 22%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.hypervisors reading sources... [ 22%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.hypervisors.compute reading sources... [ 22%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.hypervisors.compute.forms reading sources... [ 22%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.hypervisors.compute.tables reading sources... [ 22%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.hypervisors.compute.tabs reading sources... [ 23%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.hypervisors.compute.urls reading sources... [ 23%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.hypervisors.compute.views reading sources... [ 23%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.hypervisors.panel reading sources... [ 23%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.hypervisors.tables reading sources... [ 23%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.hypervisors.tabs reading sources... [ 23%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.hypervisors.urls reading sources... [ 23%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.hypervisors.views reading sources... [ 24%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.images reading sources... [ 24%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.images.forms reading sources... [ 24%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.images.panel reading sources... [ 24%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.images.tables reading sources... [ 24%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.images.urls reading sources... [ 24%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.images.views reading sources... [ 25%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.info reading sources... [ 25%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.info.constants reading sources... [ 25%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.info.panel reading sources... [ 25%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.info.tables reading sources... [ 25%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.info.tabs reading sources... [ 25%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.info.urls reading sources... [ 25%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.info.views reading sources... [ 26%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.instances reading sources... [ 26%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.instances.forms reading sources... [ 26%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.instances.panel reading sources... [ 26%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.instances.tables reading sources... [ 26%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.instances.urls reading sources... [ 26%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.instances.views reading sources... [ 27%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metadata_defs reading sources... [ 27%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metadata_defs.constants reading sources... [ 27%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metadata_defs.forms reading sources... [ 27%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metadata_defs.panel reading sources... [ 27%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metadata_defs.tables reading sources... [ 27%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metadata_defs.tabs reading sources... [ 27%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metadata_defs.urls reading sources... [ 28%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metadata_defs.views reading sources... [ 28%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metering reading sources... [ 28%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metering.forms reading sources... [ 28%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metering.panel reading sources... [ 28%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metering.tables reading sources... [ 28%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metering.tabs reading sources... [ 29%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metering.urls reading sources... [ 29%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metering.views reading sources... [ 29%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.models reading sources... [ 29%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks reading sources... [ 29%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.agents reading sources... [ 29%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.agents.forms reading sources... [ 30%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.agents.tables reading sources... [ 30%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.agents.views reading sources... [ 30%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.forms reading sources... [ 30%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.panel reading sources... [ 30%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.ports reading sources... [ 30%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.ports.forms reading sources... [ 30%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.ports.tables reading sources... [ 31%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.ports.tabs reading sources... [ 31%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.ports.urls reading sources... [ 31%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.ports.views reading sources... [ 31%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.subnets reading sources... [ 31%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.subnets.tables reading sources... [ 31%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.subnets.urls reading sources... [ 32%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.subnets.views reading sources... [ 32%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.subnets.workflows reading sources... [ 32%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.tables reading sources... [ 32%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.urls reading sources... [ 32%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.views reading sources... [ 32%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.overview reading sources... [ 32%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.overview.panel reading sources... [ 33%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.overview.urls reading sources... [ 33%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.overview.views reading sources... [ 33%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.routers reading sources... [ 33%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.routers.forms reading sources... [ 33%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.routers.panel reading sources... [ 33%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.routers.ports reading sources... [ 34%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.routers.ports.tables reading sources... [ 34%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.routers.ports.tabs reading sources... [ 34%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.routers.ports.urls reading sources... [ 34%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.routers.ports.views reading sources... [ 34%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.routers.tables reading sources... [ 34%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.routers.tabs reading sources... [ 34%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.routers.urls reading sources... [ 35%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.routers.views reading sources... [ 35%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes reading sources... [ 35%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.panel reading sources... [ 35%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.snapshots reading sources... [ 35%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.snapshots.forms reading sources... [ 35%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.snapshots.tables reading sources... [ 36%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.snapshots.tabs reading sources... [ 36%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.snapshots.urls reading sources... [ 36%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.snapshots.views reading sources... [ 36%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.tabs reading sources... [ 36%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.urls reading sources... [ 36%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.views reading sources... [ 37%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types reading sources... [ 37%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.extras reading sources... [ 37%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.extras.forms reading sources... [ 37%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.extras.tables reading sources... [ 37%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.extras.urls reading sources... [ 37%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.extras.views reading sources... [ 37%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.forms reading sources... [ 38%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs reading sources... [ 38%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs.forms reading sources... [ 38%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs.tables reading sources... [ 38%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs.urls reading sources... [ 38%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs.views reading sources... [ 38%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.tables reading sources... [ 39%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.urls reading sources... [ 39%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.views reading sources... [ 39%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volumes reading sources... [ 39%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volumes.forms reading sources... [ 39%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volumes.tables reading sources... [ 39%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volumes.urls reading sources... [ 39%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volumes.views reading sources... [ 40%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity reading sources... [ 40%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.dashboard reading sources... [ 40%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.domains reading sources... [ 40%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.domains.constants reading sources... [ 40%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.domains.panel reading sources... [ 40%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.domains.tables reading sources... [ 41%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.domains.urls reading sources... [ 41%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.domains.views reading sources... [ 41%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.domains.workflows reading sources... [ 41%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.groups reading sources... [ 41%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.groups.constants reading sources... [ 41%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.groups.forms reading sources... [ 41%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.groups.panel reading sources... [ 42%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.groups.tables reading sources... [ 42%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.groups.urls reading sources... [ 42%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.groups.views reading sources... [ 42%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.projects reading sources... [ 42%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.projects.panel reading sources... [ 42%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.projects.tables reading sources... [ 43%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.projects.urls reading sources... [ 43%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.projects.views reading sources... [ 43%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.projects.workflows reading sources... [ 43%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.roles reading sources... [ 43%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.roles.forms reading sources... [ 43%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.roles.panel reading sources... [ 44%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.roles.tables reading sources... [ 44%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.roles.urls reading sources... [ 44%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.roles.views reading sources... [ 44%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.users reading sources... [ 44%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.users.forms reading sources... [ 44%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.users.panel reading sources... [ 44%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.users.tables reading sources... [ 45%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.users.urls reading sources... [ 45%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.users.views reading sources... [ 45%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project reading sources... [ 45%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security reading sources... [ 45%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.api_access reading sources... [ 45%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.api_access.tables reading sources... [ 46%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.api_access.urls reading sources... [ 46%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.api_access.views reading sources... [ 46%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.floating_ips reading sources... [ 46%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.floating_ips.forms reading sources... [ 46%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.floating_ips.tables reading sources... [ 46%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.floating_ips.urls reading sources... [ 46%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.floating_ips.views reading sources... [ 47%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.floating_ips.workflows reading sources... [ 47%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.keypairs reading sources... [ 47%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.keypairs.forms reading sources... [ 47%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.keypairs.tables reading sources... [ 47%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.keypairs.urls reading sources... [ 47%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.keypairs.views reading sources... [ 48%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.panel reading sources... [ 48%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.security_groups reading sources... [ 48%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.security_groups.forms reading sources... [ 48%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.security_groups.tables reading sources... [ 48%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.security_groups.urls reading sources... [ 48%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.security_groups.views reading sources... [ 48%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.tabs reading sources... [ 49%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.urls reading sources... [ 49%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.views reading sources... [ 49%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.containers reading sources... [ 49%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.containers.browsers reading sources... [ 49%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.containers.forms reading sources... [ 49%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.containers.panel reading sources... [ 50%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.containers.tables reading sources... [ 50%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.containers.urls reading sources... [ 50%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.containers.utils reading sources... [ 50%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.containers.views reading sources... [ 50%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.dashboard reading sources... [ 50%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing reading sources... [ 51%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.cluster_templates reading sources... [ 51%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.cluster_templates.forms reading sources... [ 51%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.cluster_templates.panel reading sources... [ 51%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.cluster_templates.tables reading sources... [ 51%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.cluster_templates.tabs reading sources... [ 51%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.cluster_templates.urls reading sources... [ 51%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.cluster_templates.views reading sources... [ 52%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.cluster_templates.workflows reading sources... [ 52%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.cluster_templates.workflows.copy reading sources... [ 52%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.cluster_templates.workflows.create reading sources... [ 52%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.clusters reading sources... [ 52%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.clusters.panel reading sources... [ 52%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.clusters.tables reading sources... [ 53%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.clusters.tabs reading sources... [ 53%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.clusters.urls reading sources... [ 53%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.clusters.views reading sources... [ 53%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.clusters.workflows reading sources... [ 53%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.clusters.workflows.create reading sources... [ 53%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.clusters.workflows.scale reading sources... [ 53%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_image_registry reading sources... [ 54%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_image_registry.forms reading sources... [ 54%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_image_registry.panel reading sources... [ 54%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_image_registry.tables reading sources... [ 54%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_image_registry.urls reading sources... [ 54%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_image_registry.views reading sources... [ 54%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_plugins reading sources... [ 55%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_plugins.panel reading sources... [ 55%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_plugins.tables reading sources... [ 55%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_plugins.tabs reading sources... [ 55%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_plugins.urls reading sources... [ 55%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_plugins.views reading sources... [ 55%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_sources reading sources... [ 55%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_sources.panel reading sources... [ 56%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_sources.tables reading sources... [ 56%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_sources.tabs reading sources... [ 56%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_sources.urls reading sources... [ 56%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_sources.views reading sources... [ 56%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_sources.workflows reading sources... [ 56%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_sources.workflows.create reading sources... [ 57%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_binaries reading sources... [ 57%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_binaries.forms reading sources... [ 57%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_binaries.panel reading sources... [ 57%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_binaries.tables reading sources... [ 57%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_binaries.tabs reading sources... [ 57%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_binaries.urls reading sources... [ 58%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_binaries.views reading sources... [ 58%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_executions reading sources... [ 58%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_executions.panel reading sources... [ 58%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_executions.tables reading sources... [ 58%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_executions.tabs reading sources... [ 58%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_executions.urls reading sources... [ 58%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_executions.views reading sources... [ 59%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.jobs reading sources... [ 59%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.jobs.panel reading sources... [ 59%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.jobs.tables reading sources... [ 59%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.jobs.tabs reading sources... [ 59%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.jobs.urls reading sources... [ 59%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.jobs.views reading sources... [ 60%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.jobs.workflows reading sources... [ 60%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.jobs.workflows.create reading sources... [ 60%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.jobs.workflows.launch reading sources... [ 60%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.nodegroup_templates reading sources... [ 60%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.panel reading sources... [ 60%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.tables reading sources... [ 60%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.tabs reading sources... [ 61%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.urls reading sources... [ 61%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.views reading sources... [ 61%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.workflows reading sources... [ 61%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.workflows.copy reading sources... [ 61%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.workflows.create reading sources... [ 61%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.utils reading sources... [ 62%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.utils.anti_affinity reading sources... [ 62%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.utils.helpers reading sources... [ 62%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.utils.neutron_support reading sources... [ 62%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.utils.workflow_helpers reading sources... [ 62%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.wizard reading sources... [ 62%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.wizard.forms reading sources... [ 62%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.wizard.panel reading sources... [ 63%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.wizard.urls reading sources... [ 63%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.wizard.views reading sources... [ 63%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.database_backups reading sources... [ 63%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.database_backups.panel reading sources... [ 63%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.database_backups.tables reading sources... [ 63%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.database_backups.urls reading sources... [ 64%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.database_backups.views reading sources... [ 64%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.database_backups.workflows reading sources... [ 64%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.database_backups.workflows.create_backup reading sources... [ 64%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.databases reading sources... [ 64%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.databases.forms reading sources... [ 64%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.databases.panel reading sources... [ 65%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.databases.tables reading sources... [ 65%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.databases.tabs reading sources... [ 65%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.databases.urls reading sources... [ 65%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.databases.views reading sources... [ 65%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.databases.workflows reading sources... [ 65%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.databases.workflows.create_instance reading sources... [ 65%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.firewalls reading sources... [ 66%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.firewalls.forms reading sources... [ 66%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.firewalls.panel reading sources... [ 66%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.firewalls.tables reading sources... [ 66%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.firewalls.tabs reading sources... [ 66%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.firewalls.urls reading sources... [ 66%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.firewalls.views reading sources... [ 67%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.firewalls.workflows reading sources... [ 67%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images reading sources... [ 67%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.images reading sources... [ 67%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.images.forms reading sources... [ 67%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.images.tables reading sources... [ 67%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.images.tabs reading sources... [ 67%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.images.urls reading sources... [ 68%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.images.views reading sources... [ 68%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.panel reading sources... [ 68%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.snapshots reading sources... [ 68%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.snapshots.forms reading sources... [ 68%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.snapshots.urls reading sources... [ 68%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.snapshots.views reading sources... [ 69%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.urls reading sources... [ 69%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.utils reading sources... [ 69%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.views reading sources... [ 69%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances reading sources... [ 69%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.audit_tables reading sources... [ 69%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.console reading sources... [ 69%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.forms reading sources... [ 70%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.panel reading sources... [ 70%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.tables reading sources... [ 70%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.tabs reading sources... [ 70%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.urls reading sources... [ 70%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.utils reading sources... [ 70%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.views reading sources... [ 71%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.workflows reading sources... [ 71%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.workflows.create_instance reading sources... [ 71%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.workflows.resize_instance reading sources... [ 71%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.workflows.update_instance reading sources... [ 71%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.loadbalancers reading sources... [ 71%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.loadbalancers.forms reading sources... [ 72%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.loadbalancers.models reading sources... [ 72%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.loadbalancers.panel reading sources... [ 72%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.loadbalancers.tables reading sources... [ 72%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.loadbalancers.tabs reading sources... [ 72%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.loadbalancers.urls reading sources... [ 72%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.loadbalancers.utils reading sources... [ 72%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.loadbalancers.views reading sources... [ 73%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.loadbalancers.workflows reading sources... [ 73%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.models reading sources... [ 73%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.network_topology reading sources... [ 73%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.network_topology.instances reading sources... [ 73%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.network_topology.instances.tables reading sources... [ 73%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.network_topology.panel reading sources... [ 74%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.network_topology.ports reading sources... [ 74%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.network_topology.ports.tables reading sources... [ 74%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.network_topology.routers reading sources... [ 74%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.network_topology.routers.tables reading sources... [ 74%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.network_topology.urls reading sources... [ 74%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.network_topology.views reading sources... [ 74%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks reading sources... [ 75%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.forms reading sources... [ 75%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.panel reading sources... [ 75%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.ports reading sources... [ 75%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.ports.forms reading sources... [ 75%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.ports.tables reading sources... [ 75%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.ports.tabs reading sources... [ 76%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.ports.urls reading sources... [ 76%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.ports.views reading sources... [ 76%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.subnets reading sources... [ 76%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.subnets.tables reading sources... [ 76%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.subnets.tabs reading sources... [ 76%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.subnets.urls reading sources... [ 76%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.subnets.utils reading sources... [ 77%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.subnets.views reading sources... [ 77%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.subnets.workflows reading sources... [ 77%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.tables reading sources... [ 77%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.urls reading sources... [ 77%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.views reading sources... [ 77%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.workflows reading sources... [ 78%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.overview reading sources... [ 78%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.overview.panel reading sources... [ 78%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.overview.urls reading sources... [ 78%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.overview.views reading sources... [ 78%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers reading sources... [ 78%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.extensions reading sources... [ 79%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.extensions.routerrules reading sources... [ 79%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.extensions.routerrules.forms reading sources... [ 79%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.extensions.routerrules.rulemanager reading sources... [ 79%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.extensions.routerrules.tables reading sources... [ 79%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.extensions.routerrules.tabs reading sources... [ 79%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.extensions.routerrules.views reading sources... [ 79%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.forms reading sources... [ 80%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.panel reading sources... [ 80%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.ports reading sources... [ 80%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.ports.forms reading sources... [ 80%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.ports.tables reading sources... [ 80%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.ports.tabs reading sources... [ 80%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.ports.urls reading sources... [ 81%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.ports.views reading sources... [ 81%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.tables reading sources... [ 81%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.tabs reading sources... [ 81%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.urls reading sources... [ 81%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.views reading sources... [ 81%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks reading sources... [ 81%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.api reading sources... [ 82%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.forms reading sources... [ 82%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.mappings reading sources... [ 82%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.panel reading sources... [ 82%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.resource_types reading sources... [ 82%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.resource_types.panel reading sources... [ 82%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.resource_types.tables reading sources... [ 83%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.resource_types.tabs reading sources... [ 83%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.resource_types.urls reading sources... [ 83%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.resource_types.views reading sources... [ 83%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.sro reading sources... [ 83%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.tables reading sources... [ 83%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.tabs reading sources... [ 83%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.urls reading sources... [ 84%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.views reading sources... [ 84%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes reading sources... [ 84%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.backups reading sources... [ 84%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.backups.forms reading sources... [ 84%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.backups.tables reading sources... [ 84%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.backups.tabs reading sources... [ 85%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.backups.urls reading sources... [ 85%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.backups.views reading sources... [ 85%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.panel reading sources... [ 85%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.snapshots reading sources... [ 85%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.snapshots.forms reading sources... [ 85%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.snapshots.tables reading sources... [ 86%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.snapshots.tabs reading sources... [ 86%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.snapshots.urls reading sources... [ 86%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.snapshots.views reading sources... [ 86%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.tabs reading sources... [ 86%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.test reading sources... [ 86%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.urls reading sources... [ 86%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.utils reading sources... [ 87%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.views reading sources... [ 87%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.volumes reading sources... [ 87%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.volumes.forms reading sources... [ 87%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.volumes.tables reading sources... [ 87%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.volumes.tabs reading sources... [ 87%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.volumes.urls reading sources... [ 88%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.volumes.views reading sources... [ 88%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.vpn reading sources... [ 88%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.vpn.forms reading sources... [ 88%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.vpn.panel reading sources... [ 88%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.vpn.tables reading sources... [ 88%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.vpn.tabs reading sources... [ 88%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.vpn.urls reading sources... [ 89%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.vpn.views reading sources... [ 89%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.vpn.workflows reading sources... [ 89%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.router reading sources... [ 89%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.router.dashboard reading sources... [ 89%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.router.models reading sources... [ 89%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.router.nexus1000v reading sources... [ 90%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.router.nexus1000v.forms reading sources... [ 90%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.router.nexus1000v.panel reading sources... [ 90%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.router.nexus1000v.tables reading sources... [ 90%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.router.nexus1000v.tabs reading sources... [ 90%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.router.nexus1000v.urls reading sources... [ 90%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.router.nexus1000v.views reading sources... [ 90%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.settings reading sources... [ 91%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.settings.dashboard reading sources... [ 91%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.settings.models reading sources... [ 91%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.settings.password reading sources... [ 91%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.settings.password.forms reading sources... [ 91%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.settings.password.panel reading sources... [ 91%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.settings.password.urls reading sources... [ 92%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.settings.password.views reading sources... [ 92%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.settings.user reading sources... [ 92%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.settings.user.forms reading sources... [ 92%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.settings.user.panel reading sources... [ 92%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.settings.user.urls reading sources... [ 92%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.settings.user.views reading sources... [ 93%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.theme reading sources... [ 93%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.theme.dashboard reading sources... [ 93%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.theme.models reading sources... [ 93%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.theme.theme_index reading sources... [ 93%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.theme.theme_index.panel reading sources... [ 93%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.theme.theme_index.urls reading sources... [ 93%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.theme.theme_index.views reading sources... [ 94%] sourcecode/openstack_dashboard/openstack_dashboard.django_pyscss_fix reading sources... [ 94%] sourcecode/openstack_dashboard/openstack_dashboard.exceptions reading sources... [ 94%] sourcecode/openstack_dashboard/openstack_dashboard.hooks reading sources... [ 94%] sourcecode/openstack_dashboard/openstack_dashboard.local reading sources... [ 94%] sourcecode/openstack_dashboard/openstack_dashboard.local.enabled reading sources... [ 94%] sourcecode/openstack_dashboard/openstack_dashboard.local.local_settings reading sources... [ 95%] sourcecode/openstack_dashboard/openstack_dashboard.management reading sources... [ 95%] sourcecode/openstack_dashboard/openstack_dashboard.management.commands reading sources... [ 95%] sourcecode/openstack_dashboard/openstack_dashboard.management.commands.make_web_conf reading sources... [ 95%] sourcecode/openstack_dashboard/openstack_dashboard.management.commands.migrate_settings reading sources... [ 95%] sourcecode/openstack_dashboard/openstack_dashboard.openstack reading sources... [ 95%] sourcecode/openstack_dashboard/openstack_dashboard.policy reading sources... [ 95%] sourcecode/openstack_dashboard/openstack_dashboard.policy_backend reading sources... [ 96%] sourcecode/openstack_dashboard/openstack_dashboard.settings reading sources... [ 96%] sourcecode/openstack_dashboard/openstack_dashboard.static_settings reading sources... [ 96%] sourcecode/openstack_dashboard/openstack_dashboard.templatetags reading sources... [ 96%] sourcecode/openstack_dashboard/openstack_dashboard.templatetags.context_selection reading sources... [ 96%] sourcecode/openstack_dashboard/openstack_dashboard.urls reading sources... [ 96%] sourcecode/openstack_dashboard/openstack_dashboard.usage reading sources... [ 97%] sourcecode/openstack_dashboard/openstack_dashboard.usage.base reading sources... [ 97%] sourcecode/openstack_dashboard/openstack_dashboard.usage.quotas reading sources... [ 97%] sourcecode/openstack_dashboard/openstack_dashboard.usage.tables reading sources... [ 97%] sourcecode/openstack_dashboard/openstack_dashboard.usage.views reading sources... [ 97%] sourcecode/openstack_dashboard/openstack_dashboard.utils reading sources... [ 97%] sourcecode/openstack_dashboard/openstack_dashboard.utils.filters reading sources... [ 97%] sourcecode/openstack_dashboard/openstack_dashboard.utils.metering reading sources... [ 98%] sourcecode/openstack_dashboard/openstack_dashboard.utils.settings reading sources... [ 98%] sourcecode/openstack_dashboard/openstack_dashboard.views reading sources... [ 98%] testing reading sources... [ 98%] topics/customizing reading sources... [ 98%] topics/deployment reading sources... [ 98%] topics/install reading sources... [ 99%] topics/policy reading sources... [ 99%] topics/settings reading sources... [ 99%] topics/table_actions reading sources... [ 99%] topics/tables reading sources... [ 99%] topics/testing reading sources... [ 99%] topics/tutorial reading sources... [100%] topics/workflows /builddir/build/BUILD/horizon-2015.1.4/doc/source/contributing.rst:297: WARNING: Enumerated list ends without a blank line; unexpected unindent. /builddir/build/BUILD/horizon-2015.1.4/horizon/forms/fields.py:docstring of horizon.forms.fields.SelectWidget:33: ERROR: Unexpected indentation. /builddir/build/BUILD/horizon-2015.1.4/horizon/forms/fields.py:docstring of horizon.forms.fields.SelectWidget:34: WARNING: Block quote ends without a blank line; unexpected unindent. /builddir/build/BUILD/horizon-2015.1.4/horizon/forms/fields.py:docstring of horizon.forms.fields.SelectWidget:37: SEVERE: Unexpected section title or transition. .... /builddir/build/BUILD/horizon-2015.1.4/horizon/forms/fields.py:docstring of horizon.forms.fields.SelectWidget:38: SEVERE: Unexpected section title or transition. .... /builddir/build/BUILD/horizon-2015.1.4/horizon/forms/fields.py:docstring of horizon.forms.fields.SelectWidget:42: WARNING: Block quote ends without a blank line; unexpected unindent. /builddir/build/BUILD/horizon-2015.1.4/horizon/forms/fields.py:docstring of horizon.forms.fields.SelectWidget:48: WARNING: Definition list ends without a blank line; unexpected unindent. /builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py:docstring of horizon.tables.Column:124: ERROR: Unexpected indentation. /builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py:docstring of horizon.tables.Column:125: WARNING: Block quote ends without a blank line; unexpected unindent. /builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py:docstring of horizon.tables.Column:127: WARNING: Definition list ends without a blank line; unexpected unindent. /builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py:docstring of horizon.tables.Column:128: SEVERE: Unexpected section title. ... ... /builddir/build/BUILD/horizon-2015.1.4/doc/source/ref/test.rst:10: WARNING: autodoc: failed to import class u'TestCase' from module u'horizon.test.helpers'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/test/helpers.py", line 61, in import mox ImportError: No module named mox /builddir/build/BUILD/horizon-2015.1.4/doc/source/ref/test.rst:18: WARNING: autodoc: failed to import class u'TestCase' from module u'openstack_dashboard.test.helpers'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/test/helpers.py", line 40, in import mock ImportError: No module named mock /builddir/build/BUILD/horizon-2015.1.4/doc/source/ref/test.rst:21: WARNING: autodoc: failed to import class u'APITestCase' from module u'openstack_dashboard.test.helpers'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/test/helpers.py", line 40, in import mock ImportError: No module named mock /builddir/build/BUILD/horizon-2015.1.4/doc/source/ref/test.rst:24: WARNING: autodoc: failed to import class u'BaseAdminViewTests' from module u'openstack_dashboard.test.helpers'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/test/helpers.py", line 40, in import mock ImportError: No module named mock /builddir/build/BUILD/horizon-2015.1.4/horizon/__init__.py:docstring of horizon.Dashboard:8: WARNING: duplicate object description of horizon.Dashboard.name, other instance in /builddir/build/BUILD/horizon-2015.1.4/doc/source/ref/horizon.rst, use :noindex: for one of them /builddir/build/BUILD/horizon-2015.1.4/horizon/__init__.py:docstring of horizon.Dashboard:14: WARNING: duplicate object description of horizon.Dashboard.slug, other instance in /builddir/build/BUILD/horizon-2015.1.4/doc/source/ref/horizon.rst, use :noindex: for one of them /builddir/build/BUILD/horizon-2015.1.4/horizon/__init__.py:docstring of horizon.Dashboard:19: WARNING: duplicate object description of horizon.Dashboard.panels, other instance in /builddir/build/BUILD/horizon-2015.1.4/doc/source/ref/horizon.rst, use :noindex: for one of them /builddir/build/BUILD/horizon-2015.1.4/horizon/__init__.py:docstring of horizon.Dashboard:51: WARNING: duplicate object description of horizon.Dashboard.default_panel, other instance in /builddir/build/BUILD/horizon-2015.1.4/doc/source/ref/horizon.rst, use :noindex: for one of them /builddir/build/BUILD/horizon-2015.1.4/horizon/__init__.py:docstring of horizon.Dashboard:58: WARNING: duplicate object description of horizon.Dashboard.permissions, other instance in /builddir/build/BUILD/horizon-2015.1.4/doc/source/ref/horizon.rst, use :noindex: for one of them /builddir/build/BUILD/horizon-2015.1.4/horizon/__init__.py:docstring of horizon.Dashboard:65: WARNING: duplicate object description of horizon.Dashboard.urls, other instance in /builddir/build/BUILD/horizon-2015.1.4/doc/source/ref/horizon.rst, use :noindex: for one of them /builddir/build/BUILD/horizon-2015.1.4/horizon/__init__.py:docstring of horizon.Dashboard:70: WARNING: duplicate object description of horizon.Dashboard.nav, other instance in /builddir/build/BUILD/horizon-2015.1.4/doc/source/ref/horizon.rst, use :noindex: for one of them /builddir/build/BUILD/horizon-2015.1.4/horizon/__init__.py:docstring of horizon.Dashboard:78: WARNING: duplicate object description of horizon.Dashboard.public, other instance in /builddir/build/BUILD/horizon-2015.1.4/doc/source/ref/horizon.rst, use :noindex: for one of them /builddir/build/BUILD/horizon-2015.1.4/horizon/__init__.py:docstring of horizon.Panel:7: WARNING: duplicate object description of horizon.Panel.name, other instance in /builddir/build/BUILD/horizon-2015.1.4/doc/source/ref/horizon.rst, use :noindex: for one of them /builddir/build/BUILD/horizon-2015.1.4/horizon/__init__.py:docstring of horizon.Panel:13: WARNING: duplicate object description of horizon.Panel.slug, other instance in /builddir/build/BUILD/horizon-2015.1.4/doc/source/ref/horizon.rst, use :noindex: for one of them /builddir/build/BUILD/horizon-2015.1.4/horizon/__init__.py:docstring of horizon.Panel:18: WARNING: duplicate object description of horizon.Panel.permissions, other instance in /builddir/build/BUILD/horizon-2015.1.4/doc/source/ref/horizon.rst, use :noindex: for one of them /builddir/build/BUILD/horizon-2015.1.4/horizon/__init__.py:docstring of horizon.Panel:25: WARNING: duplicate object description of horizon.Panel.urls, other instance in /builddir/build/BUILD/horizon-2015.1.4/doc/source/ref/horizon.rst, use :noindex: for one of them /builddir/build/BUILD/horizon-2015.1.4/horizon/__init__.py:docstring of horizon.Panel:32: WARNING: duplicate object description of horizon.Panel.nav, other instance in /builddir/build/BUILD/horizon-2015.1.4/doc/source/ref/horizon.rst, use :noindex: for one of them /builddir/build/BUILD/horizon-2015.1.4/horizon/__init__.py:docstring of horizon.Panel:40: WARNING: duplicate object description of horizon.Panel.index_url_name, other instance in /builddir/build/BUILD/horizon-2015.1.4/doc/source/ref/horizon.rst, use :noindex: for one of them /builddir/build/BUILD/horizon-2015.1.4/horizon/__init__.py:docstring of horizon.PanelGroup:6: WARNING: duplicate object description of horizon.PanelGroup.slug, other instance in /builddir/build/BUILD/horizon-2015.1.4/doc/source/ref/horizon.rst, use :noindex: for one of them /builddir/build/BUILD/horizon-2015.1.4/horizon/__init__.py:docstring of horizon.PanelGroup:10: WARNING: duplicate object description of horizon.PanelGroup.name, other instance in /builddir/build/BUILD/horizon-2015.1.4/doc/source/ref/horizon.rst, use :noindex: for one of them /builddir/build/BUILD/horizon-2015.1.4/horizon/__init__.py:docstring of horizon.PanelGroup:15: WARNING: duplicate object description of horizon.PanelGroup.panels, other instance in /builddir/build/BUILD/horizon-2015.1.4/doc/source/ref/horizon.rst, use :noindex: for one of them /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/horizon/horizon.forms.rst:4: WARNING: missing attribute mentioned in :members: or __all__: module horizon.forms, attribute SelectWidgetValidationError /builddir/build/BUILD/horizon-2015.1.4/horizon/forms/fields.py:docstring of horizon.forms.fields.IPField:12: WARNING: duplicate object description of horizon.forms.fields.IPField.version, other instance in /builddir/build/BUILD/horizon-2015.1.4/doc/source/ref/forms.rst, use :noindex: for one of them /builddir/build/BUILD/horizon-2015.1.4/horizon/forms/fields.py:docstring of horizon.forms.fields.IPField:19: WARNING: duplicate object description of horizon.forms.fields.IPField.mask, other instance in /builddir/build/BUILD/horizon-2015.1.4/doc/source/ref/forms.rst, use :noindex: for one of them /builddir/build/BUILD/horizon-2015.1.4/horizon/forms/fields.py:docstring of horizon.forms.fields.IPField:24: WARNING: duplicate object description of horizon.forms.fields.IPField.mask_range_from, other instance in /builddir/build/BUILD/horizon-2015.1.4/doc/source/ref/forms.rst, use :noindex: for one of them /builddir/build/BUILD/horizon-2015.1.4/horizon/forms/fields.py:docstring of horizon.forms.fields.SelectWidget:6: WARNING: duplicate object description of horizon.forms.fields.SelectWidget.data_attrs, other instance in /builddir/build/BUILD/horizon-2015.1.4/doc/source/ref/forms.rst, use :noindex: for one of them /builddir/build/BUILD/horizon-2015.1.4/horizon/forms/fields.py:docstring of horizon.forms.fields.SelectWidget:14: WARNING: duplicate object description of horizon.forms.fields.SelectWidget.transform, other instance in /builddir/build/BUILD/horizon-2015.1.4/doc/source/ref/forms.rst, use :noindex: for one of them /builddir/build/BUILD/horizon-2015.1.4/horizon/forms/fields.py:docstring of horizon.forms.fields.SelectWidget:19: WARNING: duplicate object description of horizon.forms.fields.SelectWidget.transform_html_attrs, other instance in /builddir/build/BUILD/horizon-2015.1.4/doc/source/ref/forms.rst, use :noindex: for one of them /builddir/build/BUILD/horizon-2015.1.4/horizon/forms/fields.py:docstring of horizon.forms.fields.SelectWidget:33: ERROR: Unexpected indentation. /builddir/build/BUILD/horizon-2015.1.4/horizon/forms/fields.py:docstring of horizon.forms.fields.SelectWidget:34: WARNING: Block quote ends without a blank line; unexpected unindent. /builddir/build/BUILD/horizon-2015.1.4/horizon/forms/fields.py:docstring of horizon.forms.fields.SelectWidget:37: SEVERE: Unexpected section title or transition. .... /builddir/build/BUILD/horizon-2015.1.4/horizon/forms/fields.py:docstring of horizon.forms.fields.SelectWidget:38: SEVERE: Unexpected section title or transition. .... /builddir/build/BUILD/horizon-2015.1.4/horizon/forms/fields.py:docstring of horizon.forms.fields.SelectWidget:42: WARNING: Block quote ends without a blank line; unexpected unindent. /builddir/build/BUILD/horizon-2015.1.4/horizon/forms/fields.py:docstring of horizon.forms.fields.SelectWidget:48: WARNING: Definition list ends without a blank line; unexpected unindent. /builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py:docstring of horizon.tables.base.Column:124: ERROR: Unexpected indentation. /builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py:docstring of horizon.tables.base.Column:125: WARNING: Block quote ends without a blank line; unexpected unindent. /builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py:docstring of horizon.tables.base.Column:127: WARNING: Definition list ends without a blank line; unexpected unindent. /builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py:docstring of horizon.tables.base.Column:128: SEVERE: Unexpected section title. ... ... /builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/api/glance.py:docstring of openstack_dashboard.api.glance.metadefs_namespace_list:4: ERROR: Unexpected indentation. /builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/api/glance.py:docstring of openstack_dashboard.api.glance.metadefs_namespace_list:9: WARNING: Block quote ends without a blank line; unexpected unindent. /builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/api/network_base.py:docstring of openstack_dashboard.api.network_base.SecurityGroupManager:24: WARNING: Bullet list ends without a blank line; unexpected unindent. /builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/api/rest/neutron.py:docstring of openstack_dashboard.api.rest.neutron.Networks.post:3: ERROR: Unexpected indentation. /builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/api/rest/neutron.py:docstring of openstack_dashboard.api.rest.neutron.Networks.post:4: WARNING: Block quote ends without a blank line; unexpected unindent. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.aggregates.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.aggregates.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/aggregates/tables.py", line 127, in class HostAggregatesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.aggregates.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.aggregates.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/aggregates/urls.py", line 16, in from openstack_dashboard.dashboards.admin.aggregates \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/aggregates/views.py", line 30, in from openstack_dashboard.dashboards.admin.aggregates \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/aggregates/tables.py", line 127, in class HostAggregatesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.aggregates.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.aggregates.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/aggregates/views.py", line 30, in from openstack_dashboard.dashboards.admin.aggregates \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/aggregates/tables.py", line 127, in class HostAggregatesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.defaults.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.defaults.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/defaults/tables.py", line 66, in class QuotasTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.defaults.tabs.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.defaults.tabs'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/defaults/tabs.py", line 20, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.defaults.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.defaults.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/defaults/urls.py", line 18, in from openstack_dashboard.dashboards.admin.defaults import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/defaults/views.py", line 20, in from openstack_dashboard.dashboards.admin.defaults import tabs as project_tabs File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/defaults/tabs.py", line 20, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.defaults.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.defaults.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/defaults/views.py", line 20, in from openstack_dashboard.dashboards.admin.defaults import tabs as project_tabs File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/defaults/tabs.py", line 20, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.defaults.workflows.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.defaults.workflows'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/defaults/workflows.py", line 25, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.flavors.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.flavors.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/flavors/tables.py", line 121, in class FlavorsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.flavors.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.flavors.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/flavors/urls.py", line 22, in from openstack_dashboard.dashboards.admin.flavors import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/flavors/views.py", line 35, in from openstack_dashboard.dashboards.admin.flavors \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/flavors/tables.py", line 121, in class FlavorsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.flavors.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.flavors.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/flavors/views.py", line 35, in from openstack_dashboard.dashboards.admin.flavors \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/flavors/tables.py", line 121, in class FlavorsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.hypervisors.compute.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.hypervisors.compute.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/hypervisors/compute/tables.py", line 123, in class ComputeHostTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.hypervisors.compute.tabs.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.hypervisors.compute.tabs'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/hypervisors/compute/tabs.py", line 19, in from openstack_dashboard.dashboards.admin.hypervisors.compute import tables File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/hypervisors/compute/tables.py", line 123, in class ComputeHostTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.hypervisors.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.hypervisors.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/hypervisors/tables.py", line 21, in class AdminHypervisorsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.hypervisors.tabs.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.hypervisors.tabs'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/hypervisors/tabs.py", line 19, in from openstack_dashboard.dashboards.admin.hypervisors.compute \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/hypervisors/compute/tabs.py", line 19, in from openstack_dashboard.dashboards.admin.hypervisors.compute import tables File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/hypervisors/compute/tables.py", line 123, in class ComputeHostTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.hypervisors.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.hypervisors.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/hypervisors/urls.py", line 21, in from openstack_dashboard.dashboards.admin.hypervisors import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/hypervisors/views.py", line 23, in from openstack_dashboard.dashboards.admin.hypervisors \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/hypervisors/tables.py", line 21, in class AdminHypervisorsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.hypervisors.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.hypervisors.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/hypervisors/views.py", line 23, in from openstack_dashboard.dashboards.admin.hypervisors \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/hypervisors/tables.py", line 21, in class AdminHypervisorsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.images.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.images.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/images/tables.py", line 20, in from openstack_dashboard.dashboards.project.images.images \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/images/images/tables.py", line 247, in class ImagesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.images.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.images.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/images/urls.py", line 22, in from openstack_dashboard.dashboards.admin.images import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/images/views.py", line 35, in from openstack_dashboard.dashboards.project.images.images import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/images/images/views.py", line 35, in from openstack_dashboard.dashboards.project.images.images \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/images/images/tables.py", line 247, in class ImagesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.images.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.images.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/images/views.py", line 35, in from openstack_dashboard.dashboards.project.images.images import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/images/images/views.py", line 35, in from openstack_dashboard.dashboards.project.images.images \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/images/images/tables.py", line 247, in class ImagesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.info.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.info.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/info/tables.py", line 62, in class ServicesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.info.tabs.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.info.tabs'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/info/tabs.py", line 26, in from openstack_dashboard.dashboards.admin.info import tables File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/info/tables.py", line 62, in class ServicesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.info.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.info.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/info/urls.py", line 22, in from openstack_dashboard.dashboards.admin.info import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/info/views.py", line 26, in from openstack_dashboard.dashboards.admin.info import tabs as project_tabs File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/info/tabs.py", line 26, in from openstack_dashboard.dashboards.admin.info import tables File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/info/tables.py", line 62, in class ServicesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.info.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.info.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/info/views.py", line 26, in from openstack_dashboard.dashboards.admin.info import tabs as project_tabs File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/info/tabs.py", line 26, in from openstack_dashboard.dashboards.admin.info import tables File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/info/tables.py", line 62, in class ServicesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.instances.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.instances.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/instances/tables.py", line 24, in from openstack_dashboard.dashboards.project.instances \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/tables.py", line 41, in from openstack_dashboard.dashboards.project.instances import tabs File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/tabs.py", line 22, in from openstack_dashboard.dashboards.project.instances \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/audit_tables.py", line 22, in class AuditTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.instances.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.instances.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/instances/urls.py", line 22, in from openstack_dashboard.dashboards.admin.instances import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/instances/views.py", line 33, in from openstack_dashboard.dashboards.admin.instances \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/instances/tables.py", line 24, in from openstack_dashboard.dashboards.project.instances \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/tables.py", line 41, in from openstack_dashboard.dashboards.project.instances import tabs File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/tabs.py", line 22, in from openstack_dashboard.dashboards.project.instances \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/audit_tables.py", line 22, in class AuditTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.instances.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.instances.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/instances/views.py", line 33, in from openstack_dashboard.dashboards.admin.instances \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/instances/tables.py", line 24, in from openstack_dashboard.dashboards.project.instances \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/tables.py", line 41, in from openstack_dashboard.dashboards.project.instances import tabs File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/tabs.py", line 22, in from openstack_dashboard.dashboards.project.instances \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/audit_tables.py", line 22, in class AuditTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metadata_defs.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.metadata_defs.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/metadata_defs/tables.py", line 124, in class AdminNamespacesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metadata_defs.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.metadata_defs.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/metadata_defs/urls.py", line 18, in from openstack_dashboard.dashboards.admin.metadata_defs import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/metadata_defs/views.py", line 31, in from openstack_dashboard.dashboards.admin.metadata_defs \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/metadata_defs/tables.py", line 124, in class AdminNamespacesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metadata_defs.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.metadata_defs.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/metadata_defs/views.py", line 31, in from openstack_dashboard.dashboards.admin.metadata_defs \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/metadata_defs/tables.py", line 124, in class AdminNamespacesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metering.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.metering.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/metering/tables.py", line 40, in class ReportTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metering.tabs.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.metering.tabs'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/metering/tabs.py", line 22, in from openstack_dashboard.dashboards.admin.metering import \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/metering/tables.py", line 40, in class ReportTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metering.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.metering.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/metering/urls.py", line 16, in from openstack_dashboard.dashboards.admin.metering import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/metering/views.py", line 30, in from openstack_dashboard.dashboards.admin.metering import tabs as \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/metering/tabs.py", line 22, in from openstack_dashboard.dashboards.admin.metering import \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/metering/tables.py", line 40, in class ReportTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metering.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.metering.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/metering/views.py", line 30, in from openstack_dashboard.dashboards.admin.metering import tabs as \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/metering/tabs.py", line 22, in from openstack_dashboard.dashboards.admin.metering import \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/metering/tables.py", line 40, in class ReportTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.agents.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.networks.agents.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/networks/agents/tables.py", line 89, in class DHCPAgentsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.ports.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.networks.ports.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/networks/ports/tables.py", line 25, in from openstack_dashboard.dashboards.project.networks.ports import \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/ports/tables.py", line 67, in class PortsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.ports.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.networks.ports.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/networks/ports/urls.py", line 18, in from openstack_dashboard.dashboards.admin.networks.ports import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/networks/ports/views.py", line 26, in from openstack_dashboard.dashboards.admin.networks.ports \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/networks/ports/tables.py", line 25, in from openstack_dashboard.dashboards.project.networks.ports import \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/ports/tables.py", line 67, in class PortsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.ports.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.networks.ports.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/networks/ports/views.py", line 26, in from openstack_dashboard.dashboards.admin.networks.ports \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/networks/ports/tables.py", line 25, in from openstack_dashboard.dashboards.project.networks.ports import \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/ports/tables.py", line 67, in class PortsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.subnets.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.networks.subnets.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/networks/subnets/tables.py", line 27, in from openstack_dashboard.dashboards.project.networks.subnets \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/subnets/tables.py", line 28, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.subnets.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.networks.subnets.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/networks/subnets/urls.py", line 18, in from openstack_dashboard.dashboards.project.networks.subnets import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/subnets/views.py", line 28, in from openstack_dashboard.dashboards.project.networks.subnets \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/subnets/tables.py", line 28, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.subnets.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.networks.subnets.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/networks/subnets/views.py", line 15, in from openstack_dashboard.dashboards.project.networks.subnets \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/subnets/views.py", line 28, in from openstack_dashboard.dashboards.project.networks.subnets \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/subnets/tables.py", line 28, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.networks.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/networks/tables.py", line 27, in from openstack_dashboard.dashboards.project.networks \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/tables.py", line 28, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.networks.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/networks/urls.py", line 21, in from openstack_dashboard.dashboards.admin.networks.ports \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/networks/ports/urls.py", line 18, in from openstack_dashboard.dashboards.admin.networks.ports import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/networks/ports/views.py", line 26, in from openstack_dashboard.dashboards.admin.networks.ports \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/networks/ports/tables.py", line 25, in from openstack_dashboard.dashboards.project.networks.ports import \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/ports/tables.py", line 67, in class PortsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.networks.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/networks/views.py", line 25, in from openstack_dashboard.dashboards.project.networks import views as user_views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/views.py", line 32, in from openstack_dashboard.dashboards.project.networks.ports \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/ports/tables.py", line 67, in class PortsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.overview.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.overview.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/overview/urls.py", line 23, in from openstack_dashboard.dashboards.admin.overview import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/overview/views.py", line 28, in from openstack_dashboard import usage File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.overview.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.overview.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/overview/views.py", line 28, in from openstack_dashboard import usage File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.routers.ports.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.routers.ports.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/routers/ports/tables.py", line 18, in from openstack_dashboard.dashboards.project.routers.ports \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/routers/ports/tables.py", line 25, in from openstack_dashboard.dashboards.project.networks.ports \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/ports/tables.py", line 67, in class PortsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.routers.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.routers.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/routers/tables.py", line 19, in from openstack_dashboard.dashboards.project.routers import tables as r_tables File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/routers/tables.py", line 30, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.routers.tabs.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.routers.tabs'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/routers/tabs.py", line 15, in from openstack_dashboard.dashboards.admin.routers.ports import tables as ptbl File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/routers/ports/tables.py", line 18, in from openstack_dashboard.dashboards.project.routers.ports \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/routers/ports/tables.py", line 25, in from openstack_dashboard.dashboards.project.networks.ports \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/ports/tables.py", line 67, in class PortsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.routers.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.routers.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/routers/urls.py", line 18, in from openstack_dashboard.dashboards.admin.routers import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/routers/views.py", line 24, in from openstack_dashboard.dashboards.admin.networks import views as n_views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/networks/views.py", line 25, in from openstack_dashboard.dashboards.project.networks import views as user_views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/views.py", line 32, in from openstack_dashboard.dashboards.project.networks.ports \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/ports/tables.py", line 67, in class PortsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.routers.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.routers.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/routers/views.py", line 24, in from openstack_dashboard.dashboards.admin.networks import views as n_views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/networks/views.py", line 25, in from openstack_dashboard.dashboards.project.networks import views as user_views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/views.py", line 32, in from openstack_dashboard.dashboards.project.networks.ports \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/ports/tables.py", line 67, in class PortsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.snapshots.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.volumes.snapshots.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/snapshots/tables.py", line 21, in from openstack_dashboard.dashboards.project.volumes.snapshots \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/snapshots/tables.py", line 29, in from openstack_dashboard.dashboards.project.volumes \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/volumes/tables.py", line 409, in class VolumesTable(VolumesTableBase): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.snapshots.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.volumes.snapshots.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/snapshots/urls.py", line 16, in from openstack_dashboard.dashboards.admin.volumes.snapshots import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/snapshots/views.py", line 27, in from openstack_dashboard.dashboards.project.volumes.snapshots \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/snapshots/views.py", line 26, in from openstack_dashboard.dashboards.project.volumes \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/snapshots/tables.py", line 29, in from openstack_dashboard.dashboards.project.volumes \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/volumes/tables.py", line 409, in class VolumesTable(VolumesTableBase): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.snapshots.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.volumes.snapshots.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/snapshots/views.py", line 27, in from openstack_dashboard.dashboards.project.volumes.snapshots \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/snapshots/views.py", line 26, in from openstack_dashboard.dashboards.project.volumes \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/snapshots/tables.py", line 29, in from openstack_dashboard.dashboards.project.volumes \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/volumes/tables.py", line 409, in class VolumesTable(VolumesTableBase): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.tabs.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.volumes.tabs'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/tabs.py", line 23, in from openstack_dashboard.dashboards.admin.volumes.snapshots \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/snapshots/tables.py", line 21, in from openstack_dashboard.dashboards.project.volumes.snapshots \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/snapshots/tables.py", line 29, in from openstack_dashboard.dashboards.project.volumes \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/volumes/tables.py", line 409, in class VolumesTable(VolumesTableBase): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.volumes.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/urls.py", line 17, in from openstack_dashboard.dashboards.admin.volumes.snapshots \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/snapshots/urls.py", line 16, in from openstack_dashboard.dashboards.admin.volumes.snapshots import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/snapshots/views.py", line 27, in from openstack_dashboard.dashboards.project.volumes.snapshots \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/snapshots/views.py", line 26, in from openstack_dashboard.dashboards.project.volumes \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/snapshots/tables.py", line 29, in from openstack_dashboard.dashboards.project.volumes \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/volumes/tables.py", line 409, in class VolumesTable(VolumesTableBase): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.volumes.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/views.py", line 22, in from openstack_dashboard.dashboards.admin.volumes \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/tabs.py", line 23, in from openstack_dashboard.dashboards.admin.volumes.snapshots \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/snapshots/tables.py", line 21, in from openstack_dashboard.dashboards.project.volumes.snapshots \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/snapshots/tables.py", line 29, in from openstack_dashboard.dashboards.project.volumes \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/volumes/tables.py", line 409, in class VolumesTable(VolumesTableBase): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.extras.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.volumes.volume_types.extras.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/volume_types/extras/tables.py", line 68, in class ExtraSpecsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.extras.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.volumes.volume_types.extras.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/volume_types/extras/urls.py", line 16, in from openstack_dashboard.dashboards.admin.volumes.volume_types.extras \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/volume_types/extras/views.py", line 24, in from openstack_dashboard.dashboards.admin.volumes.volume_types.extras \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/volume_types/extras/tables.py", line 68, in class ExtraSpecsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.extras.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.volumes.volume_types.extras.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/volume_types/extras/views.py", line 24, in from openstack_dashboard.dashboards.admin.volumes.volume_types.extras \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/volume_types/extras/tables.py", line 68, in class ExtraSpecsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs/tables.py", line 57, in class SpecsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs/urls.py", line 16, in from openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs/views.py", line 24, in from openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs/tables.py", line 57, in class SpecsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs/views.py", line 24, in from openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs/tables.py", line 57, in class SpecsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.volumes.volume_types.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/volume_types/tables.py", line 145, in class VolumeTypesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.volumes.volume_types.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/volume_types/urls.py", line 17, in from openstack_dashboard.dashboards.admin.volumes.volume_types.extras \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/volume_types/extras/urls.py", line 16, in from openstack_dashboard.dashboards.admin.volumes.volume_types.extras \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/volume_types/extras/views.py", line 24, in from openstack_dashboard.dashboards.admin.volumes.volume_types.extras \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/volume_types/extras/tables.py", line 68, in class ExtraSpecsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.volumes.volume_types.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/volume_types/views.py", line 29, in from openstack_dashboard.dashboards.admin.volumes.volumes \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/volumes/forms.py", line 28, in from openstack_dashboard.dashboards.project.volumes.volumes \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/volumes/forms.py", line 41, in from openstack_dashboard.dashboards.project.instances import tables File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/tables.py", line 41, in from openstack_dashboard.dashboards.project.instances import tabs File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/tabs.py", line 22, in from openstack_dashboard.dashboards.project.instances \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/audit_tables.py", line 22, in class AuditTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volumes.forms.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.volumes.volumes.forms'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/volumes/forms.py", line 28, in from openstack_dashboard.dashboards.project.volumes.volumes \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/volumes/forms.py", line 41, in from openstack_dashboard.dashboards.project.instances import tables File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/tables.py", line 41, in from openstack_dashboard.dashboards.project.instances import tabs File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/tabs.py", line 22, in from openstack_dashboard.dashboards.project.instances \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/audit_tables.py", line 22, in class AuditTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volumes.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.volumes.volumes.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/volumes/tables.py", line 18, in from openstack_dashboard.dashboards.project.volumes \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/volumes/tables.py", line 409, in class VolumesTable(VolumesTableBase): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volumes.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.volumes.volumes.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/volumes/urls.py", line 16, in from openstack_dashboard.dashboards.admin.volumes.volumes \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/volumes/views.py", line 22, in from openstack_dashboard.dashboards.admin.volumes.volumes \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/volumes/forms.py", line 28, in from openstack_dashboard.dashboards.project.volumes.volumes \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/volumes/forms.py", line 41, in from openstack_dashboard.dashboards.project.instances import tables File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/tables.py", line 41, in from openstack_dashboard.dashboards.project.instances import tabs File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/tabs.py", line 22, in from openstack_dashboard.dashboards.project.instances \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/audit_tables.py", line 22, in class AuditTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volumes.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.admin.volumes.volumes.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/volumes/views.py", line 22, in from openstack_dashboard.dashboards.admin.volumes.volumes \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/admin/volumes/volumes/forms.py", line 28, in from openstack_dashboard.dashboards.project.volumes.volumes \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/volumes/forms.py", line 41, in from openstack_dashboard.dashboards.project.instances import tables File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/tables.py", line 41, in from openstack_dashboard.dashboards.project.instances import tabs File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/tabs.py", line 22, in from openstack_dashboard.dashboards.project.instances \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/audit_tables.py", line 22, in class AuditTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.domains.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.identity.domains.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/domains/tables.py", line 198, in class DomainsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.domains.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.identity.domains.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/domains/urls.py", line 18, in from openstack_dashboard.dashboards.identity.domains import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/domains/views.py", line 27, in from openstack_dashboard.dashboards.identity.domains \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/domains/tables.py", line 198, in class DomainsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.domains.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.identity.domains.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/domains/views.py", line 27, in from openstack_dashboard.dashboards.identity.domains \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/domains/tables.py", line 198, in class DomainsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.groups.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.identity.groups.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/groups/tables.py", line 114, in class GroupsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.groups.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.identity.groups.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/groups/urls.py", line 18, in from openstack_dashboard.dashboards.identity.groups import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/groups/views.py", line 31, in from openstack_dashboard.dashboards.identity.groups \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/groups/tables.py", line 114, in class GroupsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.groups.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.identity.groups.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/groups/views.py", line 31, in from openstack_dashboard.dashboards.identity.groups \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/groups/tables.py", line 114, in class GroupsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.projects.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.identity.projects.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/projects/tables.py", line 225, in class TenantsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.projects.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.identity.projects.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/projects/urls.py", line 22, in from openstack_dashboard.dashboards.identity.projects import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/projects/views.py", line 32, in from openstack_dashboard import usage File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.projects.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.identity.projects.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/projects/views.py", line 32, in from openstack_dashboard import usage File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.projects.workflows.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.identity.projects.workflows'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/projects/workflows.py", line 37, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.roles.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.identity.roles.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/roles/tables.py", line 80, in class RolesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.roles.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.identity.roles.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/roles/urls.py", line 18, in from openstack_dashboard.dashboards.identity.roles import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/roles/views.py", line 30, in from openstack_dashboard.dashboards.identity.roles \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/roles/tables.py", line 80, in class RolesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.roles.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.identity.roles.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/roles/views.py", line 30, in from openstack_dashboard.dashboards.identity.roles \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/roles/tables.py", line 80, in class RolesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.users.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.identity.users.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/users/tables.py", line 220, in class UsersTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.users.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.identity.users.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/users/urls.py", line 22, in from openstack_dashboard.dashboards.identity.users import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/users/views.py", line 39, in from openstack_dashboard.dashboards.identity.users \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/users/tables.py", line 220, in class UsersTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.users.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.identity.users.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/users/views.py", line 39, in from openstack_dashboard.dashboards.identity.users \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/users/tables.py", line 220, in class UsersTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.api_access.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.access_and_security.api_access.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/access_and_security/api_access/tables.py", line 59, in class EndpointsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.floating_ips.forms.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.access_and_security.floating_ips.forms'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/access_and_security/floating_ips/forms.py", line 27, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.floating_ips.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.access_and_security.floating_ips.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/access_and_security/floating_ips/tables.py", line 32, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.floating_ips.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.access_and_security.floating_ips.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/access_and_security/floating_ips/urls.py", line 22, in from openstack_dashboard.dashboards.project.access_and_security.\ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/access_and_security/floating_ips/views.py", line 34, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.floating_ips.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.access_and_security.floating_ips.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/access_and_security/floating_ips/views.py", line 34, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.keypairs.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.access_and_security.keypairs.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/access_and_security/keypairs/tables.py", line 22, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.security_groups.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.access_and_security.security_groups.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/access_and_security/security_groups/tables.py", line 24, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.security_groups.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.access_and_security.security_groups.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/access_and_security/security_groups/urls.py", line 22, in from openstack_dashboard.dashboards.project.access_and_security.\ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/access_and_security/security_groups/views.py", line 36, in from openstack_dashboard.dashboards.project.access_and_security.\ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/access_and_security/security_groups/tables.py", line 24, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.security_groups.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.access_and_security.security_groups.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/access_and_security/security_groups/views.py", line 36, in from openstack_dashboard.dashboards.project.access_and_security.\ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/access_and_security/security_groups/tables.py", line 24, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.tabs.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.access_and_security.tabs'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/access_and_security/tabs.py", line 31, in from openstack_dashboard.dashboards.project.access_and_security.\ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/access_and_security/api_access/tables.py", line 59, in class EndpointsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.access_and_security.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/access_and_security/urls.py", line 25, in from openstack_dashboard.dashboards.project.access_and_security.\ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/access_and_security/floating_ips/urls.py", line 22, in from openstack_dashboard.dashboards.project.access_and_security.\ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/access_and_security/floating_ips/views.py", line 34, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.access_and_security.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/access_and_security/views.py", line 28, in from openstack_dashboard.dashboards.project.access_and_security \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/access_and_security/tabs.py", line 31, in from openstack_dashboard.dashboards.project.access_and_security.\ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/access_and_security/api_access/tables.py", line 59, in class EndpointsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.containers.browsers.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.containers.browsers'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/containers/browsers.py", line 19, in from openstack_dashboard.dashboards.project.containers import tables File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/containers/tables.py", line 264, in class ContainersTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.containers.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.containers.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/containers/tables.py", line 264, in class ContainersTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.containers.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.containers.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/containers/urls.py", line 22, in from openstack_dashboard.dashboards.project.containers import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/containers/views.py", line 39, in from openstack_dashboard.dashboards.project.containers \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/containers/browsers.py", line 19, in from openstack_dashboard.dashboards.project.containers import tables File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/containers/tables.py", line 264, in class ContainersTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.containers.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.containers.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/containers/views.py", line 39, in from openstack_dashboard.dashboards.project.containers \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/containers/browsers.py", line 19, in from openstack_dashboard.dashboards.project.containers import tables File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/containers/tables.py", line 264, in class ContainersTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.cluster_templates.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.data_processing.cluster_templates.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/cluster_templates/tables.py", line 114, in class ClusterTemplatesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.cluster_templates.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.data_processing.cluster_templates.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/cluster_templates/urls.py", line 17, in import openstack_dashboard.dashboards.project. \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/cluster_templates/views.py", line 28, in import openstack_dashboard.dashboards.project.data_processing. \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/cluster_templates/tables.py", line 114, in class ClusterTemplatesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.cluster_templates.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.data_processing.cluster_templates.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/cluster_templates/views.py", line 28, in import openstack_dashboard.dashboards.project.data_processing. \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/cluster_templates/tables.py", line 114, in class ClusterTemplatesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.clusters.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.data_processing.clusters.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/clusters/tables.py", line 143, in class ClustersTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.clusters.tabs.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.data_processing.clusters.tabs'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/clusters/tabs.py", line 133, in class InstancesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.clusters.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.data_processing.clusters.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/clusters/urls.py", line 18, in import openstack_dashboard.dashboards.project.data_processing. \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/clusters/views.py", line 25, in import openstack_dashboard.dashboards.project.data_processing.clusters. \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/clusters/tables.py", line 143, in class ClustersTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.clusters.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.data_processing.clusters.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/clusters/views.py", line 25, in import openstack_dashboard.dashboards.project.data_processing.clusters. \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/clusters/tables.py", line 143, in class ClustersTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_image_registry.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.data_processing.data_image_registry.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/data_image_registry/tables.py", line 71, in class ImageRegistryTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_image_registry.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.data_processing.data_image_registry.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/data_image_registry/urls.py", line 18, in import openstack_dashboard.dashboards.project. \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/data_image_registry/views.py", line 30, in from openstack_dashboard.dashboards.project. \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/data_image_registry/tables.py", line 71, in class ImageRegistryTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_image_registry.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.data_processing.data_image_registry.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/data_image_registry/views.py", line 30, in from openstack_dashboard.dashboards.project. \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/data_image_registry/tables.py", line 71, in class ImageRegistryTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_plugins.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.data_processing.data_plugins.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/data_plugins/tables.py", line 24, in class PluginsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_plugins.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.data_processing.data_plugins.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/data_plugins/urls.py", line 17, in from openstack_dashboard.dashboards.project.\ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/data_plugins/views.py", line 23, in import openstack_dashboard.dashboards.project.data_processing. \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/data_plugins/tables.py", line 24, in class PluginsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_plugins.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.data_processing.data_plugins.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/data_plugins/views.py", line 23, in import openstack_dashboard.dashboards.project.data_processing. \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/data_plugins/tables.py", line 24, in class PluginsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_sources.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.data_processing.data_sources.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/data_sources/tables.py", line 55, in class DataSourcesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_sources.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.data_processing.data_sources.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/data_sources/urls.py", line 18, in import openstack_dashboard.dashboards.project.data_processing. \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/data_sources/views.py", line 25, in import openstack_dashboard.dashboards.project.data_processing.data_sources. \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/data_sources/tables.py", line 55, in class DataSourcesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_sources.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.data_processing.data_sources.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/data_sources/views.py", line 25, in import openstack_dashboard.dashboards.project.data_processing.data_sources. \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/data_sources/tables.py", line 55, in class DataSourcesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_binaries.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.data_processing.job_binaries.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/job_binaries/tables.py", line 76, in class JobBinariesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_binaries.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.data_processing.job_binaries.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/job_binaries/urls.py", line 18, in import openstack_dashboard.dashboards.project.data_processing. \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/job_binaries/views.py", line 33, in from openstack_dashboard.dashboards.project.data_processing.job_binaries \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/job_binaries/tables.py", line 76, in class JobBinariesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_binaries.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.data_processing.job_binaries.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/job_binaries/views.py", line 33, in from openstack_dashboard.dashboards.project.data_processing.job_binaries \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/job_binaries/tables.py", line 76, in class JobBinariesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_executions.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.data_processing.job_executions.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/job_executions/tables.py", line 29, in from openstack_dashboard.dashboards.project.data_processing. \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/jobs/tables.py", line 102, in class JobsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_executions.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.data_processing.job_executions.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/job_executions/urls.py", line 18, in import openstack_dashboard.dashboards.project.data_processing. \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/job_executions/views.py", line 24, in from openstack_dashboard.dashboards.project.data_processing.job_executions \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/job_executions/tables.py", line 29, in from openstack_dashboard.dashboards.project.data_processing. \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/jobs/tables.py", line 102, in class JobsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_executions.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.data_processing.job_executions.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/job_executions/views.py", line 24, in from openstack_dashboard.dashboards.project.data_processing.job_executions \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/job_executions/tables.py", line 29, in from openstack_dashboard.dashboards.project.data_processing. \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/jobs/tables.py", line 102, in class JobsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.jobs.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.data_processing.jobs.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/jobs/tables.py", line 102, in class JobsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.jobs.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.data_processing.jobs.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/jobs/urls.py", line 18, in import openstack_dashboard.dashboards.project.data_processing. \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/jobs/views.py", line 26, in import openstack_dashboard.dashboards.project.data_processing.jobs.tables \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/jobs/tables.py", line 102, in class JobsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.jobs.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.data_processing.jobs.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/jobs/views.py", line 26, in import openstack_dashboard.dashboards.project.data_processing.jobs.tables \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/jobs/tables.py", line 102, in class JobsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/tables.py", line 80, in class NodegroupTemplatesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/urls.py", line 18, in import openstack_dashboard.dashboards.project. \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/views.py", line 25, in import openstack_dashboard.dashboards.project.data_processing. \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/tables.py", line 80, in class NodegroupTemplatesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/views.py", line 25, in import openstack_dashboard.dashboards.project.data_processing. \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/tables.py", line 80, in class NodegroupTemplatesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.database_backups.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.database_backups.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/database_backups/tables.py", line 157, in class BackupsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.database_backups.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.database_backups.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/database_backups/urls.py", line 18, in from openstack_dashboard.dashboards.project.database_backups import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/database_backups/views.py", line 28, in from openstack_dashboard.dashboards.project.database_backups import tables File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/database_backups/tables.py", line 157, in class BackupsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.database_backups.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.database_backups.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/database_backups/views.py", line 28, in from openstack_dashboard.dashboards.project.database_backups import tables File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/database_backups/tables.py", line 157, in class BackupsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.database_backups.workflows.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.database_backups.workflows'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/database_backups/workflows/__init__.py", line 3, in from create_backup import CreateBackup # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/database_backups/workflows/create_backup.py", line 24, in from openstack_dashboard.dashboards.project.databases \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/databases/tables.py", line 27, in from openstack_dashboard.dashboards.project.database_backups \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/database_backups/tables.py", line 157, in class BackupsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.database_backups.workflows.create_backup.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.database_backups.workflows.create_backup'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/database_backups/workflows/__init__.py", line 3, in from create_backup import CreateBackup # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/database_backups/workflows/create_backup.py", line 24, in from openstack_dashboard.dashboards.project.databases \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/databases/tables.py", line 27, in from openstack_dashboard.dashboards.project.database_backups \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/database_backups/tables.py", line 157, in class BackupsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.databases.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.databases.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/databases/tables.py", line 27, in from openstack_dashboard.dashboards.project.database_backups \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/database_backups/tables.py", line 157, in class BackupsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.databases.tabs.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.databases.tabs'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/databases/tabs.py", line 22, in from openstack_dashboard.dashboards.project.databases import tables File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/databases/tables.py", line 27, in from openstack_dashboard.dashboards.project.database_backups \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/database_backups/tables.py", line 157, in class BackupsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.databases.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.databases.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/databases/urls.py", line 18, in from openstack_dashboard.dashboards.project.databases import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/databases/views.py", line 34, in from openstack_dashboard.dashboards.project.databases import tables File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/databases/tables.py", line 27, in from openstack_dashboard.dashboards.project.database_backups \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/database_backups/tables.py", line 157, in class BackupsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.databases.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.databases.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/databases/views.py", line 34, in from openstack_dashboard.dashboards.project.databases import tables File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/databases/tables.py", line 27, in from openstack_dashboard.dashboards.project.database_backups \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/database_backups/tables.py", line 157, in class BackupsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.firewalls.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.firewalls.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/firewalls/tables.py", line 259, in class RulesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.firewalls.tabs.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.firewalls.tabs'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/firewalls/tabs.py", line 22, in from openstack_dashboard.dashboards.project.firewalls import tables File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/firewalls/tables.py", line 259, in class RulesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.firewalls.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.firewalls.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/firewalls/urls.py", line 18, in from openstack_dashboard.dashboards.project.firewalls import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/firewalls/views.py", line 31, in from openstack_dashboard.dashboards.project.firewalls \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/firewalls/tabs.py", line 22, in from openstack_dashboard.dashboards.project.firewalls import tables File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/firewalls/tables.py", line 259, in class RulesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.firewalls.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.firewalls.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/firewalls/views.py", line 31, in from openstack_dashboard.dashboards.project.firewalls \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/firewalls/tabs.py", line 22, in from openstack_dashboard.dashboards.project.firewalls import tables File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/firewalls/tables.py", line 259, in class RulesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.images.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.images.images.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/images/images/tables.py", line 247, in class ImagesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.images.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.images.images.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/images/images/urls.py", line 22, in from openstack_dashboard.dashboards.project.images.images import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/images/images/views.py", line 35, in from openstack_dashboard.dashboards.project.images.images \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/images/images/tables.py", line 247, in class ImagesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.images.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.images.images.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/images/images/views.py", line 35, in from openstack_dashboard.dashboards.project.images.images \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/images/images/tables.py", line 247, in class ImagesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.images.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/images/urls.py", line 23, in from openstack_dashboard.dashboards.project.images.images \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/images/images/urls.py", line 22, in from openstack_dashboard.dashboards.project.images.images import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/images/images/views.py", line 35, in from openstack_dashboard.dashboards.project.images.images \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/images/images/tables.py", line 247, in class ImagesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/images/utils.py:docstring of openstack_dashboard.dashboards.project.images.utils.image_field_data:8: WARNING: Field list ends without a blank line; unexpected unindent. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.images.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/images/views.py", line 31, in from openstack_dashboard.dashboards.project.images.images \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/images/images/tables.py", line 247, in class ImagesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.audit_tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.instances.audit_tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/audit_tables.py", line 22, in class AuditTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.instances.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/tables.py", line 41, in from openstack_dashboard.dashboards.project.instances import tabs File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/tabs.py", line 22, in from openstack_dashboard.dashboards.project.instances \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/audit_tables.py", line 22, in class AuditTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.tabs.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.instances.tabs'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/tabs.py", line 22, in from openstack_dashboard.dashboards.project.instances \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/audit_tables.py", line 22, in class AuditTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.instances.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/urls.py", line 22, in from openstack_dashboard.dashboards.project.instances import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/views.py", line 46, in from openstack_dashboard.dashboards.project.instances \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/tables.py", line 41, in from openstack_dashboard.dashboards.project.instances import tabs File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/tabs.py", line 22, in from openstack_dashboard.dashboards.project.instances \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/audit_tables.py", line 22, in class AuditTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/utils.py:docstring of openstack_dashboard.dashboards.project.instances.utils.flavor_field_data:8: WARNING: Field list ends without a blank line; unexpected unindent. /builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/utils.py:docstring of openstack_dashboard.dashboards.project.instances.utils.keypair_field_data:8: WARNING: Field list ends without a blank line; unexpected unindent. /builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/utils.py:docstring of openstack_dashboard.dashboards.project.instances.utils.network_field_data:8: WARNING: Field list ends without a blank line; unexpected unindent. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.instances.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/views.py", line 46, in from openstack_dashboard.dashboards.project.instances \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/tables.py", line 41, in from openstack_dashboard.dashboards.project.instances import tabs File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/tabs.py", line 22, in from openstack_dashboard.dashboards.project.instances \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/audit_tables.py", line 22, in class AuditTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.workflows.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.instances.workflows'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/workflows/__init__.py", line 3, in from create_instance import LaunchInstance # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/workflows/create_instance.py", line 42, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.workflows.create_instance.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.instances.workflows.create_instance'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/workflows/__init__.py", line 3, in from create_instance import LaunchInstance # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/workflows/create_instance.py", line 42, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.workflows.resize_instance.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.instances.workflows.resize_instance'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/workflows/__init__.py", line 3, in from create_instance import LaunchInstance # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/workflows/create_instance.py", line 42, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.workflows.update_instance.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.instances.workflows.update_instance'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/workflows/__init__.py", line 3, in from create_instance import LaunchInstance # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/workflows/create_instance.py", line 42, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.loadbalancers.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.loadbalancers.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/loadbalancers/tables.py", line 314, in class PoolsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.loadbalancers.tabs.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.loadbalancers.tabs'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/loadbalancers/tabs.py", line 23, in from openstack_dashboard.dashboards.project.loadbalancers import tables File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/loadbalancers/tables.py", line 314, in class PoolsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.loadbalancers.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.loadbalancers.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/loadbalancers/urls.py", line 18, in from openstack_dashboard.dashboards.project.loadbalancers import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/loadbalancers/views.py", line 29, in from openstack_dashboard.dashboards.project.loadbalancers \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/loadbalancers/tables.py", line 314, in class PoolsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.loadbalancers.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.loadbalancers.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/loadbalancers/views.py", line 29, in from openstack_dashboard.dashboards.project.loadbalancers \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/loadbalancers/tables.py", line 314, in class PoolsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.network_topology.instances.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.network_topology.instances.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/network_topology/instances/tables.py", line 17, in from openstack_dashboard.dashboards.project.instances import tables File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/tables.py", line 41, in from openstack_dashboard.dashboards.project.instances import tabs File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/tabs.py", line 22, in from openstack_dashboard.dashboards.project.instances \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/audit_tables.py", line 22, in class AuditTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.network_topology.ports.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.network_topology.ports.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/network_topology/ports/tables.py", line 18, in from openstack_dashboard.dashboards.project.routers.ports import tables File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/routers/ports/tables.py", line 25, in from openstack_dashboard.dashboards.project.networks.ports \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/ports/tables.py", line 67, in class PortsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.network_topology.routers.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.network_topology.routers.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/network_topology/routers/tables.py", line 17, in from openstack_dashboard.dashboards.project.routers import tables File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/routers/tables.py", line 30, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.network_topology.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.network_topology.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/network_topology/urls.py", line 23, in from openstack_dashboard.dashboards.project.network_topology import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/network_topology/views.py", line 32, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.network_topology.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.network_topology.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/network_topology/views.py", line 32, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.ports.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.networks.ports.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/ports/tables.py", line 67, in class PortsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.ports.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.networks.ports.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/ports/urls.py", line 18, in from openstack_dashboard.dashboards.project.networks.ports import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/ports/views.py", line 27, in from openstack_dashboard.dashboards.project.networks.ports \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/ports/tables.py", line 67, in class PortsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.ports.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.networks.ports.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/ports/views.py", line 27, in from openstack_dashboard.dashboards.project.networks.ports \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/ports/tables.py", line 67, in class PortsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.subnets.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.networks.subnets.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/subnets/tables.py", line 28, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.subnets.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.networks.subnets.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/subnets/urls.py", line 18, in from openstack_dashboard.dashboards.project.networks.subnets import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/subnets/views.py", line 28, in from openstack_dashboard.dashboards.project.networks.subnets \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/subnets/tables.py", line 28, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.subnets.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.networks.subnets.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/subnets/views.py", line 28, in from openstack_dashboard.dashboards.project.networks.subnets \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/subnets/tables.py", line 28, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.networks.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/tables.py", line 28, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.networks.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/urls.py", line 19, in from openstack_dashboard.dashboards.project.networks.ports \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/ports/urls.py", line 18, in from openstack_dashboard.dashboards.project.networks.ports import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/ports/views.py", line 27, in from openstack_dashboard.dashboards.project.networks.ports \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/ports/tables.py", line 67, in class PortsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.networks.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/views.py", line 32, in from openstack_dashboard.dashboards.project.networks.ports \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/ports/tables.py", line 67, in class PortsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.overview.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.overview.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/overview/urls.py", line 23, in from openstack_dashboard.dashboards.project.overview import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/overview/views.py", line 27, in from openstack_dashboard import usage File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.overview.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.overview.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/overview/views.py", line 27, in from openstack_dashboard import usage File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.extensions.routerrules.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.routers.extensions.routerrules.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/routers/extensions/routerrules/tables.py", line 69, in class RouterRulesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.extensions.routerrules.tabs.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.routers.extensions.routerrules.tabs'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/routers/extensions/routerrules/tabs.py", line 26, in from openstack_dashboard.dashboards.project.routers.extensions.routerrules\ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/routers/extensions/routerrules/tables.py", line 69, in class RouterRulesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.ports.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.routers.ports.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/routers/ports/tables.py", line 25, in from openstack_dashboard.dashboards.project.networks.ports \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/networks/ports/tables.py", line 67, in class PortsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.routers.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/routers/tables.py", line 30, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.tabs.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.routers.tabs'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/routers/tabs.py", line 19, in from openstack_dashboard.dashboards.project.routers.extensions.routerrules\ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/routers/extensions/routerrules/tabs.py", line 26, in from openstack_dashboard.dashboards.project.routers.extensions.routerrules\ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/routers/extensions/routerrules/tables.py", line 69, in class RouterRulesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.routers.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/routers/urls.py", line 22, in from openstack_dashboard.dashboards.project.routers import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/routers/views.py", line 35, in from openstack_dashboard.dashboards.project.routers import tables as rtables File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/routers/tables.py", line 30, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.routers.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/routers/views.py", line 35, in from openstack_dashboard.dashboards.project.routers import tables as rtables File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/routers/tables.py", line 30, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.resource_types.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.stacks.resource_types.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/stacks/resource_types/tables.py", line 19, in class ResourceTypesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.resource_types.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.stacks.resource_types.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/stacks/resource_types/urls.py", line 17, in from openstack_dashboard.dashboards.project.stacks.resource_types import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/stacks/resource_types/views.py", line 24, in import openstack_dashboard.dashboards.project.stacks.resource_types.tables \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/stacks/resource_types/tables.py", line 19, in class ResourceTypesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.resource_types.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.stacks.resource_types.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/stacks/resource_types/views.py", line 24, in import openstack_dashboard.dashboards.project.stacks.resource_types.tables \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/stacks/resource_types/tables.py", line 19, in class ResourceTypesTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.stacks.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/stacks/tables.py", line 191, in class StacksTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.tabs.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.stacks.tabs'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/stacks/tabs.py", line 25, in from openstack_dashboard.dashboards.project.stacks \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/stacks/tables.py", line 191, in class StacksTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.stacks.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/stacks/urls.py", line 16, in from openstack_dashboard.dashboards.project.stacks import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/stacks/views.py", line 36, in from openstack_dashboard.dashboards.project.stacks \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/stacks/tables.py", line 191, in class StacksTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.stacks.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/stacks/views.py", line 36, in from openstack_dashboard.dashboards.project.stacks \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/stacks/tables.py", line 191, in class StacksTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.backups.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.volumes.backups.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/backups/tables.py", line 99, in class BackupsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.backups.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.volumes.backups.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/backups/urls.py", line 16, in from openstack_dashboard.dashboards.project.volumes.backups import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/backups/views.py", line 25, in from openstack_dashboard.dashboards.project.volumes.backups \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/backups/tables.py", line 99, in class BackupsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.backups.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.volumes.backups.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/backups/views.py", line 25, in from openstack_dashboard.dashboards.project.volumes.backups \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/backups/tables.py", line 99, in class BackupsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.snapshots.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.volumes.snapshots.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/snapshots/tables.py", line 29, in from openstack_dashboard.dashboards.project.volumes \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/volumes/tables.py", line 409, in class VolumesTable(VolumesTableBase): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.snapshots.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.volumes.snapshots.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/snapshots/urls.py", line 16, in from openstack_dashboard.dashboards.project.volumes.snapshots import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/snapshots/views.py", line 26, in from openstack_dashboard.dashboards.project.volumes \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/snapshots/tables.py", line 29, in from openstack_dashboard.dashboards.project.volumes \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/volumes/tables.py", line 409, in class VolumesTable(VolumesTableBase): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.snapshots.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.volumes.snapshots.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/snapshots/views.py", line 26, in from openstack_dashboard.dashboards.project.volumes \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/snapshots/tables.py", line 29, in from openstack_dashboard.dashboards.project.volumes \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/volumes/tables.py", line 409, in class VolumesTable(VolumesTableBase): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.tabs.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.volumes.tabs'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/tabs.py", line 23, in from openstack_dashboard.dashboards.project.volumes.backups \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/backups/tables.py", line 99, in class BackupsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.test.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.volumes.test'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/test.py", line 18, in from mox import IsA # noqa ImportError: No module named mox /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.volumes.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/urls.py", line 19, in from openstack_dashboard.dashboards.project.volumes.backups \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/backups/urls.py", line 16, in from openstack_dashboard.dashboards.project.volumes.backups import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/backups/views.py", line 25, in from openstack_dashboard.dashboards.project.volumes.backups \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/backups/tables.py", line 99, in class BackupsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.volumes.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/views.py", line 19, in from openstack_dashboard.dashboards.project.volumes \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/tabs.py", line 23, in from openstack_dashboard.dashboards.project.volumes.backups \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/backups/tables.py", line 99, in class BackupsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.volumes.forms.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.volumes.volumes.forms'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/volumes/forms.py", line 41, in from openstack_dashboard.dashboards.project.instances import tables File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/tables.py", line 41, in from openstack_dashboard.dashboards.project.instances import tabs File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/tabs.py", line 22, in from openstack_dashboard.dashboards.project.instances \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/instances/audit_tables.py", line 22, in class AuditTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.volumes.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.volumes.volumes.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/volumes/tables.py", line 409, in class VolumesTable(VolumesTableBase): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.volumes.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.volumes.volumes.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/volumes/urls.py", line 18, in from openstack_dashboard.dashboards.project.volumes \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/volumes/views.py", line 32, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. looking for now-outdated files... none found pickling environment... /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.volumes.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.volumes.volumes.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/volumes/volumes/views.py", line 32, in from openstack_dashboard.usage import quotas File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.vpn.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.vpn.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/vpn/tables.py", line 222, in class IPSecSiteConnectionsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.vpn.tabs.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.vpn.tabs'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/vpn/tabs.py", line 22, in from openstack_dashboard.dashboards.project.vpn import tables File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/vpn/tables.py", line 222, in class IPSecSiteConnectionsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.vpn.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.vpn.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/vpn/urls.py", line 18, in from openstack_dashboard.dashboards.project.vpn import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/vpn/views.py", line 30, in from openstack_dashboard.dashboards.project.vpn import tables as vpn_tables File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/vpn/tables.py", line 222, in class IPSecSiteConnectionsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.vpn.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.project.vpn.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/vpn/views.py", line 30, in from openstack_dashboard.dashboards.project.vpn import tables as vpn_tables File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/project/vpn/tables.py", line 222, in class IPSecSiteConnectionsTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.router.nexus1000v.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.router.nexus1000v.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/router/nexus1000v/tables.py", line 70, in class NetworkProfile(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.router.nexus1000v.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.router.nexus1000v.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/router/nexus1000v/urls.py", line 16, in from openstack_dashboard.dashboards.router.nexus1000v import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/router/nexus1000v/views.py", line 30, in from openstack_dashboard.dashboards.router.nexus1000v \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/router/nexus1000v/tables.py", line 70, in class NetworkProfile(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.dashboards.router.nexus1000v.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.dashboards.router.nexus1000v.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/router/nexus1000v/views.py", line 30, in from openstack_dashboard.dashboards.router.nexus1000v \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/router/nexus1000v/tables.py", line 70, in class NetworkProfile(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.urls.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/urls.py", line 36, in url(r'', include(horizon.urls)), File "/usr/lib/python2.7/site-packages/django/conf/urls/__init__.py", line 34, in include patterns = getattr(urlconf_module, 'urlpatterns', urlconf_module) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 226, in inner self._setup() File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 359, in _setup self._wrapped = self._setupfunc() File "/builddir/build/BUILD/horizon-2015.1.4/horizon/base.py", line 801, in url_patterns return self._urls()[0] File "/builddir/build/BUILD/horizon-2015.1.4/horizon/base.py", line 836, in _urls include(dash._decorated_urls))) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/base.py", line 509, in _decorated_urls include(panel._decorated_urls))) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/base.py", line 283, in _decorated_urls urlpatterns = self._get_default_urlpatterns() File "/builddir/build/BUILD/horizon-2015.1.4/horizon/base.py", line 104, in _get_default_urlpatterns urls_mod = import_module('.urls', package_string) File "/usr/lib/python2.7/site-packages/django/utils/importlib.py", line 45, in import_module __import__(name) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/users/urls.py", line 22, in from openstack_dashboard.dashboards.identity.users import views File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/users/views.py", line 39, in from openstack_dashboard.dashboards.identity.users \ File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/dashboards/identity/users/tables.py", line 220, in class UsersTable(tables.DataTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.usage.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.usage'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.usage.base.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.usage.base'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.usage.quotas.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.usage.quotas'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.usage.tables.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.usage.tables'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/sourcecode/openstack_dashboard/openstack_dashboard.usage.views.rst:4: WARNING: autodoc: failed to import module u'openstack_dashboard.usage.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/__init__.py", line 20, in from openstack_dashboard.usage.tables import BaseUsageTable # noqa File "/builddir/build/BUILD/horizon-2015.1.4/openstack_dashboard/usage/tables.py", line 42, in class GlobalUsageTable(BaseUsageTable): File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 1054, in __new__ attrs["_meta"] = opts = DataTableOptions(attrs.get("Meta", None)) File "/builddir/build/BUILD/horizon-2015.1.4/horizon/tables/base.py", line 969, in __init__ verbose_name = (getattr(options, 'verbose_name', None) File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 136, in __wrapper__ res = func(*self.__args, **self.__kw) File "/usr/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 84, in ugettext return _trans.ugettext(message) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 327, in ugettext return do_translate(message, 'ugettext') File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 304, in do_translate _default = _default or translation(settings.LANGUAGE_CODE) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 206, in translation _translations[language] = DjangoTranslation(language) File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 116, in __init__ self._add_installed_apps_translations() File "/usr/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 164, in _add_installed_apps_translations "The translation infrastructure cannot be initialized before the " AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. /builddir/build/BUILD/horizon-2015.1.4/doc/source/topics/settings.rst:491: ERROR: Unexpected indentation. /builddir/build/BUILD/horizon-2015.1.4/doc/source/topics/settings.rst:494: WARNING: Block quote ends without a blank line; unexpected unindent. done checking consistency... done preparing documents... done writing output... [ 0%] contributing writing output... [ 0%] faq writing output... [ 0%] glossary writing output... [ 0%] index writing output... [ 0%] intro writing output... [ 0%] quickstart writing output... [ 1%] ref/context_processors writing output... [ 1%] ref/decorators writing output... [ 1%] ref/exceptions writing output... [ 1%] ref/forms writing output... [ 1%] ref/horizon writing output... [ 1%] ref/local_conf writing output... [ 2%] ref/middleware writing output... [ 2%] ref/run_tests writing output... [ 2%] ref/tables writing output... [ 2%] ref/tabs writing output... [ 2%] ref/test writing output... [ 2%] ref/workflows writing output... [ 2%] releases/2012_1 writing output... [ 3%] releases/2012_2 writing output... [ 3%] releases/2013_1 writing output... [ 3%] releases/2013_2 writing output... [ 3%] releases/2014_1 writing output... [ 3%] releases/2014_2 writing output... [ 3%] sourcecode/autoindex writing output... [ 4%] sourcecode/horizon/horizon writing output... [ 4%] sourcecode/horizon/horizon.base writing output... [ 4%] sourcecode/horizon/horizon.browsers writing output... [ 4%] sourcecode/horizon/horizon.browsers.base writing output... [ 4%] sourcecode/horizon/horizon.browsers.breadcrumb writing output... [ 4%] sourcecode/horizon/horizon.browsers.views writing output... [ 4%] sourcecode/horizon/horizon.conf writing output... [ 5%] sourcecode/horizon/horizon.conf.dash_template writing output... [ 5%] sourcecode/horizon/horizon.conf.dash_template.models writing output... [ 5%] sourcecode/horizon/horizon.conf.default writing output... [ 5%] sourcecode/horizon/horizon.conf.panel_template writing output... [ 5%] sourcecode/horizon/horizon.conf.panel_template.views writing output... [ 5%] sourcecode/horizon/horizon.context_processors writing output... [ 6%] sourcecode/horizon/horizon.contrib writing output... [ 6%] sourcecode/horizon/horizon.contrib.bootstrap_datepicker writing output... [ 6%] sourcecode/horizon/horizon.decorators writing output... [ 6%] sourcecode/horizon/horizon.exceptions writing output... [ 6%] sourcecode/horizon/horizon.forms writing output... [ 6%] sourcecode/horizon/horizon.forms.base writing output... [ 6%] sourcecode/horizon/horizon.forms.fields writing output... [ 7%] sourcecode/horizon/horizon.forms.views writing output... [ 7%] sourcecode/horizon/horizon.loaders writing output... [ 7%] sourcecode/horizon/horizon.management writing output... [ 7%] sourcecode/horizon/horizon.management.commands writing output... [ 7%] sourcecode/horizon/horizon.management.commands.startdash writing output... [ 7%] sourcecode/horizon/horizon.management.commands.startpanel writing output... [ 8%] sourcecode/horizon/horizon.messages writing output... [ 8%] sourcecode/horizon/horizon.middleware writing output... [ 8%] sourcecode/horizon/horizon.models writing output... [ 8%] sourcecode/horizon/horizon.site_urls writing output... [ 8%] sourcecode/horizon/horizon.tables writing output... [ 8%] sourcecode/horizon/horizon.tables.actions writing output... [ 9%] sourcecode/horizon/horizon.tables.base writing output... [ 9%] sourcecode/horizon/horizon.tables.formset writing output... [ 9%] sourcecode/horizon/horizon.tables.views writing output... [ 9%] sourcecode/horizon/horizon.tabs writing output... [ 9%] sourcecode/horizon/horizon.tabs.base writing output... [ 9%] sourcecode/horizon/horizon.tabs.views writing output... [ 9%] sourcecode/horizon/horizon.templatetags writing output... [ 10%] sourcecode/horizon/horizon.templatetags.branding writing output... [ 10%] sourcecode/horizon/horizon.templatetags.form_helpers writing output... [ 10%] sourcecode/horizon/horizon.templatetags.horizon writing output... [ 10%] sourcecode/horizon/horizon.templatetags.parse_date writing output... [ 10%] sourcecode/horizon/horizon.templatetags.shellfilter writing output... [ 10%] sourcecode/horizon/horizon.templatetags.sizeformat writing output... [ 11%] sourcecode/horizon/horizon.templatetags.truncate_filter writing output... [ 11%] sourcecode/horizon/horizon.utils writing output... [ 11%] sourcecode/horizon/horizon.utils.csvbase writing output... [ 11%] sourcecode/horizon/horizon.utils.filters writing output... [ 11%] sourcecode/horizon/horizon.utils.functions writing output... [ 11%] sourcecode/horizon/horizon.utils.html writing output... [ 11%] sourcecode/horizon/horizon.utils.memoized writing output... [ 12%] sourcecode/horizon/horizon.utils.secret_key writing output... [ 12%] sourcecode/horizon/horizon.utils.units writing output... [ 12%] sourcecode/horizon/horizon.utils.urlresolvers writing output... [ 12%] sourcecode/horizon/horizon.utils.validators writing output... [ 12%] sourcecode/horizon/horizon.version writing output... [ 12%] sourcecode/horizon/horizon.views writing output... [ 13%] sourcecode/horizon/horizon.workflows writing output... [ 13%] sourcecode/horizon/horizon.workflows.base writing output... [ 13%] sourcecode/horizon/horizon.workflows.views writing output... [ 13%] sourcecode/openstack_dashboard/openstack_dashboard writing output... [ 13%] sourcecode/openstack_dashboard/openstack_dashboard.api writing output... [ 13%] sourcecode/openstack_dashboard/openstack_dashboard.api.base writing output... [ 13%] sourcecode/openstack_dashboard/openstack_dashboard.api.ceilometer writing output... [ 14%] sourcecode/openstack_dashboard/openstack_dashboard.api.cinder writing output... [ 14%] sourcecode/openstack_dashboard/openstack_dashboard.api.fwaas writing output... [ 14%] sourcecode/openstack_dashboard/openstack_dashboard.api.glance writing output... [ 14%] sourcecode/openstack_dashboard/openstack_dashboard.api.heat writing output... [ 14%] sourcecode/openstack_dashboard/openstack_dashboard.api.keystone writing output... [ 14%] sourcecode/openstack_dashboard/openstack_dashboard.api.lbaas writing output... [ 15%] sourcecode/openstack_dashboard/openstack_dashboard.api.network writing output... [ 15%] sourcecode/openstack_dashboard/openstack_dashboard.api.network_base writing output... [ 15%] sourcecode/openstack_dashboard/openstack_dashboard.api.neutron writing output... [ 15%] sourcecode/openstack_dashboard/openstack_dashboard.api.nova writing output... [ 15%] sourcecode/openstack_dashboard/openstack_dashboard.api.rest writing output... [ 15%] sourcecode/openstack_dashboard/openstack_dashboard.api.rest.cinder writing output... [ 16%] sourcecode/openstack_dashboard/openstack_dashboard.api.rest.config writing output... [ 16%] sourcecode/openstack_dashboard/openstack_dashboard.api.rest.glance writing output... [ 16%] sourcecode/openstack_dashboard/openstack_dashboard.api.rest.keystone writing output... [ 16%] sourcecode/openstack_dashboard/openstack_dashboard.api.rest.network writing output... [ 16%] sourcecode/openstack_dashboard/openstack_dashboard.api.rest.neutron writing output... [ 16%] sourcecode/openstack_dashboard/openstack_dashboard.api.rest.nova writing output... [ 16%] sourcecode/openstack_dashboard/openstack_dashboard.api.rest.policy writing output... [ 17%] sourcecode/openstack_dashboard/openstack_dashboard.api.rest.urls writing output... [ 17%] sourcecode/openstack_dashboard/openstack_dashboard.api.rest.utils writing output... [ 17%] sourcecode/openstack_dashboard/openstack_dashboard.api.sahara writing output... [ 17%] sourcecode/openstack_dashboard/openstack_dashboard.api.swift writing output... [ 17%] sourcecode/openstack_dashboard/openstack_dashboard.api.trove writing output... [ 17%] sourcecode/openstack_dashboard/openstack_dashboard.api.vpn writing output... [ 18%] sourcecode/openstack_dashboard/openstack_dashboard.context_processors writing output... [ 18%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards writing output... [ 18%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin writing output... [ 18%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.aggregates writing output... [ 18%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.aggregates.constants writing output... [ 18%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.aggregates.forms writing output... [ 18%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.aggregates.panel writing output... [ 19%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.aggregates.tables writing output... [ 19%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.aggregates.urls writing output... [ 19%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.aggregates.views writing output... [ 19%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.aggregates.workflows writing output... [ 19%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.dashboard writing output... [ 19%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.defaults writing output... [ 20%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.defaults.panel writing output... [ 20%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.defaults.tables writing output... [ 20%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.defaults.tabs writing output... [ 20%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.defaults.urls writing output... [ 20%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.defaults.views writing output... [ 20%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.defaults.workflows writing output... [ 20%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.flavors writing output... [ 21%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.flavors.constants writing output... [ 21%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.flavors.forms writing output... [ 21%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.flavors.panel writing output... [ 21%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.flavors.tables writing output... [ 21%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.flavors.urls writing output... [ 21%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.flavors.views writing output... [ 22%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.flavors.workflows writing output... [ 22%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.hypervisors writing output... [ 22%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.hypervisors.compute writing output... [ 22%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.hypervisors.compute.forms writing output... [ 22%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.hypervisors.compute.tables writing output... [ 22%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.hypervisors.compute.tabs writing output... [ 23%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.hypervisors.compute.urls writing output... [ 23%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.hypervisors.compute.views writing output... [ 23%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.hypervisors.panel writing output... [ 23%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.hypervisors.tables writing output... [ 23%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.hypervisors.tabs writing output... [ 23%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.hypervisors.urls writing output... [ 23%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.hypervisors.views writing output... [ 24%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.images writing output... [ 24%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.images.forms writing output... [ 24%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.images.panel writing output... [ 24%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.images.tables writing output... [ 24%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.images.urls writing output... [ 24%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.images.views writing output... [ 25%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.info writing output... [ 25%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.info.constants writing output... [ 25%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.info.panel writing output... [ 25%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.info.tables writing output... [ 25%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.info.tabs writing output... [ 25%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.info.urls writing output... [ 25%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.info.views writing output... [ 26%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.instances writing output... [ 26%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.instances.forms writing output... [ 26%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.instances.panel writing output... [ 26%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.instances.tables writing output... [ 26%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.instances.urls writing output... [ 26%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.instances.views writing output... [ 27%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metadata_defs writing output... [ 27%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metadata_defs.constants writing output... [ 27%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metadata_defs.forms writing output... [ 27%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metadata_defs.panel writing output... [ 27%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metadata_defs.tables writing output... [ 27%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metadata_defs.tabs writing output... [ 27%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metadata_defs.urls writing output... [ 28%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metadata_defs.views writing output... [ 28%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metering writing output... [ 28%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metering.forms writing output... [ 28%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metering.panel writing output... [ 28%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metering.tables writing output... [ 28%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metering.tabs writing output... [ 29%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metering.urls writing output... [ 29%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.metering.views writing output... [ 29%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.models writing output... [ 29%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks writing output... [ 29%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.agents writing output... [ 29%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.agents.forms writing output... [ 30%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.agents.tables writing output... [ 30%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.agents.views writing output... [ 30%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.forms writing output... [ 30%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.panel writing output... [ 30%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.ports writing output... [ 30%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.ports.forms writing output... [ 30%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.ports.tables writing output... [ 31%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.ports.tabs writing output... [ 31%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.ports.urls writing output... [ 31%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.ports.views writing output... [ 31%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.subnets writing output... [ 31%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.subnets.tables writing output... [ 31%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.subnets.urls writing output... [ 32%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.subnets.views writing output... [ 32%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.subnets.workflows writing output... [ 32%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.tables writing output... [ 32%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.urls writing output... [ 32%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.networks.views writing output... [ 32%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.overview writing output... [ 32%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.overview.panel writing output... [ 33%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.overview.urls writing output... [ 33%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.overview.views writing output... [ 33%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.routers writing output... [ 33%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.routers.forms writing output... [ 33%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.routers.panel writing output... [ 33%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.routers.ports writing output... [ 34%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.routers.ports.tables writing output... [ 34%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.routers.ports.tabs writing output... [ 34%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.routers.ports.urls writing output... [ 34%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.routers.ports.views writing output... [ 34%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.routers.tables writing output... [ 34%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.routers.tabs writing output... [ 34%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.routers.urls writing output... [ 35%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.routers.views writing output... [ 35%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes writing output... [ 35%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.panel writing output... [ 35%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.snapshots writing output... [ 35%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.snapshots.forms writing output... [ 35%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.snapshots.tables writing output... [ 36%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.snapshots.tabs writing output... [ 36%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.snapshots.urls writing output... [ 36%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.snapshots.views writing output... [ 36%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.tabs writing output... [ 36%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.urls writing output... [ 36%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.views writing output... [ 37%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types writing output... [ 37%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.extras writing output... [ 37%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.extras.forms writing output... [ 37%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.extras.tables writing output... [ 37%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.extras.urls writing output... [ 37%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.extras.views writing output... [ 37%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.forms writing output... [ 38%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs writing output... [ 38%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs.forms writing output... [ 38%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs.tables writing output... [ 38%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs.urls writing output... [ 38%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs.views writing output... [ 38%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.tables writing output... [ 39%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.urls writing output... [ 39%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volume_types.views writing output... [ 39%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volumes writing output... [ 39%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volumes.forms writing output... [ 39%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volumes.tables writing output... [ 39%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volumes.urls writing output... [ 39%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.admin.volumes.volumes.views writing output... [ 40%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity writing output... [ 40%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.dashboard writing output... [ 40%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.domains writing output... [ 40%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.domains.constants writing output... [ 40%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.domains.panel writing output... [ 40%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.domains.tables writing output... [ 41%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.domains.urls writing output... [ 41%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.domains.views writing output... [ 41%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.domains.workflows writing output... [ 41%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.groups writing output... [ 41%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.groups.constants writing output... [ 41%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.groups.forms writing output... [ 41%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.groups.panel writing output... [ 42%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.groups.tables writing output... [ 42%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.groups.urls writing output... [ 42%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.groups.views writing output... [ 42%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.projects writing output... [ 42%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.projects.panel writing output... [ 42%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.projects.tables writing output... [ 43%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.projects.urls writing output... [ 43%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.projects.views writing output... [ 43%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.projects.workflows writing output... [ 43%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.roles writing output... [ 43%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.roles.forms writing output... [ 43%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.roles.panel writing output... [ 44%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.roles.tables writing output... [ 44%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.roles.urls writing output... [ 44%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.roles.views writing output... [ 44%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.users writing output... [ 44%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.users.forms writing output... [ 44%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.users.panel writing output... [ 44%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.users.tables writing output... [ 45%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.users.urls writing output... [ 45%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.identity.users.views writing output... [ 45%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project writing output... [ 45%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security writing output... [ 45%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.api_access writing output... [ 45%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.api_access.tables writing output... [ 46%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.api_access.urls writing output... [ 46%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.api_access.views writing output... [ 46%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.floating_ips writing output... [ 46%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.floating_ips.forms writing output... [ 46%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.floating_ips.tables writing output... [ 46%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.floating_ips.urls writing output... [ 46%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.floating_ips.views writing output... [ 47%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.floating_ips.workflows writing output... [ 47%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.keypairs writing output... [ 47%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.keypairs.forms writing output... [ 47%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.keypairs.tables writing output... [ 47%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.keypairs.urls writing output... [ 47%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.keypairs.views writing output... [ 48%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.panel writing output... [ 48%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.security_groups writing output... [ 48%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.security_groups.forms writing output... [ 48%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.security_groups.tables writing output... [ 48%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.security_groups.urls writing output... [ 48%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.security_groups.views writing output... [ 48%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.tabs writing output... [ 49%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.urls writing output... [ 49%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.access_and_security.views writing output... [ 49%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.containers writing output... [ 49%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.containers.browsers writing output... [ 49%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.containers.forms writing output... [ 49%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.containers.panel writing output... [ 50%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.containers.tables writing output... [ 50%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.containers.urls writing output... [ 50%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.containers.utils writing output... [ 50%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.containers.views writing output... [ 50%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.dashboard writing output... [ 50%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing writing output... [ 51%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.cluster_templates writing output... [ 51%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.cluster_templates.forms writing output... [ 51%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.cluster_templates.panel writing output... [ 51%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.cluster_templates.tables writing output... [ 51%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.cluster_templates.tabs writing output... [ 51%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.cluster_templates.urls writing output... [ 51%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.cluster_templates.views writing output... [ 52%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.cluster_templates.workflows writing output... [ 52%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.cluster_templates.workflows.copy writing output... [ 52%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.cluster_templates.workflows.create writing output... [ 52%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.clusters writing output... [ 52%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.clusters.panel writing output... [ 52%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.clusters.tables writing output... [ 53%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.clusters.tabs writing output... [ 53%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.clusters.urls writing output... [ 53%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.clusters.views writing output... [ 53%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.clusters.workflows writing output... [ 53%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.clusters.workflows.create writing output... [ 53%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.clusters.workflows.scale writing output... [ 53%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_image_registry writing output... [ 54%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_image_registry.forms writing output... [ 54%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_image_registry.panel writing output... [ 54%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_image_registry.tables writing output... [ 54%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_image_registry.urls writing output... [ 54%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_image_registry.views writing output... [ 54%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_plugins writing output... [ 55%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_plugins.panel writing output... [ 55%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_plugins.tables writing output... [ 55%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_plugins.tabs writing output... [ 55%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_plugins.urls writing output... [ 55%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_plugins.views writing output... [ 55%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_sources writing output... [ 55%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_sources.panel writing output... [ 56%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_sources.tables writing output... [ 56%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_sources.tabs writing output... [ 56%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_sources.urls writing output... [ 56%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_sources.views writing output... [ 56%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_sources.workflows writing output... [ 56%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.data_sources.workflows.create writing output... [ 57%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_binaries writing output... [ 57%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_binaries.forms writing output... [ 57%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_binaries.panel writing output... [ 57%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_binaries.tables writing output... [ 57%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_binaries.tabs writing output... [ 57%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_binaries.urls writing output... [ 58%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_binaries.views writing output... [ 58%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_executions writing output... [ 58%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_executions.panel writing output... [ 58%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_executions.tables writing output... [ 58%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_executions.tabs writing output... [ 58%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_executions.urls writing output... [ 58%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.job_executions.views writing output... [ 59%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.jobs writing output... [ 59%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.jobs.panel writing output... [ 59%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.jobs.tables writing output... [ 59%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.jobs.tabs writing output... [ 59%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.jobs.urls writing output... [ 59%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.jobs.views writing output... [ 60%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.jobs.workflows writing output... [ 60%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.jobs.workflows.create writing output... [ 60%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.jobs.workflows.launch writing output... [ 60%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.nodegroup_templates writing output... [ 60%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.panel writing output... [ 60%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.tables writing output... [ 60%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.tabs writing output... [ 61%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.urls writing output... [ 61%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.views writing output... [ 61%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.workflows writing output... [ 61%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.workflows.copy writing output... [ 61%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.workflows.create writing output... [ 61%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.utils writing output... [ 62%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.utils.anti_affinity writing output... [ 62%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.utils.helpers writing output... [ 62%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.utils.neutron_support writing output... [ 62%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.utils.workflow_helpers writing output... [ 62%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.wizard writing output... [ 62%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.wizard.forms writing output... [ 62%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.wizard.panel writing output... [ 63%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.wizard.urls writing output... [ 63%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.data_processing.wizard.views writing output... [ 63%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.database_backups writing output... [ 63%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.database_backups.panel writing output... [ 63%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.database_backups.tables writing output... [ 63%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.database_backups.urls writing output... [ 64%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.database_backups.views writing output... [ 64%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.database_backups.workflows writing output... [ 64%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.database_backups.workflows.create_backup writing output... [ 64%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.databases writing output... [ 64%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.databases.forms writing output... [ 64%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.databases.panel writing output... [ 65%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.databases.tables writing output... [ 65%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.databases.tabs writing output... [ 65%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.databases.urls writing output... [ 65%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.databases.views writing output... [ 65%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.databases.workflows writing output... [ 65%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.databases.workflows.create_instance writing output... [ 65%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.firewalls writing output... [ 66%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.firewalls.forms writing output... [ 66%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.firewalls.panel writing output... [ 66%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.firewalls.tables writing output... [ 66%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.firewalls.tabs writing output... [ 66%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.firewalls.urls writing output... [ 66%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.firewalls.views writing output... [ 67%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.firewalls.workflows writing output... [ 67%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images writing output... [ 67%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.images writing output... [ 67%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.images.forms writing output... [ 67%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.images.tables writing output... [ 67%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.images.tabs writing output... [ 67%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.images.urls writing output... [ 68%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.images.views writing output... [ 68%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.panel writing output... [ 68%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.snapshots writing output... [ 68%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.snapshots.forms writing output... [ 68%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.snapshots.urls writing output... [ 68%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.snapshots.views writing output... [ 69%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.urls writing output... [ 69%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.utils writing output... [ 69%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.images.views writing output... [ 69%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances writing output... [ 69%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.audit_tables writing output... [ 69%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.console writing output... [ 69%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.forms writing output... [ 70%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.panel writing output... [ 70%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.tables writing output... [ 70%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.tabs writing output... [ 70%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.urls writing output... [ 70%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.utils writing output... [ 70%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.views writing output... [ 71%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.workflows writing output... [ 71%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.workflows.create_instance writing output... [ 71%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.workflows.resize_instance writing output... [ 71%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.instances.workflows.update_instance writing output... [ 71%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.loadbalancers writing output... [ 71%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.loadbalancers.forms writing output... [ 72%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.loadbalancers.models writing output... [ 72%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.loadbalancers.panel writing output... [ 72%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.loadbalancers.tables writing output... [ 72%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.loadbalancers.tabs writing output... [ 72%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.loadbalancers.urls writing output... [ 72%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.loadbalancers.utils writing output... [ 72%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.loadbalancers.views writing output... [ 73%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.loadbalancers.workflows writing output... [ 73%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.models writing output... [ 73%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.network_topology writing output... [ 73%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.network_topology.instances writing output... [ 73%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.network_topology.instances.tables writing output... [ 73%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.network_topology.panel writing output... [ 74%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.network_topology.ports writing output... [ 74%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.network_topology.ports.tables writing output... [ 74%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.network_topology.routers writing output... [ 74%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.network_topology.routers.tables writing output... [ 74%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.network_topology.urls writing output... [ 74%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.network_topology.views writing output... [ 74%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks writing output... [ 75%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.forms writing output... [ 75%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.panel writing output... [ 75%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.ports writing output... [ 75%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.ports.forms writing output... [ 75%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.ports.tables writing output... [ 75%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.ports.tabs writing output... [ 76%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.ports.urls writing output... [ 76%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.ports.views writing output... [ 76%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.subnets writing output... [ 76%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.subnets.tables writing output... [ 76%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.subnets.tabs writing output... [ 76%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.subnets.urls writing output... [ 76%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.subnets.utils writing output... [ 77%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.subnets.views writing output... [ 77%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.subnets.workflows writing output... [ 77%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.tables writing output... [ 77%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.urls writing output... [ 77%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.views writing output... [ 77%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.networks.workflows writing output... [ 78%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.overview writing output... [ 78%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.overview.panel writing output... [ 78%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.overview.urls writing output... [ 78%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.overview.views writing output... [ 78%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers writing output... [ 78%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.extensions writing output... [ 79%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.extensions.routerrules writing output... [ 79%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.extensions.routerrules.forms writing output... [ 79%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.extensions.routerrules.rulemanager writing output... [ 79%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.extensions.routerrules.tables writing output... [ 79%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.extensions.routerrules.tabs writing output... [ 79%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.extensions.routerrules.views writing output... [ 79%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.forms writing output... [ 80%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.panel writing output... [ 80%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.ports writing output... [ 80%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.ports.forms writing output... [ 80%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.ports.tables writing output... [ 80%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.ports.tabs writing output... [ 80%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.ports.urls writing output... [ 81%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.ports.views writing output... [ 81%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.tables writing output... [ 81%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.tabs writing output... [ 81%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.urls writing output... [ 81%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.routers.views writing output... [ 81%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks writing output... [ 81%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.api writing output... [ 82%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.forms writing output... [ 82%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.mappings writing output... [ 82%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.panel writing output... [ 82%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.resource_types writing output... [ 82%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.resource_types.panel writing output... [ 82%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.resource_types.tables writing output... [ 83%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.resource_types.tabs writing output... [ 83%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.resource_types.urls writing output... [ 83%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.resource_types.views writing output... [ 83%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.sro writing output... [ 83%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.tables writing output... [ 83%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.tabs writing output... [ 83%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.urls writing output... [ 84%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.stacks.views writing output... [ 84%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes writing output... [ 84%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.backups writing output... [ 84%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.backups.forms writing output... [ 84%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.backups.tables writing output... [ 84%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.backups.tabs writing output... [ 85%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.backups.urls writing output... [ 85%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.backups.views writing output... [ 85%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.panel writing output... [ 85%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.snapshots writing output... [ 85%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.snapshots.forms writing output... [ 85%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.snapshots.tables writing output... [ 86%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.snapshots.tabs writing output... [ 86%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.snapshots.urls writing output... [ 86%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.snapshots.views writing output... [ 86%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.tabs writing output... [ 86%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.test writing output... [ 86%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.urls writing output... [ 86%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.utils writing output... [ 87%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.views writing output... [ 87%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.volumes writing output... [ 87%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.volumes.forms writing output... [ 87%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.volumes.tables writing output... [ 87%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.volumes.tabs writing output... [ 87%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.volumes.urls writing output... [ 88%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.volumes.volumes.views writing output... [ 88%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.vpn writing output... [ 88%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.vpn.forms writing output... [ 88%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.vpn.panel writing output... [ 88%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.vpn.tables writing output... [ 88%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.vpn.tabs writing output... [ 88%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.vpn.urls writing output... [ 89%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.vpn.views writing output... [ 89%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.project.vpn.workflows writing output... [ 89%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.router writing output... [ 89%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.router.dashboard writing output... [ 89%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.router.models writing output... [ 89%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.router.nexus1000v writing output... [ 90%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.router.nexus1000v.forms writing output... [ 90%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.router.nexus1000v.panel writing output... [ 90%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.router.nexus1000v.tables writing output... [ 90%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.router.nexus1000v.tabs writing output... [ 90%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.router.nexus1000v.urls writing output... [ 90%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.router.nexus1000v.views writing output... [ 90%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.settings writing output... [ 91%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.settings.dashboard writing output... [ 91%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.settings.models writing output... [ 91%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.settings.password writing output... [ 91%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.settings.password.forms writing output... [ 91%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.settings.password.panel writing output... [ 91%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.settings.password.urls writing output... [ 92%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.settings.password.views writing output... [ 92%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.settings.user writing output... [ 92%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.settings.user.forms writing output... [ 92%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.settings.user.panel writing output... [ 92%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.settings.user.urls writing output... [ 92%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.settings.user.views writing output... [ 93%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.theme writing output... [ 93%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.theme.dashboard writing output... [ 93%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.theme.models writing output... [ 93%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.theme.theme_index writing output... [ 93%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.theme.theme_index.panel writing output... [ 93%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.theme.theme_index.urls writing output... [ 93%] sourcecode/openstack_dashboard/openstack_dashboard.dashboards.theme.theme_index.views writing output... [ 94%] sourcecode/openstack_dashboard/openstack_dashboard.django_pyscss_fix writing output... [ 94%] sourcecode/openstack_dashboard/openstack_dashboard.exceptions writing output... [ 94%] sourcecode/openstack_dashboard/openstack_dashboard.hooks writing output... [ 94%] sourcecode/openstack_dashboard/openstack_dashboard.local writing output... [ 94%] sourcecode/openstack_dashboard/openstack_dashboard.local.enabled writing output... [ 94%] sourcecode/openstack_dashboard/openstack_dashboard.local.local_settings writing output... [ 95%] sourcecode/openstack_dashboard/openstack_dashboard.management writing output... [ 95%] sourcecode/openstack_dashboard/openstack_dashboard.management.commands writing output... [ 95%] sourcecode/openstack_dashboard/openstack_dashboard.management.commands.make_web_conf writing output... [ 95%] sourcecode/openstack_dashboard/openstack_dashboard.management.commands.migrate_settings writing output... [ 95%] sourcecode/openstack_dashboard/openstack_dashboard.openstack writing output... [ 95%] sourcecode/openstack_dashboard/openstack_dashboard.policy writing output... [ 95%] sourcecode/openstack_dashboard/openstack_dashboard.policy_backend writing output... [ 96%] sourcecode/openstack_dashboard/openstack_dashboard.settings writing output... [ 96%] sourcecode/openstack_dashboard/openstack_dashboard.static_settings writing output... [ 96%] sourcecode/openstack_dashboard/openstack_dashboard.templatetags writing output... [ 96%] sourcecode/openstack_dashboard/openstack_dashboard.templatetags.context_selection writing output... [ 96%] sourcecode/openstack_dashboard/openstack_dashboard.urls writing output... [ 96%] sourcecode/openstack_dashboard/openstack_dashboard.usage writing output... [ 97%] sourcecode/openstack_dashboard/openstack_dashboard.usage.base writing output... [ 97%] sourcecode/openstack_dashboard/openstack_dashboard.usage.quotas writing output... [ 97%] sourcecode/openstack_dashboard/openstack_dashboard.usage.tables writing output... [ 97%] sourcecode/openstack_dashboard/openstack_dashboard.usage.views writing output... [ 97%] sourcecode/openstack_dashboard/openstack_dashboard.utils writing output... [ 97%] sourcecode/openstack_dashboard/openstack_dashboard.utils.filters writing output... [ 97%] sourcecode/openstack_dashboard/openstack_dashboard.utils.metering writing output... [ 98%] sourcecode/openstack_dashboard/openstack_dashboard.utils.settings writing output... [ 98%] sourcecode/openstack_dashboard/openstack_dashboard.views writing output... [ 98%] testing writing output... [ 98%] topics/customizing writing output... [ 98%] topics/deployment writing output... [ 98%] topics/install writing output... [ 99%] topics/policy writing output... [ 99%] topics/settings writing output... [ 99%] topics/table_actions writing output... [ 99%] topics/tables writing output... [ 99%] topics/testing writing output... [ 99%] topics/tutorial writing output... [100%] topics/workflows writing additional files... (249 module code pages) _modules/index genindex py-modindex search copying static files... WARNING: html_static_path entry u'/builddir/build/BUILD/horizon-2015.1.4/doc/source/_static' does not exist done copying extra files... done dumping search index... done dumping object inventory... done build succeeded, 279 warnings. + cp openstack_dashboard/local/local_settings.py.example openstack_dashboard/local/local_settings.py + rm -fr html/.doctrees html/.buildinfo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.b5twR5 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch + cd horizon-2015.1.4 + /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/tabs copying build/lib/horizon/tabs/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/tabs copying build/lib/horizon/tabs/base.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/tabs copying build/lib/horizon/tabs/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/tabs creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test copying build/lib/horizon/test/utils.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/jasmine copying build/lib/horizon/test/jasmine/jasmine_tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/jasmine copying build/lib/horizon/test/jasmine/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/jasmine copying build/lib/horizon/test/jasmine/jasmine.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/jasmine copying build/lib/horizon/test/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/customization copying build/lib/horizon/test/customization/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/customization copying build/lib/horizon/test/customization/cust_test2.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/customization copying build/lib/horizon/test/customization/cust_test1.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/customization creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/templates copying build/lib/horizon/test/templates/_tab.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/templates copying build/lib/horizon/test/templates/tab_group.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/templates copying build/lib/horizon/test/templates/workflow.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/templates copying build/lib/horizon/test/templates/404.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/templates copying build/lib/horizon/test/templates/base-sidebar.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/templates/registration copying build/lib/horizon/test/templates/registration/login.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/templates/registration copying build/lib/horizon/test/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards copying build/lib/horizon/test/test_dashboards/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/templates/cats copying build/lib/horizon/test/test_dashboards/cats/templates/cats/base.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/templates/cats copying build/lib/horizon/test/test_dashboards/cats/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/kittens copying build/lib/horizon/test/test_dashboards/cats/kittens/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/kittens copying build/lib/horizon/test/test_dashboards/cats/kittens/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/kittens creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/kittens/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/kittens/templates/kittens copying build/lib/horizon/test/test_dashboards/cats/kittens/templates/kittens/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/kittens/templates/kittens copying build/lib/horizon/test/test_dashboards/cats/kittens/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/kittens copying build/lib/horizon/test/test_dashboards/cats/kittens/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/kittens copying build/lib/horizon/test/test_dashboards/cats/kittens/models.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/kittens creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/static creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/static/cats creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/static/cats/js copying build/lib/horizon/test/test_dashboards/cats/static/cats/js/cats.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/static/cats/js creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/static/cats/css copying build/lib/horizon/test/test_dashboards/cats/static/cats/css/cats.css -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/static/cats/css copying build/lib/horizon/test/test_dashboards/cats/models.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats copying build/lib/horizon/test/test_dashboards/cats/dashboard.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/tigers copying build/lib/horizon/test/test_dashboards/cats/tigers/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/tigers copying build/lib/horizon/test/test_dashboards/cats/tigers/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/tigers creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/tigers/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/tigers/templates/tigers copying build/lib/horizon/test/test_dashboards/cats/tigers/templates/tigers/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/tigers/templates/tigers copying build/lib/horizon/test/test_dashboards/cats/tigers/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/tigers copying build/lib/horizon/test/test_dashboards/cats/tigers/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/tigers copying build/lib/horizon/test/test_dashboards/cats/tigers/models.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/tigers creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs/templates/dogs copying build/lib/horizon/test/test_dashboards/dogs/templates/dogs/base.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs/templates/dogs copying build/lib/horizon/test/test_dashboards/dogs/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs/puppies copying build/lib/horizon/test/test_dashboards/dogs/puppies/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs/puppies copying build/lib/horizon/test/test_dashboards/dogs/puppies/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs/puppies creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs/puppies/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs/puppies/templates/puppies copying build/lib/horizon/test/test_dashboards/dogs/puppies/templates/puppies/two_tabs.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs/puppies/templates/puppies copying build/lib/horizon/test/test_dashboards/dogs/puppies/templates/puppies/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs/puppies/templates/puppies copying build/lib/horizon/test/test_dashboards/dogs/puppies/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs/puppies copying build/lib/horizon/test/test_dashboards/dogs/puppies/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs/puppies copying build/lib/horizon/test/test_dashboards/dogs/puppies/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs/puppies copying build/lib/horizon/test/test_dashboards/dogs/puppies/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs/puppies copying build/lib/horizon/test/test_dashboards/dogs/puppies/models.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs/puppies creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs/static creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs/static/dogs creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs/static/dogs/js copying build/lib/horizon/test/test_dashboards/dogs/static/dogs/js/dogs.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs/static/dogs/js creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs/static/dogs/css copying build/lib/horizon/test/test_dashboards/dogs/static/dogs/css/dogs.css -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs/static/dogs/css copying build/lib/horizon/test/test_dashboards/dogs/models.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs copying build/lib/horizon/test/test_dashboards/dogs/dashboard.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/tests copying build/lib/horizon/test/tests/utils.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/tests copying build/lib/horizon/test/tests/selenium_tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/tests copying build/lib/horizon/test/tests/middleware.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/tests copying build/lib/horizon/test/tests/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/tests copying build/lib/horizon/test/tests/exceptions.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/tests copying build/lib/horizon/test/tests/messages.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/tests copying build/lib/horizon/test/tests/base.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/tests copying build/lib/horizon/test/tests/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/tests copying build/lib/horizon/test/tests/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/tests copying build/lib/horizon/test/tests/templatetags.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/tests copying build/lib/horizon/test/tests/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/tests copying build/lib/horizon/test/tests/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/tests copying build/lib/horizon/test/tests/workflows.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/tests copying build/lib/horizon/test/patches.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test copying build/lib/horizon/test/webdriver.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/dummy_auth copying build/lib/horizon/test/dummy_auth/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/dummy_auth copying build/lib/horizon/test/dummy_auth/backend.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/dummy_auth copying build/lib/horizon/test/settings.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test copying build/lib/horizon/test/helpers.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test copying build/lib/horizon/site_urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/conf creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/conf/dash_template creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/conf/dash_template/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/conf/dash_template/templates/dash_name copying build/lib/horizon/conf/dash_template/templates/dash_name/base.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/conf/dash_template/templates/dash_name copying build/lib/horizon/conf/dash_template/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/conf/dash_template creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/conf/dash_template/static creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/conf/dash_template/static/dash_name creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/conf/dash_template/static/dash_name/js copying build/lib/horizon/conf/dash_template/static/dash_name/js/dash_name.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/conf/dash_template/static/dash_name/js creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/conf/dash_template/static/dash_name/css copying build/lib/horizon/conf/dash_template/static/dash_name/css/dash_name.css -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/conf/dash_template/static/dash_name/css copying build/lib/horizon/conf/dash_template/models.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/conf/dash_template copying build/lib/horizon/conf/dash_template/dashboard.py.tmpl -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/conf/dash_template creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/conf/panel_template creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/conf/panel_template/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/conf/panel_template/templates/panel_name copying build/lib/horizon/conf/panel_template/templates/panel_name/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/conf/panel_template/templates/panel_name copying build/lib/horizon/conf/panel_template/panel.py.tmpl -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/conf/panel_template copying build/lib/horizon/conf/panel_template/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/conf/panel_template copying build/lib/horizon/conf/panel_template/urls.py.tmpl -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/conf/panel_template copying build/lib/horizon/conf/panel_template/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/conf/panel_template copying build/lib/horizon/conf/panel_template/tests.py.tmpl -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/conf/panel_template copying build/lib/horizon/conf/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/conf copying build/lib/horizon/conf/default.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/conf creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/browsers copying build/lib/horizon/browsers/breadcrumb.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/browsers copying build/lib/horizon/browsers/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/browsers copying build/lib/horizon/browsers/base.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/browsers copying build/lib/horizon/browsers/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/browsers creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/auth copying build/lib/horizon/templates/auth/login.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/auth copying build/lib/horizon/templates/auth/_login.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/auth copying build/lib/horizon/templates/auth/_description.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/auth copying build/lib/horizon/templates/_header.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates copying build/lib/horizon/templates/base.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon copying build/lib/horizon/templates/horizon/qunit.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon copying build/lib/horizon/templates/horizon/_messages.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/jasmine copying build/lib/horizon/templates/horizon/jasmine/jasmine.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/jasmine copying build/lib/horizon/templates/horizon/jasmine/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/jasmine copying build/lib/horizon/templates/horizon/_accordion_nav.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon copying build/lib/horizon/templates/horizon/_conf.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon copying build/lib/horizon/templates/horizon/_custom_head_js.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon copying build/lib/horizon/templates/horizon/_nav_list.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/client_side copying build/lib/horizon/templates/horizon/client_side/template.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/client_side copying build/lib/horizon/templates/horizon/client_side/_table_row.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/client_side copying build/lib/horizon/templates/horizon/client_side/_membership.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/client_side copying build/lib/horizon/templates/horizon/client_side/_alert_message.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/client_side copying build/lib/horizon/templates/horizon/client_side/_script_loader.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/client_side copying build/lib/horizon/templates/horizon/client_side/_loading.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/client_side copying build/lib/horizon/templates/horizon/client_side/_modal.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/client_side copying build/lib/horizon/templates/horizon/client_side/templates.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/client_side copying build/lib/horizon/templates/horizon/_custom_meta.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_data_table_table_actions.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_form_errors.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_data_table.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_horizontal_fields.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_workflow_step_update_members.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_tab_group.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_usage_summary.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_data_table_row_action_dropdown.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_detail_table.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_workflow_base.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_data_table_row_actions_row.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_page_header.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_modal_form_update_metadata.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_modal_form_add_members.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_breadcrumb.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_formset_table_row.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_data_table_cell.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_limit_summary.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_data_table_row_actions_dropdown.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_form_field.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_sidebar_module.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_domain_page_header.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_formset_table.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_data_table_row.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_modal_form.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_horizontal_field.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_data_table_row_action_row.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_region_selector.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_workflow_step.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_sidebar.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_data_table_table_action.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_resource_browser.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_modal.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_form_fields.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/common/_workflow.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon/common copying build/lib/horizon/templates/horizon/_scripts.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon copying build/lib/horizon/templates/horizon/_subnav_list.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates/horizon copying build/lib/horizon/templates/_stylesheets.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templates copying build/lib/horizon/context_processors.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon copying build/lib/horizon/middleware.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/utils copying build/lib/horizon/utils/urlresolvers.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/utils copying build/lib/horizon/utils/units.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/utils copying build/lib/horizon/utils/html.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/utils copying build/lib/horizon/utils/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/utils copying build/lib/horizon/utils/secret_key.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/utils copying build/lib/horizon/utils/functions.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/utils copying build/lib/horizon/utils/memoized.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/utils copying build/lib/horizon/utils/filters.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/utils copying build/lib/horizon/utils/validators.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/utils copying build/lib/horizon/utils/csvbase.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/utils copying build/lib/horizon/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon copying build/lib/horizon/exceptions.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon copying build/lib/horizon/messages.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon copying build/lib/horizon/base.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon copying build/lib/horizon/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/ru creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/ru/LC_MESSAGES copying build/lib/horizon/locale/ru/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/ru/LC_MESSAGES copying build/lib/horizon/locale/ru/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/ru/LC_MESSAGES copying build/lib/horizon/locale/ru/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/ru/LC_MESSAGES copying build/lib/horizon/locale/ru/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/ru/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/pt_BR creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/pt_BR/LC_MESSAGES copying build/lib/horizon/locale/pt_BR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/pt_BR/LC_MESSAGES copying build/lib/horizon/locale/pt_BR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/pt_BR/LC_MESSAGES copying build/lib/horizon/locale/pt_BR/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/pt_BR/LC_MESSAGES copying build/lib/horizon/locale/pt_BR/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/pt_BR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/ko_KR creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/ko_KR/LC_MESSAGES copying build/lib/horizon/locale/ko_KR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/ko_KR/LC_MESSAGES copying build/lib/horizon/locale/ko_KR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/ko_KR/LC_MESSAGES copying build/lib/horizon/locale/ko_KR/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/ko_KR/LC_MESSAGES copying build/lib/horizon/locale/ko_KR/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/ko_KR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/en_GB creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/en_GB/LC_MESSAGES copying build/lib/horizon/locale/en_GB/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/en_GB/LC_MESSAGES copying build/lib/horizon/locale/en_GB/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/en_GB/LC_MESSAGES copying build/lib/horizon/locale/en_GB/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/en_GB/LC_MESSAGES copying build/lib/horizon/locale/en_GB/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/en_GB/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/pl_PL creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/pl_PL/LC_MESSAGES copying build/lib/horizon/locale/pl_PL/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/pl_PL/LC_MESSAGES copying build/lib/horizon/locale/pl_PL/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/pl_PL/LC_MESSAGES copying build/lib/horizon/locale/pl_PL/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/pl_PL/LC_MESSAGES copying build/lib/horizon/locale/pl_PL/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/pl_PL/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/en_AU creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/en_AU/LC_MESSAGES copying build/lib/horizon/locale/en_AU/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/en_AU/LC_MESSAGES copying build/lib/horizon/locale/en_AU/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/en_AU/LC_MESSAGES copying build/lib/horizon/locale/en_AU/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/en_AU/LC_MESSAGES copying build/lib/horizon/locale/en_AU/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/en_AU/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/zh_TW creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/zh_TW/LC_MESSAGES copying build/lib/horizon/locale/zh_TW/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/zh_TW/LC_MESSAGES copying build/lib/horizon/locale/zh_TW/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/zh_TW/LC_MESSAGES copying build/lib/horizon/locale/zh_TW/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/zh_TW/LC_MESSAGES copying build/lib/horizon/locale/zh_TW/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/zh_TW/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/zh_CN creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/zh_CN/LC_MESSAGES copying build/lib/horizon/locale/zh_CN/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/zh_CN/LC_MESSAGES copying build/lib/horizon/locale/zh_CN/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/zh_CN/LC_MESSAGES copying build/lib/horizon/locale/zh_CN/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/zh_CN/LC_MESSAGES copying build/lib/horizon/locale/zh_CN/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/zh_CN/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/fr creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/fr/LC_MESSAGES copying build/lib/horizon/locale/fr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/fr/LC_MESSAGES copying build/lib/horizon/locale/fr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/fr/LC_MESSAGES copying build/lib/horizon/locale/fr/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/fr/LC_MESSAGES copying build/lib/horizon/locale/fr/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/fr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/ja creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/ja/LC_MESSAGES copying build/lib/horizon/locale/ja/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/ja/LC_MESSAGES copying build/lib/horizon/locale/ja/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/ja/LC_MESSAGES copying build/lib/horizon/locale/ja/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/ja/LC_MESSAGES copying build/lib/horizon/locale/ja/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/ja/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/es creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/es/LC_MESSAGES copying build/lib/horizon/locale/es/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/es/LC_MESSAGES copying build/lib/horizon/locale/es/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/es/LC_MESSAGES copying build/lib/horizon/locale/es/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/es/LC_MESSAGES copying build/lib/horizon/locale/es/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/es/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/de creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/de/LC_MESSAGES copying build/lib/horizon/locale/de/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/de/LC_MESSAGES copying build/lib/horizon/locale/de/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/de/LC_MESSAGES copying build/lib/horizon/locale/de/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/de/LC_MESSAGES copying build/lib/horizon/locale/de/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/en creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/en/LC_MESSAGES copying build/lib/horizon/locale/en/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/en/LC_MESSAGES copying build/lib/horizon/locale/en/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/en/LC_MESSAGES copying build/lib/horizon/locale/en/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/en/LC_MESSAGES copying build/lib/horizon/locale/en/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/locale/en/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/forms copying build/lib/horizon/forms/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/forms copying build/lib/horizon/forms/base.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/forms copying build/lib/horizon/forms/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/forms copying build/lib/horizon/forms/fields.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/forms creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/management copying build/lib/horizon/management/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/management creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/management/commands copying build/lib/horizon/management/commands/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/management/commands copying build/lib/horizon/management/commands/startpanel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/management/commands copying build/lib/horizon/management/commands/startdash.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/management/commands creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/contrib copying build/lib/horizon/contrib/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/contrib copying build/lib/horizon/contrib/bootstrap_datepicker.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/contrib creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templatetags copying build/lib/horizon/templatetags/form_helpers.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templatetags copying build/lib/horizon/templatetags/branding.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templatetags copying build/lib/horizon/templatetags/parse_date.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templatetags copying build/lib/horizon/templatetags/truncate_filter.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templatetags copying build/lib/horizon/templatetags/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templatetags copying build/lib/horizon/templatetags/shellfilter.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templatetags copying build/lib/horizon/templatetags/sizeformat.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templatetags copying build/lib/horizon/templatetags/horizon.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templatetags creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/workflows copying build/lib/horizon/workflows/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/workflows copying build/lib/horizon/workflows/base.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/workflows copying build/lib/horizon/workflows/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/workflows creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/charts copying build/lib/horizon/static/angular/charts/charts.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/charts copying build/lib/horizon/static/angular/charts/pie-chart.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/charts copying build/lib/horizon/static/angular/charts/chart-tooltip.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/charts copying build/lib/horizon/static/angular/charts/pie-chart.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/charts copying build/lib/horizon/static/angular/charts/pie-chart.spec.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/charts copying build/lib/horizon/static/angular/charts/chart-tooltip.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/charts copying build/lib/horizon/static/angular/charts/pie-chart.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/charts copying build/lib/horizon/static/angular/charts/chart-tooltip.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/charts creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/metadata-tree copying build/lib/horizon/static/angular/metadata-tree/metadata-tree-service.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/metadata-tree copying build/lib/horizon/static/angular/metadata-tree/metadata-tree.spec.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/metadata-tree copying build/lib/horizon/static/angular/metadata-tree/metadata-tree.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/metadata-tree copying build/lib/horizon/static/angular/metadata-tree/metadata-tree.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/metadata-tree copying build/lib/horizon/static/angular/metadata-tree/metadata-tree-item.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/metadata-tree copying build/lib/horizon/static/angular/metadata-tree/metadata-tree.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/metadata-tree creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/magic-search copying build/lib/horizon/static/angular/magic-search/magic-search.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/magic-search copying build/lib/horizon/static/angular/magic-search/magic-search.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/magic-search copying build/lib/horizon/static/angular/magic-search/magic-search.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/magic-search creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/table copying build/lib/horizon/static/angular/table/table.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/table copying build/lib/horizon/static/angular/table/basic-table.spec.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/table copying build/lib/horizon/static/angular/table/table.spec.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/table copying build/lib/horizon/static/angular/table/search-bar.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/table copying build/lib/horizon/static/angular/table/table.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/table copying build/lib/horizon/static/angular/table/basic-table.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/table creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/login copying build/lib/horizon/static/angular/login/login.spec.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/login copying build/lib/horizon/static/angular/login/login.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/login copying build/lib/horizon/static/angular/styles.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/workflow copying build/lib/horizon/static/angular/workflow/workflow.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/workflow copying build/lib/horizon/static/angular/workflow/workflow.spec.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/workflow creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/help-panel copying build/lib/horizon/static/angular/help-panel/help-panel.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/help-panel copying build/lib/horizon/static/angular/help-panel/help-panel.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/help-panel copying build/lib/horizon/static/angular/help-panel/help-panel.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/help-panel copying build/lib/horizon/static/angular/help-panel/help-panel.spec.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/help-panel creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/action-list copying build/lib/horizon/static/angular/action-list/button-tooltip.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/action-list copying build/lib/horizon/static/angular/action-list/single-button.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/action-list copying build/lib/horizon/static/angular/action-list/warning-tooltip.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/action-list copying build/lib/horizon/static/angular/action-list/action-list.spec.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/action-list copying build/lib/horizon/static/angular/action-list/action-list.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/action-list copying build/lib/horizon/static/angular/action-list/action.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/action-list copying build/lib/horizon/static/angular/action-list/action-list.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/action-list copying build/lib/horizon/static/angular/action-list/menu-item.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/action-list copying build/lib/horizon/static/angular/action-list/menu.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/action-list copying build/lib/horizon/static/angular/action-list/split-button.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/action-list creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/modal copying build/lib/horizon/static/angular/modal/simple-modal.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/modal copying build/lib/horizon/static/angular/modal/modal-wait-spinner.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/modal copying build/lib/horizon/static/angular/modal/modal.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/modal copying build/lib/horizon/static/angular/modal/modal-wait-spinner.spec.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/modal copying build/lib/horizon/static/angular/modal/modal.spec.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/modal copying build/lib/horizon/static/angular/modal/modal-wait-spinner.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/modal copying build/lib/horizon/static/angular/widget.module.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/form copying build/lib/horizon/static/angular/form/form.spec.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/form copying build/lib/horizon/static/angular/form/form.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/form creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/validators copying build/lib/horizon/static/angular/validators/validators.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/validators copying build/lib/horizon/static/angular/validators/validators.spec.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/validators creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/wizard copying build/lib/horizon/static/angular/wizard/wizard.spec.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/wizard copying build/lib/horizon/static/angular/wizard/wizard.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/wizard copying build/lib/horizon/static/angular/wizard/wizard.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/wizard copying build/lib/horizon/static/angular/wizard/wizard.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/wizard creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/metadata-display copying build/lib/horizon/static/angular/metadata-display/metadata-display.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/metadata-display copying build/lib/horizon/static/angular/metadata-display/metadata-display.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/metadata-display copying build/lib/horizon/static/angular/metadata-display/metadata-display.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/metadata-display copying build/lib/horizon/static/angular/metadata-display/metadata-display.spec.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/metadata-display creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/transfer-table copying build/lib/horizon/static/angular/transfer-table/transfer-table.spec.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/transfer-table copying build/lib/horizon/static/angular/transfer-table/transfer-table.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/transfer-table copying build/lib/horizon/static/angular/transfer-table/allocated.html.example -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/transfer-table copying build/lib/horizon/static/angular/transfer-table/transfer-table.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/transfer-table copying build/lib/horizon/static/angular/transfer-table/transfer-table.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/transfer-table copying build/lib/horizon/static/angular/transfer-table/available.html.example -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/transfer-table creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/bind-scope copying build/lib/horizon/static/angular/bind-scope/bind-scope.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/bind-scope copying build/lib/horizon/static/angular/bind-scope/bind-scope.spec.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/angular/bind-scope creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/lib creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/lib/jquery copying build/lib/horizon/static/horizon/lib/jquery/jquery.bootstrap.wizard.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/lib/jquery creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js copying build/lib/horizon/static/horizon/js/horizon.communication.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js copying build/lib/horizon/static/horizon/js/horizon.forms.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js copying build/lib/horizon/static/horizon/js/horizon.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js copying build/lib/horizon/static/horizon/js/horizon.d3linechart.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js copying build/lib/horizon/static/horizon/js/horizon.firewalls.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js copying build/lib/horizon/static/horizon/js/horizon.formset_table.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js/angular copying build/lib/horizon/static/horizon/js/angular/horizon.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js/angular copying build/lib/horizon/static/horizon/js/angular/horizon.conf.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js/angular creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js/angular/filters copying build/lib/horizon/static/horizon/js/angular/filters/filters.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js/angular/filters copying build/lib/horizon/static/horizon/js/angular/filters/filters.spec.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js/angular/filters copying build/lib/horizon/static/horizon/js/angular/hz.api.module.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js/angular creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js/angular/directives copying build/lib/horizon/static/horizon/js/angular/directives/forms.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js/angular/directives copying build/lib/horizon/static/horizon/js/angular/directives/serialConsole.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js/angular/directives creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js/angular/services copying build/lib/horizon/static/horizon/js/angular/services/hz.api.neutron.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js/angular/services copying build/lib/horizon/static/horizon/js/angular/services/hz.api.cinder.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js/angular/services copying build/lib/horizon/static/horizon/js/angular/services/hz.api.nova.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js/angular/services copying build/lib/horizon/static/horizon/js/angular/services/hz.api.policy.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js/angular/services copying build/lib/horizon/static/horizon/js/angular/services/hz.api.service.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js/angular/services copying build/lib/horizon/static/horizon/js/angular/services/hz.api.config.spec.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js/angular/services copying build/lib/horizon/static/horizon/js/angular/services/hz.api.config.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js/angular/services copying build/lib/horizon/static/horizon/js/angular/services/hz.api.service.spec.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js/angular/services copying build/lib/horizon/static/horizon/js/angular/services/hz.api.keystone.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js/angular/services copying build/lib/horizon/static/horizon/js/angular/services/hz.api.security-group.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js/angular/services copying build/lib/horizon/static/horizon/js/angular/services/horizon.utils.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js/angular/services copying build/lib/horizon/static/horizon/js/angular/services/hz.api.glance.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js/angular/services creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js/angular/controllers copying build/lib/horizon/static/horizon/js/angular/controllers/modal-form-update-metadata-ctrl.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js/angular/controllers copying build/lib/horizon/static/horizon/js/angular/controllers/dummy.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js/angular/controllers copying build/lib/horizon/static/horizon/js/angular/controllers/namespace-controller.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js/angular/controllers copying build/lib/horizon/static/horizon/js/horizon.tables.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js copying build/lib/horizon/static/horizon/js/horizon.quota.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js copying build/lib/horizon/static/horizon/js/horizon.messages.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js copying build/lib/horizon/static/horizon/js/horizon.users.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js copying build/lib/horizon/static/horizon/js/horizon.images.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js copying build/lib/horizon/static/horizon/js/horizon.tables_inline_edit.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js copying build/lib/horizon/static/horizon/js/horizon.modals.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js copying build/lib/horizon/static/horizon/js/horizon.networktopology.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js copying build/lib/horizon/static/horizon/js/horizon.heattop.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js copying build/lib/horizon/static/horizon/js/horizon.metering.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js copying build/lib/horizon/static/horizon/js/horizon.datepickers.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js copying build/lib/horizon/static/horizon/js/horizon.d3barchart.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js copying build/lib/horizon/static/horizon/js/horizon.accordion_nav.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js copying build/lib/horizon/static/horizon/js/horizon.templates.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js copying build/lib/horizon/static/horizon/js/horizon.membership.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js copying build/lib/horizon/static/horizon/js/horizon.d3piechart.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js copying build/lib/horizon/static/horizon/js/horizon.instances.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js copying build/lib/horizon/static/horizon/js/horizon.tabs.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/js creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/tests copying build/lib/horizon/static/horizon/tests/templates.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/tests creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/tests/jasmine copying build/lib/horizon/static/horizon/tests/jasmine/utils.spec.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/tests/jasmine copying build/lib/horizon/static/horizon/tests/modals.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/tests copying build/lib/horizon/static/horizon/tests/instances.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/tests copying build/lib/horizon/static/horizon/tests/messages.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/tests copying build/lib/horizon/static/horizon/tests/tables.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/static/horizon/tests creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/tables copying build/lib/horizon/tables/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/tables copying build/lib/horizon/tables/formset.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/tables copying build/lib/horizon/tables/base.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/tables copying build/lib/horizon/tables/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/tables copying build/lib/horizon/tables/actions.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/tables copying build/lib/horizon/loaders.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon copying build/lib/horizon/models.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon copying build/lib/horizon/decorators.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon copying build/lib/horizon/version.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/admin copying build/lib/openstack_dashboard/test/integration_tests/pages/admin/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/admin creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/admin/system copying build/lib/openstack_dashboard/test/integration_tests/pages/admin/system/flavorspage.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/admin/system creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/admin/system/resource_usage copying build/lib/openstack_dashboard/test/integration_tests/pages/admin/system/resource_usage/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/admin/system/resource_usage copying build/lib/openstack_dashboard/test/integration_tests/pages/admin/system/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/admin/system copying build/lib/openstack_dashboard/test/integration_tests/pages/admin/system/overviewpage.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/admin/system creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/admin/system/system_info copying build/lib/openstack_dashboard/test/integration_tests/pages/admin/system/system_info/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/admin/system/system_info copying build/lib/openstack_dashboard/test/integration_tests/pages/basepage.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages copying build/lib/openstack_dashboard/test/integration_tests/pages/loginpage.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/identity copying build/lib/openstack_dashboard/test/integration_tests/pages/identity/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/identity copying build/lib/openstack_dashboard/test/integration_tests/pages/identity/userspage.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/identity copying build/lib/openstack_dashboard/test/integration_tests/pages/navigation.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages copying build/lib/openstack_dashboard/test/integration_tests/pages/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages copying build/lib/openstack_dashboard/test/integration_tests/pages/pageobject.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/settings copying build/lib/openstack_dashboard/test/integration_tests/pages/settings/usersettingspage.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/settings copying build/lib/openstack_dashboard/test/integration_tests/pages/settings/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/settings copying build/lib/openstack_dashboard/test/integration_tests/pages/settings/changepasswordpage.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/settings creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/object_store copying build/lib/openstack_dashboard/test/integration_tests/pages/project/object_store/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/object_store creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/compute copying build/lib/openstack_dashboard/test/integration_tests/pages/project/compute/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/compute copying build/lib/openstack_dashboard/test/integration_tests/pages/project/compute/overviewpage.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/compute creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/compute/access_and_security copying build/lib/openstack_dashboard/test/integration_tests/pages/project/compute/access_and_security/keypairspage.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/compute/access_and_security copying build/lib/openstack_dashboard/test/integration_tests/pages/project/compute/access_and_security/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/compute/access_and_security copying build/lib/openstack_dashboard/test/integration_tests/pages/project/compute/imagespage.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/compute creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/compute/volumes copying build/lib/openstack_dashboard/test/integration_tests/pages/project/compute/volumes/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/compute/volumes copying build/lib/openstack_dashboard/test/integration_tests/pages/project/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/data_processing copying build/lib/openstack_dashboard/test/integration_tests/pages/project/data_processing/jobbinariespage.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/data_processing copying build/lib/openstack_dashboard/test/integration_tests/pages/project/data_processing/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/data_processing copying build/lib/openstack_dashboard/test/integration_tests/pages/project/data_processing/imageregistrypage.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/data_processing creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/orchestration copying build/lib/openstack_dashboard/test/integration_tests/pages/project/orchestration/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/orchestration creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/network copying build/lib/openstack_dashboard/test/integration_tests/pages/project/network/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/network copying build/lib/openstack_dashboard/test/integration_tests/horizon.conf -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests copying build/lib/openstack_dashboard/test/integration_tests/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/regions copying build/lib/openstack_dashboard/test/integration_tests/regions/bars.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/regions copying build/lib/openstack_dashboard/test/integration_tests/regions/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/regions copying build/lib/openstack_dashboard/test/integration_tests/regions/exceptions.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/regions copying build/lib/openstack_dashboard/test/integration_tests/regions/menus.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/regions copying build/lib/openstack_dashboard/test/integration_tests/regions/messages.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/regions copying build/lib/openstack_dashboard/test/integration_tests/regions/baseregion.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/regions copying build/lib/openstack_dashboard/test/integration_tests/regions/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/regions copying build/lib/openstack_dashboard/test/integration_tests/regions/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/regions copying build/lib/openstack_dashboard/test/integration_tests/basewebobject.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests copying build/lib/openstack_dashboard/test/integration_tests/config.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/tests copying build/lib/openstack_dashboard/test/integration_tests/tests/test_user_settings.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/tests copying build/lib/openstack_dashboard/test/integration_tests/tests/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/tests copying build/lib/openstack_dashboard/test/integration_tests/tests/test_password_change.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/tests copying build/lib/openstack_dashboard/test/integration_tests/tests/test_image_create_delete.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/tests copying build/lib/openstack_dashboard/test/integration_tests/tests/test_sahara_job_binaries.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/tests copying build/lib/openstack_dashboard/test/integration_tests/tests/test_login.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/tests copying build/lib/openstack_dashboard/test/integration_tests/tests/test_user_create_delete.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/tests copying build/lib/openstack_dashboard/test/integration_tests/tests/test_sahara_image_registry.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/tests copying build/lib/openstack_dashboard/test/integration_tests/tests/test_dashboard_help_redirection.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/tests copying build/lib/openstack_dashboard/test/integration_tests/tests/decorators.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/tests copying build/lib/openstack_dashboard/test/integration_tests/tests/test_flavors.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/tests copying build/lib/openstack_dashboard/test/integration_tests/tests/test_keypair.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/tests copying build/lib/openstack_dashboard/test/integration_tests/webdriver.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests copying build/lib/openstack_dashboard/test/integration_tests/README.rst -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests copying build/lib/openstack_dashboard/test/integration_tests/helpers.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/jasmine copying build/lib/openstack_dashboard/test/jasmine/jasmine_tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/jasmine copying build/lib/openstack_dashboard/test/jasmine/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/jasmine copying build/lib/openstack_dashboard/test/jasmine/jasmine.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/jasmine copying build/lib/openstack_dashboard/test/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test copying build/lib/openstack_dashboard/test/error_pages_urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/templates copying build/lib/openstack_dashboard/test/templates/_tab.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/templates copying build/lib/openstack_dashboard/test/templates/tab_group.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/templates copying build/lib/openstack_dashboard/test/templates/500.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/templates copying build/lib/openstack_dashboard/test/templates/workflow.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/templates copying build/lib/openstack_dashboard/test/templates/404.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/templates copying build/lib/openstack_dashboard/test/templates/base-sidebar.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/templates/registration copying build/lib/openstack_dashboard/test/templates/registration/login.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/templates/registration copying build/lib/openstack_dashboard/test/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests copying build/lib/openstack_dashboard/test/api_tests/rest_util_tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests copying build/lib/openstack_dashboard/test/api_tests/neutron_tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests copying build/lib/openstack_dashboard/test/api_tests/nova_tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests copying build/lib/openstack_dashboard/test/api_tests/cinder_tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests copying build/lib/openstack_dashboard/test/api_tests/ceilometer_tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests copying build/lib/openstack_dashboard/test/api_tests/base_tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests copying build/lib/openstack_dashboard/test/api_tests/fwaas_tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests copying build/lib/openstack_dashboard/test/api_tests/keystone_rest_tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests copying build/lib/openstack_dashboard/test/api_tests/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests copying build/lib/openstack_dashboard/test/api_tests/glance_tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests copying build/lib/openstack_dashboard/test/api_tests/heat_tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests copying build/lib/openstack_dashboard/test/api_tests/cinder_rest_tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests copying build/lib/openstack_dashboard/test/api_tests/network_tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests copying build/lib/openstack_dashboard/test/api_tests/lbaas_tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests copying build/lib/openstack_dashboard/test/api_tests/network_rest_tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests copying build/lib/openstack_dashboard/test/api_tests/neutron_rest_tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests copying build/lib/openstack_dashboard/test/api_tests/nova_rest_tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests copying build/lib/openstack_dashboard/test/api_tests/keystone_tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests copying build/lib/openstack_dashboard/test/api_tests/glance_rest_tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests copying build/lib/openstack_dashboard/test/api_tests/policy_rest_tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests copying build/lib/openstack_dashboard/test/api_tests/swift_tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests copying build/lib/openstack_dashboard/test/api_tests/vpnaas_tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests copying build/lib/openstack_dashboard/test/api_tests/config_rest_tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/tests copying build/lib/openstack_dashboard/test/tests/utils.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/tests copying build/lib/openstack_dashboard/test/tests/selenium_tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/tests copying build/lib/openstack_dashboard/test/tests/templates.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/tests copying build/lib/openstack_dashboard/test/tests/error_pages.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/tests copying build/lib/openstack_dashboard/test/tests/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/tests copying build/lib/openstack_dashboard/test/tests/quotas.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/tests copying build/lib/openstack_dashboard/test/tests/policy.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/tests copying build/lib/openstack_dashboard/test/tests/policy_backend.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/tests creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_data copying build/lib/openstack_dashboard/test/test_data/utils.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_data copying build/lib/openstack_dashboard/test/test_data/keystone_data.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_data copying build/lib/openstack_dashboard/test/test_data/nova_data.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_data copying build/lib/openstack_dashboard/test/test_data/trove_data.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_data copying build/lib/openstack_dashboard/test/test_data/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_data copying build/lib/openstack_dashboard/test/test_data/exceptions.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_data copying build/lib/openstack_dashboard/test/test_data/ceilometer_data.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_data copying build/lib/openstack_dashboard/test/test_data/cinder_data.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_data copying build/lib/openstack_dashboard/test/test_data/glance_data.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_data copying build/lib/openstack_dashboard/test/test_data/heat_data.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_data copying build/lib/openstack_dashboard/test/test_data/swift_data.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_data copying build/lib/openstack_dashboard/test/test_data/neutron_data.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_data copying build/lib/openstack_dashboard/test/test_data/sahara_data.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_data creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_plugins copying build/lib/openstack_dashboard/test/test_plugins/panel_tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_plugins copying build/lib/openstack_dashboard/test/test_plugins/panel_group_tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_plugins copying build/lib/openstack_dashboard/test/test_plugins/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_plugins creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_plugins/panel_config copying build/lib/openstack_dashboard/test/test_plugins/panel_config/_20_admin_remove_panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_plugins/panel_config copying build/lib/openstack_dashboard/test/test_plugins/panel_config/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_plugins/panel_config copying build/lib/openstack_dashboard/test/test_plugins/panel_config/_30_admin_default_panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_plugins/panel_config copying build/lib/openstack_dashboard/test/test_plugins/panel_config/_10_admin_add_panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_plugins/panel_config creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_plugins/panel_group_config copying build/lib/openstack_dashboard/test/test_plugins/panel_group_config/_40_admin_add_panel_to_second_group.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_plugins/panel_group_config copying build/lib/openstack_dashboard/test/test_plugins/panel_group_config/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_plugins/panel_group_config copying build/lib/openstack_dashboard/test/test_plugins/panel_group_config/_30_admin_add_second_panel_group.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_plugins/panel_group_config copying build/lib/openstack_dashboard/test/test_plugins/panel_group_config/_20_admin_add_panel_to_group.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_plugins/panel_group_config copying build/lib/openstack_dashboard/test/test_plugins/panel_group_config/_10_admin_add_panel_group.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_plugins/panel_group_config creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_panels copying build/lib/openstack_dashboard/test/test_panels/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_panels creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_panels/plugin_panel copying build/lib/openstack_dashboard/test/test_panels/plugin_panel/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_panels/plugin_panel copying build/lib/openstack_dashboard/test/test_panels/plugin_panel/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_panels/plugin_panel creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_panels/plugin_panel/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_panels/plugin_panel/templates/plugin_panel copying build/lib/openstack_dashboard/test/test_panels/plugin_panel/templates/plugin_panel/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_panels/plugin_panel/templates/plugin_panel copying build/lib/openstack_dashboard/test/test_panels/plugin_panel/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_panels/plugin_panel copying build/lib/openstack_dashboard/test/test_panels/plugin_panel/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_panels/plugin_panel creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_panels/plugin_panel/static creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel copying build/lib/openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel/plugin_module.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_panels/plugin_panel/static/plugin_panel creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_panels/second_panel copying build/lib/openstack_dashboard/test/test_panels/second_panel/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_panels/second_panel copying build/lib/openstack_dashboard/test/test_panels/second_panel/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_panels/second_panel creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_panels/second_panel/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_panels/second_panel/templates/second_panel copying build/lib/openstack_dashboard/test/test_panels/second_panel/templates/second_panel/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_panels/second_panel/templates/second_panel copying build/lib/openstack_dashboard/test/test_panels/second_panel/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_panels/second_panel copying build/lib/openstack_dashboard/test/test_panels/second_panel/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_panels/second_panel copying build/lib/openstack_dashboard/test/settings.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test copying build/lib/openstack_dashboard/test/helpers.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/django_pyscss_fix copying build/lib/openstack_dashboard/django_pyscss_fix/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/django_pyscss_fix creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/_disable_service.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/_migrate_host.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/_evacuate_host.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/migrate_host.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/disable_service.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute/evacuate_host.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/compute copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/detail.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/templates/hypervisors creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/compute copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/compute/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/compute copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/compute/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/compute copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/compute/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/compute copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/compute/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/compute copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/compute/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/compute copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/compute/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/compute copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/compute/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/compute copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors copying build/lib/openstack_dashboard/dashboards/admin/hypervisors/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors copying build/lib/openstack_dashboard/dashboards/admin/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metering copying build/lib/openstack_dashboard/dashboards/admin/metering/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metering copying build/lib/openstack_dashboard/dashboards/admin/metering/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metering creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metering/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metering/templates/metering copying build/lib/openstack_dashboard/dashboards/admin/metering/templates/metering/daily.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metering/templates/metering copying build/lib/openstack_dashboard/dashboards/admin/metering/templates/metering/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metering/templates/metering copying build/lib/openstack_dashboard/dashboards/admin/metering/templates/metering/_daily.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metering/templates/metering copying build/lib/openstack_dashboard/dashboards/admin/metering/templates/metering/stats.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metering/templates/metering copying build/lib/openstack_dashboard/dashboards/admin/metering/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metering copying build/lib/openstack_dashboard/dashboards/admin/metering/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metering copying build/lib/openstack_dashboard/dashboards/admin/metering/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metering copying build/lib/openstack_dashboard/dashboards/admin/metering/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metering copying build/lib/openstack_dashboard/dashboards/admin/metering/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metering copying build/lib/openstack_dashboard/dashboards/admin/metering/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metering creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/aggregates copying build/lib/openstack_dashboard/dashboards/admin/aggregates/constants.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/aggregates copying build/lib/openstack_dashboard/dashboards/admin/aggregates/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/aggregates copying build/lib/openstack_dashboard/dashboards/admin/aggregates/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/aggregates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/aggregates/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates copying build/lib/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/_update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates copying build/lib/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/_update_metadata.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates copying build/lib/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates copying build/lib/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/update_metadata.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates copying build/lib/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates copying build/lib/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates copying build/lib/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/manage_hosts.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates copying build/lib/openstack_dashboard/dashboards/admin/aggregates/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/aggregates copying build/lib/openstack_dashboard/dashboards/admin/aggregates/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/aggregates copying build/lib/openstack_dashboard/dashboards/admin/aggregates/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/aggregates copying build/lib/openstack_dashboard/dashboards/admin/aggregates/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/aggregates copying build/lib/openstack_dashboard/dashboards/admin/aggregates/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/aggregates copying build/lib/openstack_dashboard/dashboards/admin/aggregates/workflows.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/aggregates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/images copying build/lib/openstack_dashboard/dashboards/admin/images/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/images copying build/lib/openstack_dashboard/dashboards/admin/images/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/images creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/images/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/images/templates/images copying build/lib/openstack_dashboard/dashboards/admin/images/templates/images/_update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/images/templates/images copying build/lib/openstack_dashboard/dashboards/admin/images/templates/images/_update_metadata.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/images/templates/images copying build/lib/openstack_dashboard/dashboards/admin/images/templates/images/create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/images/templates/images copying build/lib/openstack_dashboard/dashboards/admin/images/templates/images/_create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/images/templates/images copying build/lib/openstack_dashboard/dashboards/admin/images/templates/images/update_metadata.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/images/templates/images copying build/lib/openstack_dashboard/dashboards/admin/images/templates/images/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/images/templates/images copying build/lib/openstack_dashboard/dashboards/admin/images/templates/images/update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/images/templates/images copying build/lib/openstack_dashboard/dashboards/admin/images/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/images copying build/lib/openstack_dashboard/dashboards/admin/images/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/images copying build/lib/openstack_dashboard/dashboards/admin/images/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/images copying build/lib/openstack_dashboard/dashboards/admin/images/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/images copying build/lib/openstack_dashboard/dashboards/admin/images/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/images creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/instances copying build/lib/openstack_dashboard/dashboards/admin/instances/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/instances copying build/lib/openstack_dashboard/dashboards/admin/instances/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/instances creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/instances/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/instances/templates/instances copying build/lib/openstack_dashboard/dashboards/admin/instances/templates/instances/live_migrate.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/instances/templates/instances copying build/lib/openstack_dashboard/dashboards/admin/instances/templates/instances/_live_migrate.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/instances/templates/instances copying build/lib/openstack_dashboard/dashboards/admin/instances/templates/instances/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/instances/templates/instances copying build/lib/openstack_dashboard/dashboards/admin/instances/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/instances copying build/lib/openstack_dashboard/dashboards/admin/instances/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/instances copying build/lib/openstack_dashboard/dashboards/admin/instances/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/instances copying build/lib/openstack_dashboard/dashboards/admin/instances/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/instances copying build/lib/openstack_dashboard/dashboards/admin/instances/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/instances creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/overview copying build/lib/openstack_dashboard/dashboards/admin/overview/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/overview copying build/lib/openstack_dashboard/dashboards/admin/overview/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/overview creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/overview/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/overview/templates/overview copying build/lib/openstack_dashboard/dashboards/admin/overview/templates/overview/usage.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/overview/templates/overview copying build/lib/openstack_dashboard/dashboards/admin/overview/templates/overview/usage.csv -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/overview/templates/overview copying build/lib/openstack_dashboard/dashboards/admin/overview/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/overview copying build/lib/openstack_dashboard/dashboards/admin/overview/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/overview copying build/lib/openstack_dashboard/dashboards/admin/overview/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/overview creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks copying build/lib/openstack_dashboard/dashboards/admin/networks/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks copying build/lib/openstack_dashboard/dashboards/admin/networks/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/templates/networks copying build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks/_update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/templates/networks copying build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks/create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/templates/networks copying build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks/_create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/templates/networks creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/templates/networks/agents copying build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks/agents/add.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/templates/networks/agents copying build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks/agents/_add.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/templates/networks/agents creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/templates/networks/ports copying build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks/ports/_detail_overview.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/templates/networks/ports copying build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks/ports/_update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/templates/networks/ports copying build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks/ports/create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/templates/networks/ports copying build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks/ports/_create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/templates/networks/ports copying build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks/ports/update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/templates/networks/ports copying build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/templates/networks copying build/lib/openstack_dashboard/dashboards/admin/networks/templates/networks/update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/templates/networks creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/subnets copying build/lib/openstack_dashboard/dashboards/admin/networks/subnets/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/subnets copying build/lib/openstack_dashboard/dashboards/admin/networks/subnets/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/subnets copying build/lib/openstack_dashboard/dashboards/admin/networks/subnets/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/subnets copying build/lib/openstack_dashboard/dashboards/admin/networks/subnets/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/subnets copying build/lib/openstack_dashboard/dashboards/admin/networks/subnets/workflows.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/subnets copying build/lib/openstack_dashboard/dashboards/admin/networks/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks copying build/lib/openstack_dashboard/dashboards/admin/networks/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/agents copying build/lib/openstack_dashboard/dashboards/admin/networks/agents/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/agents copying build/lib/openstack_dashboard/dashboards/admin/networks/agents/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/agents copying build/lib/openstack_dashboard/dashboards/admin/networks/agents/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/agents copying build/lib/openstack_dashboard/dashboards/admin/networks/agents/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/agents copying build/lib/openstack_dashboard/dashboards/admin/networks/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks copying build/lib/openstack_dashboard/dashboards/admin/networks/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/ports copying build/lib/openstack_dashboard/dashboards/admin/networks/ports/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/ports copying build/lib/openstack_dashboard/dashboards/admin/networks/ports/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/ports copying build/lib/openstack_dashboard/dashboards/admin/networks/ports/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/ports copying build/lib/openstack_dashboard/dashboards/admin/networks/ports/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/ports copying build/lib/openstack_dashboard/dashboards/admin/networks/ports/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/ports copying build/lib/openstack_dashboard/dashboards/admin/networks/ports/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/ports copying build/lib/openstack_dashboard/dashboards/admin/networks/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/defaults copying build/lib/openstack_dashboard/dashboards/admin/defaults/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/defaults copying build/lib/openstack_dashboard/dashboards/admin/defaults/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/defaults creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/defaults/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/defaults/templates/defaults copying build/lib/openstack_dashboard/dashboards/admin/defaults/templates/defaults/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/defaults/templates/defaults copying build/lib/openstack_dashboard/dashboards/admin/defaults/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/defaults copying build/lib/openstack_dashboard/dashboards/admin/defaults/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/defaults copying build/lib/openstack_dashboard/dashboards/admin/defaults/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/defaults copying build/lib/openstack_dashboard/dashboards/admin/defaults/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/defaults copying build/lib/openstack_dashboard/dashboards/admin/defaults/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/defaults copying build/lib/openstack_dashboard/dashboards/admin/defaults/workflows.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/defaults creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/flavors copying build/lib/openstack_dashboard/dashboards/admin/flavors/constants.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/flavors copying build/lib/openstack_dashboard/dashboards/admin/flavors/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/flavors copying build/lib/openstack_dashboard/dashboards/admin/flavors/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/flavors creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/flavors/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/flavors/templates/flavors copying build/lib/openstack_dashboard/dashboards/admin/flavors/templates/flavors/_update_metadata.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/flavors/templates/flavors copying build/lib/openstack_dashboard/dashboards/admin/flavors/templates/flavors/create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/flavors/templates/flavors copying build/lib/openstack_dashboard/dashboards/admin/flavors/templates/flavors/update_metadata.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/flavors/templates/flavors copying build/lib/openstack_dashboard/dashboards/admin/flavors/templates/flavors/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/flavors/templates/flavors copying build/lib/openstack_dashboard/dashboards/admin/flavors/templates/flavors/update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/flavors/templates/flavors copying build/lib/openstack_dashboard/dashboards/admin/flavors/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/flavors copying build/lib/openstack_dashboard/dashboards/admin/flavors/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/flavors copying build/lib/openstack_dashboard/dashboards/admin/flavors/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/flavors copying build/lib/openstack_dashboard/dashboards/admin/flavors/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/flavors copying build/lib/openstack_dashboard/dashboards/admin/flavors/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/flavors copying build/lib/openstack_dashboard/dashboards/admin/flavors/workflows.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/flavors creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metadata_defs copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/constants.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metadata_defs copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metadata_defs copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metadata_defs creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metadata_defs/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_detail_overview.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/resource_types.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/detail.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_resource_types.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/_detail_contents.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metadata_defs/templates/metadata_defs copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metadata_defs copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metadata_defs copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metadata_defs copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metadata_defs copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metadata_defs copying build/lib/openstack_dashboard/dashboards/admin/metadata_defs/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metadata_defs copying build/lib/openstack_dashboard/dashboards/admin/models.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers copying build/lib/openstack_dashboard/dashboards/admin/routers/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers copying build/lib/openstack_dashboard/dashboards/admin/routers/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers/templates/routers copying build/lib/openstack_dashboard/dashboards/admin/routers/templates/routers/detail.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers/templates/routers copying build/lib/openstack_dashboard/dashboards/admin/routers/templates/routers/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers/templates/routers copying build/lib/openstack_dashboard/dashboards/admin/routers/templates/routers/update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers/templates/routers copying build/lib/openstack_dashboard/dashboards/admin/routers/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers copying build/lib/openstack_dashboard/dashboards/admin/routers/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers copying build/lib/openstack_dashboard/dashboards/admin/routers/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers copying build/lib/openstack_dashboard/dashboards/admin/routers/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers copying build/lib/openstack_dashboard/dashboards/admin/routers/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers/ports copying build/lib/openstack_dashboard/dashboards/admin/routers/ports/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers/ports copying build/lib/openstack_dashboard/dashboards/admin/routers/ports/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers/ports copying build/lib/openstack_dashboard/dashboards/admin/routers/ports/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers/ports copying build/lib/openstack_dashboard/dashboards/admin/routers/ports/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers/ports copying build/lib/openstack_dashboard/dashboards/admin/routers/ports/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers/ports copying build/lib/openstack_dashboard/dashboards/admin/routers/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers copying build/lib/openstack_dashboard/dashboards/admin/dashboard.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes copying build/lib/openstack_dashboard/dashboards/admin/volumes/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes copying build/lib/openstack_dashboard/dashboards/admin/volumes/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/volume_types_tables.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/extras copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/extras/create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/extras copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/extras/_create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/extras copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/extras/_edit.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/extras copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/extras/_index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/extras copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/extras/edit.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/extras copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/extras/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/extras creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/qos_specs copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/qos_specs/create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/qos_specs copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/qos_specs/_create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/qos_specs copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/qos_specs/_edit.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/qos_specs copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/qos_specs/_index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/qos_specs copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/qos_specs/edit.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/qos_specs copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/qos_specs/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/qos_specs copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/volume_encryption_type_detail.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/_create_volume_type.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/_volume_encryption_type_detail.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/_create_qos_spec.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/create_volume_type_encryption.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/create_volume_type.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/_edit_qos_spec_consumer.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/_create_volume_type_encryption.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/_associate_qos_spec.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/create_qos_spec.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/associate_qos_spec.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/edit_qos_spec_consumer.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/_manage_volume.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/_unmanage_volume.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/unmanage_volume.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/detail.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/_update_status.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/volumes_tables.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/manage_volume.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/update_status.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/snapshots copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/snapshots/_detail_overview.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/snapshots copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/snapshots/_update_status.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/snapshots copying build/lib/openstack_dashboard/dashboards/admin/volumes/templates/volumes/snapshots/update_status.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/templates/volumes/snapshots copying build/lib/openstack_dashboard/dashboards/admin/volumes/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes copying build/lib/openstack_dashboard/dashboards/admin/volumes/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/extras copying build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/extras/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/extras copying build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/extras/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/extras copying build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/extras/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/extras copying build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/extras/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/extras copying build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/extras/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/extras copying build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/extras/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/extras creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs copying build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs copying build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs copying build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs copying build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs copying build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs copying build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs copying build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types copying build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types copying build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types copying build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types copying build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types copying build/lib/openstack_dashboard/dashboards/admin/volumes/volume_types/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types copying build/lib/openstack_dashboard/dashboards/admin/volumes/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes copying build/lib/openstack_dashboard/dashboards/admin/volumes/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volumes copying build/lib/openstack_dashboard/dashboards/admin/volumes/volumes/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volumes copying build/lib/openstack_dashboard/dashboards/admin/volumes/volumes/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volumes copying build/lib/openstack_dashboard/dashboards/admin/volumes/volumes/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volumes copying build/lib/openstack_dashboard/dashboards/admin/volumes/volumes/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volumes copying build/lib/openstack_dashboard/dashboards/admin/volumes/volumes/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volumes creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/snapshots copying build/lib/openstack_dashboard/dashboards/admin/volumes/snapshots/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/snapshots copying build/lib/openstack_dashboard/dashboards/admin/volumes/snapshots/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/snapshots copying build/lib/openstack_dashboard/dashboards/admin/volumes/snapshots/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/snapshots copying build/lib/openstack_dashboard/dashboards/admin/volumes/snapshots/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/snapshots copying build/lib/openstack_dashboard/dashboards/admin/volumes/snapshots/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/snapshots copying build/lib/openstack_dashboard/dashboards/admin/volumes/snapshots/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/snapshots copying build/lib/openstack_dashboard/dashboards/admin/volumes/snapshots/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/snapshots creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/info copying build/lib/openstack_dashboard/dashboards/admin/info/constants.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/info copying build/lib/openstack_dashboard/dashboards/admin/info/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/info copying build/lib/openstack_dashboard/dashboards/admin/info/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/info creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/info/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/info/templates/info copying build/lib/openstack_dashboard/dashboards/admin/info/templates/info/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/info/templates/info copying build/lib/openstack_dashboard/dashboards/admin/info/templates/info/_cell_status.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/info/templates/info copying build/lib/openstack_dashboard/dashboards/admin/info/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/info copying build/lib/openstack_dashboard/dashboards/admin/info/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/info copying build/lib/openstack_dashboard/dashboards/admin/info/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/info copying build/lib/openstack_dashboard/dashboards/admin/info/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/info copying build/lib/openstack_dashboard/dashboards/admin/info/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/info creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/templates/auth copying build/lib/openstack_dashboard/dashboards/theme/templates/auth/login.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/templates/auth copying build/lib/openstack_dashboard/dashboards/theme/templates/auth/_login.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/templates/auth copying build/lib/openstack_dashboard/dashboards/theme/templates/_header.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/templates copying build/lib/openstack_dashboard/dashboards/theme/templates/base.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/templates/horizon copying build/lib/openstack_dashboard/dashboards/theme/templates/horizon/_nav_list.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/templates/horizon creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/templates/horizon/common copying build/lib/openstack_dashboard/dashboards/theme/templates/horizon/common/_region_selector.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/templates/horizon/common copying build/lib/openstack_dashboard/dashboards/theme/templates/horizon/common/_sidebar.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/templates/horizon/common copying build/lib/openstack_dashboard/dashboards/theme/templates/horizon/_subnav_list.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/templates/horizon copying build/lib/openstack_dashboard/dashboards/theme/templates/splash.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/templates copying build/lib/openstack_dashboard/dashboards/theme/templates/_stylesheets.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/templates copying build/lib/openstack_dashboard/dashboards/theme/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/locale creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/locale/zh_CN creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/locale/zh_CN/LC_MESSAGES copying build/lib/openstack_dashboard/dashboards/theme/locale/zh_CN/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/locale/zh_CN/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/locale/ja creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/locale/ja/LC_MESSAGES copying build/lib/openstack_dashboard/dashboards/theme/locale/ja/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/locale/ja/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/scss copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/scss/rhtheme.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/scss creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/scss/rcue copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/scss/rcue/_login.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/scss/rcue copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/scss/rcue/_navbar.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/scss/rcue copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/scss/rcue/_variables.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/scss/rcue copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/scss/rcue/_fonts.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/scss/rcue copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/scss/rcue/_icons.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/scss/rcue creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/less creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/less/rcue copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/less/rcue/navbar.less -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/less/rcue copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/less/rcue/fonts.less -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/less/rcue copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/less/rcue/icons.less -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/less/rcue copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/less/rcue/login.less -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/less/rcue copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/less/rcue/variables.less -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/less/rcue copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/less/rhtheme.less -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/less creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Regular-webfont.eot -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/fontawesome-webfont.svg -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-ExtraBold-webfont.woff -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Italic-webfont.ttf -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/fontawesome-webfont.ttf -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Bold-webfont.svg -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-ExtraBoldItalic-webfont.ttf -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Semibold-webfont.svg -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/RCUEIcons-webfont.ttf -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Italic-webfont.woff -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Regular-webfont.woff -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-ExtraBoldItalic-webfont.eot -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Bold-webfont.woff -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/FontAwesome.otf -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-ExtraBold-webfont.eot -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Light-webfont.svg -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/RCUEIcons-webfont.svg -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-LightItalic-webfont.eot -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Light-webfont.ttf -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Bold-webfont.eot -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-LightItalic-webfont.svg -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-LightItalic-webfont.woff -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Italic-webfont.svg -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Light-webfont.eot -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-BoldItalic-webfont.ttf -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/RCUEIcons-webfont.eot -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-ExtraBold-webfont.svg -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Italic-webfont.eot -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/RCUEIcons-webfont.woff -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-SemiboldItalic-webfont.eot -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-BoldItalic-webfont.svg -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-BoldItalic-webfont.woff -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-BoldItalic-webfont.eot -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-ExtraBoldItalic-webfont.svg -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-ExtraBoldItalic-webfont.woff -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/fontawesome-webfont.eot -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Light-webfont.woff -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/font-awesome.min.css -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Regular-webfont.svg -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Semibold-webfont.woff -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Regular-webfont.ttf -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/logo.svg -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-SemiboldItalic-webfont.ttf -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-LightItalic-webfont.ttf -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-SemiboldItalic-webfont.woff -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/fontawesome-webfont.woff -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-ExtraBold-webfont.ttf -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Semibold-webfont.eot -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-SemiboldItalic-webfont.svg -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Bold-webfont.ttf -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/fonts/OpenSans-Semibold-webfont.ttf -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/fonts creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/img copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/img/rh-logo.png -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/img copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/img/bg-login.jpg -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/img copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/img/rdo-logo-white.png -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/img copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/img/rhfavicon.ico -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/img creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/css copying build/lib/openstack_dashboard/dashboards/theme/static/dashboard/css/font-awesome.min.css -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/static/dashboard/css copying build/lib/openstack_dashboard/dashboards/theme/models.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme copying build/lib/openstack_dashboard/dashboards/theme/dashboard.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/theme_index copying build/lib/openstack_dashboard/dashboards/theme/theme_index/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/theme_index copying build/lib/openstack_dashboard/dashboards/theme/theme_index/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/theme_index copying build/lib/openstack_dashboard/dashboards/theme/theme_index/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/theme_index copying build/lib/openstack_dashboard/dashboards/theme/theme_index/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/theme_index creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/groups copying build/lib/openstack_dashboard/dashboards/identity/groups/constants.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/groups copying build/lib/openstack_dashboard/dashboards/identity/groups/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/groups copying build/lib/openstack_dashboard/dashboards/identity/groups/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/groups creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/groups/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/groups/templates/groups copying build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups/_update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/groups/templates/groups copying build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups/_add_non_member.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/groups/templates/groups copying build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups/create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/groups/templates/groups copying build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups/_create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/groups/templates/groups copying build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups/manage.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/groups/templates/groups copying build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/groups/templates/groups copying build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups/update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/groups/templates/groups copying build/lib/openstack_dashboard/dashboards/identity/groups/templates/groups/add_non_member.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/groups/templates/groups copying build/lib/openstack_dashboard/dashboards/identity/groups/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/groups copying build/lib/openstack_dashboard/dashboards/identity/groups/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/groups copying build/lib/openstack_dashboard/dashboards/identity/groups/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/groups copying build/lib/openstack_dashboard/dashboards/identity/groups/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/groups copying build/lib/openstack_dashboard/dashboards/identity/groups/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/groups copying build/lib/openstack_dashboard/dashboards/identity/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/roles copying build/lib/openstack_dashboard/dashboards/identity/roles/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/roles copying build/lib/openstack_dashboard/dashboards/identity/roles/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/roles creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/roles/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/roles/templates/roles copying build/lib/openstack_dashboard/dashboards/identity/roles/templates/roles/_update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/roles/templates/roles copying build/lib/openstack_dashboard/dashboards/identity/roles/templates/roles/create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/roles/templates/roles copying build/lib/openstack_dashboard/dashboards/identity/roles/templates/roles/_create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/roles/templates/roles copying build/lib/openstack_dashboard/dashboards/identity/roles/templates/roles/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/roles/templates/roles copying build/lib/openstack_dashboard/dashboards/identity/roles/templates/roles/update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/roles/templates/roles copying build/lib/openstack_dashboard/dashboards/identity/roles/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/roles copying build/lib/openstack_dashboard/dashboards/identity/roles/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/roles copying build/lib/openstack_dashboard/dashboards/identity/roles/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/roles copying build/lib/openstack_dashboard/dashboards/identity/roles/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/roles copying build/lib/openstack_dashboard/dashboards/identity/roles/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/roles creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/projects copying build/lib/openstack_dashboard/dashboards/identity/projects/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/projects copying build/lib/openstack_dashboard/dashboards/identity/projects/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/projects creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/projects/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/projects/templates/projects copying build/lib/openstack_dashboard/dashboards/identity/projects/templates/projects/_detail_overview.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/projects/templates/projects copying build/lib/openstack_dashboard/dashboards/identity/projects/templates/projects/_common_horizontal_form.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/projects/templates/projects copying build/lib/openstack_dashboard/dashboards/identity/projects/templates/projects/usage.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/projects/templates/projects copying build/lib/openstack_dashboard/dashboards/identity/projects/templates/projects/detail.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/projects/templates/projects copying build/lib/openstack_dashboard/dashboards/identity/projects/templates/projects/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/projects/templates/projects copying build/lib/openstack_dashboard/dashboards/identity/projects/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/projects copying build/lib/openstack_dashboard/dashboards/identity/projects/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/projects copying build/lib/openstack_dashboard/dashboards/identity/projects/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/projects copying build/lib/openstack_dashboard/dashboards/identity/projects/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/projects copying build/lib/openstack_dashboard/dashboards/identity/projects/workflows.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/projects copying build/lib/openstack_dashboard/dashboards/identity/dashboard.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/domains copying build/lib/openstack_dashboard/dashboards/identity/domains/constants.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/domains copying build/lib/openstack_dashboard/dashboards/identity/domains/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/domains copying build/lib/openstack_dashboard/dashboards/identity/domains/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/domains creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/domains/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/domains/templates/domains copying build/lib/openstack_dashboard/dashboards/identity/domains/templates/domains/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/domains/templates/domains copying build/lib/openstack_dashboard/dashboards/identity/domains/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/domains copying build/lib/openstack_dashboard/dashboards/identity/domains/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/domains copying build/lib/openstack_dashboard/dashboards/identity/domains/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/domains copying build/lib/openstack_dashboard/dashboards/identity/domains/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/domains copying build/lib/openstack_dashboard/dashboards/identity/domains/workflows.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/domains creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/users copying build/lib/openstack_dashboard/dashboards/identity/users/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/users copying build/lib/openstack_dashboard/dashboards/identity/users/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/users creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/users/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/users/templates/users copying build/lib/openstack_dashboard/dashboards/identity/users/templates/users/_detail_overview.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/users/templates/users copying build/lib/openstack_dashboard/dashboards/identity/users/templates/users/_update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/users/templates/users copying build/lib/openstack_dashboard/dashboards/identity/users/templates/users/change_password.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/users/templates/users copying build/lib/openstack_dashboard/dashboards/identity/users/templates/users/create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/users/templates/users copying build/lib/openstack_dashboard/dashboards/identity/users/templates/users/_change_password.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/users/templates/users copying build/lib/openstack_dashboard/dashboards/identity/users/templates/users/detail.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/users/templates/users copying build/lib/openstack_dashboard/dashboards/identity/users/templates/users/_create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/users/templates/users copying build/lib/openstack_dashboard/dashboards/identity/users/templates/users/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/users/templates/users copying build/lib/openstack_dashboard/dashboards/identity/users/templates/users/update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/users/templates/users copying build/lib/openstack_dashboard/dashboards/identity/users/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/users copying build/lib/openstack_dashboard/dashboards/identity/users/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/users copying build/lib/openstack_dashboard/dashboards/identity/users/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/users copying build/lib/openstack_dashboard/dashboards/identity/users/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/users copying build/lib/openstack_dashboard/dashboards/identity/users/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/users copying build/lib/openstack_dashboard/dashboards/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/user copying build/lib/openstack_dashboard/dashboards/settings/user/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/user copying build/lib/openstack_dashboard/dashboards/settings/user/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/user creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/user/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/user/templates/user copying build/lib/openstack_dashboard/dashboards/settings/user/templates/user/settings.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/user/templates/user copying build/lib/openstack_dashboard/dashboards/settings/user/templates/user/_settings.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/user/templates/user copying build/lib/openstack_dashboard/dashboards/settings/user/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/user copying build/lib/openstack_dashboard/dashboards/settings/user/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/user copying build/lib/openstack_dashboard/dashboards/settings/user/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/user copying build/lib/openstack_dashboard/dashboards/settings/user/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/user copying build/lib/openstack_dashboard/dashboards/settings/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/password copying build/lib/openstack_dashboard/dashboards/settings/password/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/password copying build/lib/openstack_dashboard/dashboards/settings/password/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/password creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/password/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/password/templates/password copying build/lib/openstack_dashboard/dashboards/settings/password/templates/password/change.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/password/templates/password copying build/lib/openstack_dashboard/dashboards/settings/password/templates/password/_change.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/password/templates/password copying build/lib/openstack_dashboard/dashboards/settings/password/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/password copying build/lib/openstack_dashboard/dashboards/settings/password/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/password copying build/lib/openstack_dashboard/dashboards/settings/password/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/password copying build/lib/openstack_dashboard/dashboards/settings/password/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/password copying build/lib/openstack_dashboard/dashboards/settings/models.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings copying build/lib/openstack_dashboard/dashboards/settings/dashboard.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_remove_rule_from_policy.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/details_tabs.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/remove_router_from_firewall.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_remove_router_from_firewall.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/insert_rule_to_policy.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_update_rule_help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/updatefirewall.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_rule_details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_updatefirewall.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/addpolicy.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_policy_details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/remove_rule_from_policy.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_update_routers.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_updatepolicy.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/addfirewall.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/addrule.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_insert_rule_to_policy.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_add_router_to_firewall.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_firewall_details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_updaterule.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/add_router_to_firewall.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_update_router_help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/updatepolicy.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_update_rules.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/updaterule.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/templates/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls copying build/lib/openstack_dashboard/dashboards/project/firewalls/workflows.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers copying build/lib/openstack_dashboard/dashboards/project/loadbalancers/utils.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers copying build/lib/openstack_dashboard/dashboards/project/loadbalancers/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers copying build/lib/openstack_dashboard/dashboards/project/loadbalancers/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/details_tabs.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/_monitors_tab.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/_pool_details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/_monitor_details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/_vip_details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/updatemember.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/_updatemember.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/updatepool.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/_updatepool.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/_members_tab.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/_updatemonitor.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/updatemonitor.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/_updatevip.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/updatevip.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/_pools_tab.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying build/lib/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/_member_details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers copying build/lib/openstack_dashboard/dashboards/project/loadbalancers/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers copying build/lib/openstack_dashboard/dashboards/project/loadbalancers/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers copying build/lib/openstack_dashboard/dashboards/project/loadbalancers/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers copying build/lib/openstack_dashboard/dashboards/project/loadbalancers/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers copying build/lib/openstack_dashboard/dashboards/project/loadbalancers/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers copying build/lib/openstack_dashboard/dashboards/project/loadbalancers/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers copying build/lib/openstack_dashboard/dashboards/project/loadbalancers/models.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers copying build/lib/openstack_dashboard/dashboards/project/loadbalancers/workflows.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers copying build/lib/openstack_dashboard/dashboards/project/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/sro.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/templates/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks/_detail_overview.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/templates/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks/_update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/templates/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks/select_template.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/templates/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks/_stack_template.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/templates/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks/_stack_info.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/templates/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks/create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/templates/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks/preview.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/templates/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks/detail.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/templates/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks/_preview.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/templates/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks/change_template.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/templates/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks/_select_template.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/templates/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks/preview_template.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/templates/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks/_create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/templates/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks/_resource_info.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/templates/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks/_detail_events.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/templates/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks/resource.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/templates/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks/_detail_resources.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/templates/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks/_preview_details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/templates/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks/_detail_topology.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/templates/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/templates/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks/_resource_overview.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/templates/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks/update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/templates/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks/_change_template.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/templates/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks/preview_details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/templates/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/templates/stacks/_preview_template.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/templates/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/api.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/resource_types copying build/lib/openstack_dashboard/dashboards/project/stacks/resource_types/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/resource_types copying build/lib/openstack_dashboard/dashboards/project/stacks/resource_types/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/resource_types creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/resource_types/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/resource_types/templates/stacks.resource_types copying build/lib/openstack_dashboard/dashboards/project/stacks/resource_types/templates/stacks.resource_types/details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/resource_types/templates/stacks.resource_types copying build/lib/openstack_dashboard/dashboards/project/stacks/resource_types/templates/stacks.resource_types/_details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/resource_types/templates/stacks.resource_types copying build/lib/openstack_dashboard/dashboards/project/stacks/resource_types/templates/stacks.resource_types/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/resource_types/templates/stacks.resource_types copying build/lib/openstack_dashboard/dashboards/project/stacks/resource_types/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/resource_types copying build/lib/openstack_dashboard/dashboards/project/stacks/resource_types/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/resource_types copying build/lib/openstack_dashboard/dashboards/project/stacks/resource_types/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/resource_types copying build/lib/openstack_dashboard/dashboards/project/stacks/resource_types/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/resource_types copying build/lib/openstack_dashboard/dashboards/project/stacks/resource_types/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/resource_types copying build/lib/openstack_dashboard/dashboards/project/stacks/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/mappings.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks copying build/lib/openstack_dashboard/dashboards/project/stacks/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_image_registry copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_image_registry copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_image_registry creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry/register_image.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry/_list_tags.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry/_help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry/edit_tags.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry/_register_image.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry/_tag_form.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry/image_registry.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry/_edit_tags.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_image_registry/templates/data_processing.data_image_registry copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_image_registry copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_image_registry copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_image_registry copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_image_registry copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_image_registry/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_image_registry creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_plugins copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_plugins/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_plugins copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_plugins/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_plugins creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_plugins/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_plugins/templates/data_processing.data_plugins copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_plugins/templates/data_processing.data_plugins/details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_plugins/templates/data_processing.data_plugins copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_plugins/templates/data_processing.data_plugins/_details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_plugins/templates/data_processing.data_plugins copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_plugins/templates/data_processing.data_plugins/plugins.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_plugins/templates/data_processing.data_plugins copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_plugins/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_plugins copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_plugins/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_plugins copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_plugins/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_plugins copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_plugins/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_plugins copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_plugins/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_plugins creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters copying build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters copying build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters copying build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters/_nodegroups_details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters copying build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters/_rich_status.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters copying build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters/create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters copying build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters/create_cluster.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters copying build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters/_create_general_help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters copying build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters/details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters copying build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters/_instances_details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters copying build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters/_details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters copying build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters/configure.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters copying build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters/clusters.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters copying build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters/_create_cluster.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters copying build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters/scale.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters copying build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters/_configure_general_help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters/templates/data_processing.clusters copying build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters copying build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters copying build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters/workflows copying build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/workflows/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters/workflows copying build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/workflows/create.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters/workflows copying build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/workflows/scale.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters/workflows copying build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters copying build/lib/openstack_dashboard/dashboards/project/data_processing/clusters/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_executions copying build/lib/openstack_dashboard/dashboards/project/data_processing/job_executions/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_executions copying build/lib/openstack_dashboard/dashboards/project/data_processing/job_executions/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_executions creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_executions/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_executions/templates/data_processing.job_executions copying build/lib/openstack_dashboard/dashboards/project/data_processing/job_executions/templates/data_processing.job_executions/job_executions.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_executions/templates/data_processing.job_executions copying build/lib/openstack_dashboard/dashboards/project/data_processing/job_executions/templates/data_processing.job_executions/details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_executions/templates/data_processing.job_executions copying build/lib/openstack_dashboard/dashboards/project/data_processing/job_executions/templates/data_processing.job_executions/_details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_executions/templates/data_processing.job_executions copying build/lib/openstack_dashboard/dashboards/project/data_processing/job_executions/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_executions copying build/lib/openstack_dashboard/dashboards/project/data_processing/job_executions/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_executions copying build/lib/openstack_dashboard/dashboards/project/data_processing/job_executions/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_executions copying build/lib/openstack_dashboard/dashboards/project/data_processing/job_executions/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_executions copying build/lib/openstack_dashboard/dashboards/project/data_processing/job_executions/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_executions creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_sources copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_sources copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_sources creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_sources/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_sources/templates/data_processing.data_sources copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources/templates/data_processing.data_sources/create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_sources/templates/data_processing.data_sources copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources/templates/data_processing.data_sources/details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_sources/templates/data_processing.data_sources copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources/templates/data_processing.data_sources/_create_data_source_help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_sources/templates/data_processing.data_sources copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources/templates/data_processing.data_sources/_details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_sources/templates/data_processing.data_sources copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources/templates/data_processing.data_sources/data_sources.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_sources/templates/data_processing.data_sources copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_sources copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_sources copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_sources creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_sources/workflows copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources/workflows/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_sources/workflows copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources/workflows/create.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_sources/workflows copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_sources copying build/lib/openstack_dashboard/dashboards/project/data_processing/data_sources/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_sources creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_binaries copying build/lib/openstack_dashboard/dashboards/project/data_processing/job_binaries/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_binaries copying build/lib/openstack_dashboard/dashboards/project/data_processing/job_binaries/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_binaries creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_binaries/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_binaries/templates/data_processing.job_binaries copying build/lib/openstack_dashboard/dashboards/project/data_processing/job_binaries/templates/data_processing.job_binaries/create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_binaries/templates/data_processing.job_binaries copying build/lib/openstack_dashboard/dashboards/project/data_processing/job_binaries/templates/data_processing.job_binaries/job_binaries.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_binaries/templates/data_processing.job_binaries copying build/lib/openstack_dashboard/dashboards/project/data_processing/job_binaries/templates/data_processing.job_binaries/_create_job_binary_help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_binaries/templates/data_processing.job_binaries copying build/lib/openstack_dashboard/dashboards/project/data_processing/job_binaries/templates/data_processing.job_binaries/details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_binaries/templates/data_processing.job_binaries copying build/lib/openstack_dashboard/dashboards/project/data_processing/job_binaries/templates/data_processing.job_binaries/_create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_binaries/templates/data_processing.job_binaries copying build/lib/openstack_dashboard/dashboards/project/data_processing/job_binaries/templates/data_processing.job_binaries/_details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_binaries/templates/data_processing.job_binaries copying build/lib/openstack_dashboard/dashboards/project/data_processing/job_binaries/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_binaries copying build/lib/openstack_dashboard/dashboards/project/data_processing/job_binaries/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_binaries copying build/lib/openstack_dashboard/dashboards/project/data_processing/job_binaries/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_binaries copying build/lib/openstack_dashboard/dashboards/project/data_processing/job_binaries/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_binaries copying build/lib/openstack_dashboard/dashboards/project/data_processing/job_binaries/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_binaries copying build/lib/openstack_dashboard/dashboards/project/data_processing/job_binaries/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_binaries creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/utils copying build/lib/openstack_dashboard/dashboards/project/data_processing/utils/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/utils copying build/lib/openstack_dashboard/dashboards/project/data_processing/utils/anti_affinity.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/utils copying build/lib/openstack_dashboard/dashboards/project/data_processing/utils/neutron_support.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/utils copying build/lib/openstack_dashboard/dashboards/project/data_processing/utils/helpers.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/utils copying build/lib/openstack_dashboard/dashboards/project/data_processing/utils/workflow_helpers.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/utils copying build/lib/openstack_dashboard/dashboards/project/data_processing/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs copying build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs copying build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs copying build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs/config_template.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs copying build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs/create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs copying build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs/_create_job_help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs copying build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs/details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs copying build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs/jobs.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs copying build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs/_details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs copying build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs/launch.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs copying build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs/_launch_job_configure_help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs copying build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs/library_template.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs copying build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs/_create_job_libs_help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs copying build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs/_launch_job_help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs/templates/data_processing.jobs copying build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs copying build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs copying build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs/workflows copying build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/workflows/launch.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs/workflows copying build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/workflows/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs/workflows copying build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/workflows/create.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs/workflows copying build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs copying build/lib/openstack_dashboard/dashboards/project/data_processing/jobs/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates/_service_confs.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates/create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates/_create_general_help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates/details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates/_details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates/configure.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates/_fields_help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates/_configure_general_help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates/nodegroup_templates.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/templates/data_processing.nodegroup_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/workflows copying build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/workflows/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/workflows copying build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/workflows/create.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/workflows copying build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/workflows/copy.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/workflows copying build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/cluster_node_groups_template.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_nodegroups_details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_create_general_help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/cluster_templates.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/configure.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_configure_general_help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/upload_file.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_upload_file.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates/workflows copying build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/workflows/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates/workflows copying build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/workflows/create.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates/workflows copying build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/workflows/copy.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates/workflows copying build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates copying build/lib/openstack_dashboard/dashboards/project/data_processing/cluster_templates/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/wizard copying build/lib/openstack_dashboard/dashboards/project/data_processing/wizard/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/wizard copying build/lib/openstack_dashboard/dashboards/project/data_processing/wizard/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/wizard creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/wizard/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard copying build/lib/openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard/_job_type_select.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard copying build/lib/openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard/_job_type_select_help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard copying build/lib/openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard/job_type_select.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard copying build/lib/openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard/_plugin_select_help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard copying build/lib/openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard/cluster_guide.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard copying build/lib/openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard/plugin_select.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard copying build/lib/openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard/_plugin_select.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard copying build/lib/openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard/wizard.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard copying build/lib/openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard/jobex_guide.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/wizard/templates/data_processing.wizard copying build/lib/openstack_dashboard/dashboards/project/data_processing/wizard/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/wizard copying build/lib/openstack_dashboard/dashboards/project/data_processing/wizard/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/wizard copying build/lib/openstack_dashboard/dashboards/project/data_processing/wizard/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/wizard copying build/lib/openstack_dashboard/dashboards/project/data_processing/wizard/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/wizard creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology copying build/lib/openstack_dashboard/dashboards/project/network_topology/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology copying build/lib/openstack_dashboard/dashboards/project/network_topology/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/templates/network_topology copying build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_svg_element.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/templates/network_topology copying build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_create_router.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/templates/network_topology copying build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/iframe.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/templates/network_topology copying build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_post_massage.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/templates/network_topology creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side copying build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side/_balloon_port.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side copying build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side/_balloon_container.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side copying build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side/_balloon_device.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/client_side copying build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/create_router.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/templates/network_topology copying build/lib/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/templates/network_topology copying build/lib/openstack_dashboard/dashboards/project/network_topology/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology copying build/lib/openstack_dashboard/dashboards/project/network_topology/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/instances copying build/lib/openstack_dashboard/dashboards/project/network_topology/instances/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/instances copying build/lib/openstack_dashboard/dashboards/project/network_topology/instances/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/instances creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/ports copying build/lib/openstack_dashboard/dashboards/project/network_topology/ports/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/ports copying build/lib/openstack_dashboard/dashboards/project/network_topology/ports/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/ports copying build/lib/openstack_dashboard/dashboards/project/network_topology/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/routers copying build/lib/openstack_dashboard/dashboards/project/network_topology/routers/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/routers copying build/lib/openstack_dashboard/dashboards/project/network_topology/routers/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/routers creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/keypairs copying build/lib/openstack_dashboard/dashboards/project/access_and_security/keypairs/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/keypairs copying build/lib/openstack_dashboard/dashboards/project/access_and_security/keypairs/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/keypairs copying build/lib/openstack_dashboard/dashboards/project/access_and_security/keypairs/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/keypairs copying build/lib/openstack_dashboard/dashboards/project/access_and_security/keypairs/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/keypairs copying build/lib/openstack_dashboard/dashboards/project/access_and_security/keypairs/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/keypairs copying build/lib/openstack_dashboard/dashboards/project/access_and_security/keypairs/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/keypairs copying build/lib/openstack_dashboard/dashboards/project/access_and_security/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security copying build/lib/openstack_dashboard/dashboards/project/access_and_security/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/keypairs copying build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/keypairs/download.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/keypairs copying build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/keypairs/create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/keypairs copying build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/keypairs/detail.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/keypairs copying build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/keypairs/_create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/keypairs copying build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/keypairs/_import.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/keypairs copying build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/keypairs/import.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/keypairs creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/api_access copying build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/api_access/credentials.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/api_access copying build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/api_access/_credentials.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/api_access copying build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/api_access/openrc.sh.template -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/api_access copying build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/api_access/ec2rc.sh.template -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/api_access creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/security_groups copying build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/security_groups/_update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/security_groups copying build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/security_groups/_add_rule.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/security_groups copying build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/security_groups/add_rule.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/security_groups copying build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/security_groups/create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/security_groups copying build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/security_groups/detail.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/security_groups copying build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/security_groups/_create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/security_groups copying build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/security_groups/update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/security_groups creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/floating_ips copying build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/floating_ips/allocate.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/floating_ips copying build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/floating_ips/_allocate.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/floating_ips copying build/lib/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/api_access copying build/lib/openstack_dashboard/dashboards/project/access_and_security/api_access/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/api_access copying build/lib/openstack_dashboard/dashboards/project/access_and_security/api_access/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/api_access copying build/lib/openstack_dashboard/dashboards/project/access_and_security/api_access/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/api_access copying build/lib/openstack_dashboard/dashboards/project/access_and_security/api_access/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/api_access copying build/lib/openstack_dashboard/dashboards/project/access_and_security/api_access/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/api_access copying build/lib/openstack_dashboard/dashboards/project/access_and_security/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/security_groups copying build/lib/openstack_dashboard/dashboards/project/access_and_security/security_groups/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/security_groups copying build/lib/openstack_dashboard/dashboards/project/access_and_security/security_groups/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/security_groups copying build/lib/openstack_dashboard/dashboards/project/access_and_security/security_groups/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/security_groups copying build/lib/openstack_dashboard/dashboards/project/access_and_security/security_groups/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/security_groups copying build/lib/openstack_dashboard/dashboards/project/access_and_security/security_groups/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/security_groups copying build/lib/openstack_dashboard/dashboards/project/access_and_security/security_groups/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/security_groups copying build/lib/openstack_dashboard/dashboards/project/access_and_security/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security copying build/lib/openstack_dashboard/dashboards/project/access_and_security/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/floating_ips copying build/lib/openstack_dashboard/dashboards/project/access_and_security/floating_ips/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/floating_ips copying build/lib/openstack_dashboard/dashboards/project/access_and_security/floating_ips/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/floating_ips copying build/lib/openstack_dashboard/dashboards/project/access_and_security/floating_ips/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/floating_ips copying build/lib/openstack_dashboard/dashboards/project/access_and_security/floating_ips/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/floating_ips copying build/lib/openstack_dashboard/dashboards/project/access_and_security/floating_ips/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/floating_ips copying build/lib/openstack_dashboard/dashboards/project/access_and_security/floating_ips/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/floating_ips copying build/lib/openstack_dashboard/dashboards/project/access_and_security/floating_ips/workflows.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/floating_ips copying build/lib/openstack_dashboard/dashboards/project/access_and_security/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images copying build/lib/openstack_dashboard/dashboards/project/images/utils.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images copying build/lib/openstack_dashboard/dashboards/project/images/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images copying build/lib/openstack_dashboard/dashboards/project/images/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/templates/images creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/templates/images/images copying build/lib/openstack_dashboard/dashboards/project/images/templates/images/images/_detail_overview.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/templates/images/images copying build/lib/openstack_dashboard/dashboards/project/images/templates/images/images/_update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/templates/images/images copying build/lib/openstack_dashboard/dashboards/project/images/templates/images/images/create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/templates/images/images copying build/lib/openstack_dashboard/dashboards/project/images/templates/images/images/detail.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/templates/images/images copying build/lib/openstack_dashboard/dashboards/project/images/templates/images/images/_create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/templates/images/images copying build/lib/openstack_dashboard/dashboards/project/images/templates/images/images/update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/templates/images/images copying build/lib/openstack_dashboard/dashboards/project/images/templates/images/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/templates/images creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/templates/images/snapshots copying build/lib/openstack_dashboard/dashboards/project/images/templates/images/snapshots/create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/templates/images/snapshots copying build/lib/openstack_dashboard/dashboards/project/images/templates/images/snapshots/_create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/templates/images/snapshots copying build/lib/openstack_dashboard/dashboards/project/images/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images copying build/lib/openstack_dashboard/dashboards/project/images/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/images copying build/lib/openstack_dashboard/dashboards/project/images/images/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/images copying build/lib/openstack_dashboard/dashboards/project/images/images/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/images copying build/lib/openstack_dashboard/dashboards/project/images/images/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/images copying build/lib/openstack_dashboard/dashboards/project/images/images/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/images copying build/lib/openstack_dashboard/dashboards/project/images/images/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/images copying build/lib/openstack_dashboard/dashboards/project/images/images/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/images copying build/lib/openstack_dashboard/dashboards/project/images/images/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/images copying build/lib/openstack_dashboard/dashboards/project/images/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/snapshots copying build/lib/openstack_dashboard/dashboards/project/images/snapshots/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/snapshots copying build/lib/openstack_dashboard/dashboards/project/images/snapshots/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/snapshots copying build/lib/openstack_dashboard/dashboards/project/images/snapshots/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/snapshots copying build/lib/openstack_dashboard/dashboards/project/images/snapshots/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/snapshots copying build/lib/openstack_dashboard/dashboards/project/images/snapshots/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/snapshots creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers copying build/lib/openstack_dashboard/dashboards/project/containers/utils.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers copying build/lib/openstack_dashboard/dashboards/project/containers/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers copying build/lib/openstack_dashboard/dashboards/project/containers/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers/templates/containers copying build/lib/openstack_dashboard/dashboards/project/containers/templates/containers/_update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers/templates/containers copying build/lib/openstack_dashboard/dashboards/project/containers/templates/containers/_object_detail.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers/templates/containers copying build/lib/openstack_dashboard/dashboards/project/containers/templates/containers/object_detail.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers/templates/containers copying build/lib/openstack_dashboard/dashboards/project/containers/templates/containers/create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers/templates/containers copying build/lib/openstack_dashboard/dashboards/project/containers/templates/containers/_container_detail.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers/templates/containers copying build/lib/openstack_dashboard/dashboards/project/containers/templates/containers/_copy.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers/templates/containers copying build/lib/openstack_dashboard/dashboards/project/containers/templates/containers/create_pseudo_folder.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers/templates/containers copying build/lib/openstack_dashboard/dashboards/project/containers/templates/containers/_create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers/templates/containers copying build/lib/openstack_dashboard/dashboards/project/containers/templates/containers/_upload.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers/templates/containers copying build/lib/openstack_dashboard/dashboards/project/containers/templates/containers/_container_metadata.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers/templates/containers copying build/lib/openstack_dashboard/dashboards/project/containers/templates/containers/upload.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers/templates/containers copying build/lib/openstack_dashboard/dashboards/project/containers/templates/containers/container_detail.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers/templates/containers copying build/lib/openstack_dashboard/dashboards/project/containers/templates/containers/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers/templates/containers copying build/lib/openstack_dashboard/dashboards/project/containers/templates/containers/update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers/templates/containers copying build/lib/openstack_dashboard/dashboards/project/containers/templates/containers/_create_pseudo_folder.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers/templates/containers copying build/lib/openstack_dashboard/dashboards/project/containers/templates/containers/copy.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers/templates/containers copying build/lib/openstack_dashboard/dashboards/project/containers/browsers.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers copying build/lib/openstack_dashboard/dashboards/project/containers/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers copying build/lib/openstack_dashboard/dashboards/project/containers/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers copying build/lib/openstack_dashboard/dashboards/project/containers/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers copying build/lib/openstack_dashboard/dashboards/project/containers/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers copying build/lib/openstack_dashboard/dashboards/project/containers/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn copying build/lib/openstack_dashboard/dashboards/project/vpn/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn copying build/lib/openstack_dashboard/dashboards/project/vpn/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn/templates/vpn copying build/lib/openstack_dashboard/dashboards/project/vpn/templates/vpn/_ipsecpolicy_details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn/templates/vpn copying build/lib/openstack_dashboard/dashboards/project/vpn/templates/vpn/details_tabs.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn/templates/vpn copying build/lib/openstack_dashboard/dashboards/project/vpn/templates/vpn/_update_vpnservice.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn/templates/vpn copying build/lib/openstack_dashboard/dashboards/project/vpn/templates/vpn/_update_ipsecpolicy.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn/templates/vpn copying build/lib/openstack_dashboard/dashboards/project/vpn/templates/vpn/update_ipsecpolicy.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn/templates/vpn copying build/lib/openstack_dashboard/dashboards/project/vpn/templates/vpn/_update_ikepolicy.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn/templates/vpn copying build/lib/openstack_dashboard/dashboards/project/vpn/templates/vpn/update_ipsecsiteconnection.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn/templates/vpn copying build/lib/openstack_dashboard/dashboards/project/vpn/templates/vpn/_vpnservice_details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn/templates/vpn copying build/lib/openstack_dashboard/dashboards/project/vpn/templates/vpn/update_vpnservice.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn/templates/vpn copying build/lib/openstack_dashboard/dashboards/project/vpn/templates/vpn/_update_ipsecsiteconnection.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn/templates/vpn copying build/lib/openstack_dashboard/dashboards/project/vpn/templates/vpn/_ikepolicy_details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn/templates/vpn copying build/lib/openstack_dashboard/dashboards/project/vpn/templates/vpn/update_ikepolicy.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn/templates/vpn copying build/lib/openstack_dashboard/dashboards/project/vpn/templates/vpn/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn/templates/vpn copying build/lib/openstack_dashboard/dashboards/project/vpn/templates/vpn/_ipsecsiteconnection_details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn/templates/vpn copying build/lib/openstack_dashboard/dashboards/project/vpn/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn copying build/lib/openstack_dashboard/dashboards/project/vpn/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn copying build/lib/openstack_dashboard/dashboards/project/vpn/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn copying build/lib/openstack_dashboard/dashboards/project/vpn/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn copying build/lib/openstack_dashboard/dashboards/project/vpn/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn copying build/lib/openstack_dashboard/dashboards/project/vpn/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn copying build/lib/openstack_dashboard/dashboards/project/vpn/workflows.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances copying build/lib/openstack_dashboard/dashboards/project/instances/audit_tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances copying build/lib/openstack_dashboard/dashboards/project/instances/utils.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances copying build/lib/openstack_dashboard/dashboards/project/instances/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances copying build/lib/openstack_dashboard/dashboards/project/instances/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/templates/instances copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/_detail_overview.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/templates/instances copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/_instance_flavor.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/templates/instances copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/_launch_customize_help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/templates/instances copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/_detail_log.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/templates/instances copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/_detail_audit.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/templates/instances copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/_detail_console.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/templates/instances copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/_flavors_and_quotas.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/templates/instances copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/decryptpassword.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/templates/instances copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/_rebuild.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/templates/instances copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/_update_networks.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/templates/instances copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/_launch_advanced_help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/templates/instances copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/detail.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/templates/instances copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/_instance_ips.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/templates/instances copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/_launch_volumes_help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/templates/instances copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/_launch_network_help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/templates/instances copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/rebuild.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/templates/instances copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/_decryptpassword.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/templates/instances copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/serial_console.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/templates/instances copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/templates/instances copying build/lib/openstack_dashboard/dashboards/project/instances/templates/instances/_launch_details_help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/templates/instances copying build/lib/openstack_dashboard/dashboards/project/instances/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances copying build/lib/openstack_dashboard/dashboards/project/instances/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances copying build/lib/openstack_dashboard/dashboards/project/instances/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances copying build/lib/openstack_dashboard/dashboards/project/instances/console.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/workflows copying build/lib/openstack_dashboard/dashboards/project/instances/workflows/create_instance.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/workflows copying build/lib/openstack_dashboard/dashboards/project/instances/workflows/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/workflows copying build/lib/openstack_dashboard/dashboards/project/instances/workflows/update_instance.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/workflows copying build/lib/openstack_dashboard/dashboards/project/instances/workflows/resize_instance.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/workflows copying build/lib/openstack_dashboard/dashboards/project/instances/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances copying build/lib/openstack_dashboard/dashboards/project/instances/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances copying build/lib/openstack_dashboard/dashboards/project/instances/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/overview copying build/lib/openstack_dashboard/dashboards/project/overview/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/overview copying build/lib/openstack_dashboard/dashboards/project/overview/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/overview creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/overview/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/overview/templates/overview copying build/lib/openstack_dashboard/dashboards/project/overview/templates/overview/usage.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/overview/templates/overview copying build/lib/openstack_dashboard/dashboards/project/overview/templates/overview/usage.csv -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/overview/templates/overview copying build/lib/openstack_dashboard/dashboards/project/overview/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/overview copying build/lib/openstack_dashboard/dashboards/project/overview/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/overview copying build/lib/openstack_dashboard/dashboards/project/overview/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/overview creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks copying build/lib/openstack_dashboard/dashboards/project/networks/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks copying build/lib/openstack_dashboard/dashboards/project/networks/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/templates/networks copying build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/_detail_overview.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/templates/networks copying build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/_update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/templates/networks copying build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/templates/networks creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/templates/networks/subnets copying build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/subnets/_detail_overview.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/templates/networks/subnets copying build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/subnets/detail.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/templates/networks/subnets copying build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/detail.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/templates/networks copying build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/_create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/templates/networks copying build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/_network_ips.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/templates/networks creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/templates/networks/ports copying build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/ports/_detail_overview.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/templates/networks/ports copying build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/ports/_update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/templates/networks/ports copying build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/ports/detail.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/templates/networks/ports copying build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/ports/_port_ips.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/templates/networks/ports copying build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/ports/update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/templates/networks/ports copying build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/templates/networks copying build/lib/openstack_dashboard/dashboards/project/networks/templates/networks/update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/templates/networks creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/subnets copying build/lib/openstack_dashboard/dashboards/project/networks/subnets/utils.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/subnets copying build/lib/openstack_dashboard/dashboards/project/networks/subnets/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/subnets copying build/lib/openstack_dashboard/dashboards/project/networks/subnets/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/subnets copying build/lib/openstack_dashboard/dashboards/project/networks/subnets/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/subnets copying build/lib/openstack_dashboard/dashboards/project/networks/subnets/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/subnets copying build/lib/openstack_dashboard/dashboards/project/networks/subnets/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/subnets copying build/lib/openstack_dashboard/dashboards/project/networks/subnets/workflows.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/subnets copying build/lib/openstack_dashboard/dashboards/project/networks/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks copying build/lib/openstack_dashboard/dashboards/project/networks/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks copying build/lib/openstack_dashboard/dashboards/project/networks/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks copying build/lib/openstack_dashboard/dashboards/project/networks/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/ports copying build/lib/openstack_dashboard/dashboards/project/networks/ports/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/ports copying build/lib/openstack_dashboard/dashboards/project/networks/ports/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/ports copying build/lib/openstack_dashboard/dashboards/project/networks/ports/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/ports copying build/lib/openstack_dashboard/dashboards/project/networks/ports/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/ports copying build/lib/openstack_dashboard/dashboards/project/networks/ports/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/ports copying build/lib/openstack_dashboard/dashboards/project/networks/ports/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/ports copying build/lib/openstack_dashboard/dashboards/project/networks/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks copying build/lib/openstack_dashboard/dashboards/project/networks/workflows.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/database_backups copying build/lib/openstack_dashboard/dashboards/project/database_backups/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/database_backups copying build/lib/openstack_dashboard/dashboards/project/database_backups/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/database_backups creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/database_backups/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/database_backups/templates/database_backups copying build/lib/openstack_dashboard/dashboards/project/database_backups/templates/database_backups/details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/database_backups/templates/database_backups copying build/lib/openstack_dashboard/dashboards/project/database_backups/templates/database_backups/_backup_details_help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/database_backups/templates/database_backups copying build/lib/openstack_dashboard/dashboards/project/database_backups/templates/database_backups/backup.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/database_backups/templates/database_backups copying build/lib/openstack_dashboard/dashboards/project/database_backups/templates/database_backups/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/database_backups/templates/database_backups copying build/lib/openstack_dashboard/dashboards/project/database_backups/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/database_backups copying build/lib/openstack_dashboard/dashboards/project/database_backups/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/database_backups creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/database_backups/workflows copying build/lib/openstack_dashboard/dashboards/project/database_backups/workflows/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/database_backups/workflows copying build/lib/openstack_dashboard/dashboards/project/database_backups/workflows/create_backup.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/database_backups/workflows copying build/lib/openstack_dashboard/dashboards/project/database_backups/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/database_backups copying build/lib/openstack_dashboard/dashboards/project/database_backups/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/database_backups creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases copying build/lib/openstack_dashboard/dashboards/project/databases/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases copying build/lib/openstack_dashboard/dashboards/project/databases/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/templates/databases copying build/lib/openstack_dashboard/dashboards/project/databases/templates/databases/_detail_overview.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/templates/databases copying build/lib/openstack_dashboard/dashboards/project/databases/templates/databases/resize_instance.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/templates/databases copying build/lib/openstack_dashboard/dashboards/project/databases/templates/databases/_detail_overview_cassandra.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/templates/databases copying build/lib/openstack_dashboard/dashboards/project/databases/templates/databases/resize_volume.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/templates/databases copying build/lib/openstack_dashboard/dashboards/project/databases/templates/databases/_launch_initialize_help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/templates/databases copying build/lib/openstack_dashboard/dashboards/project/databases/templates/databases/_resize_volume.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/templates/databases copying build/lib/openstack_dashboard/dashboards/project/databases/templates/databases/_launch_advanced_help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/templates/databases copying build/lib/openstack_dashboard/dashboards/project/databases/templates/databases/detail.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/templates/databases copying build/lib/openstack_dashboard/dashboards/project/databases/templates/databases/_detail_overview_redis.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/templates/databases copying build/lib/openstack_dashboard/dashboards/project/databases/templates/databases/launch.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/templates/databases copying build/lib/openstack_dashboard/dashboards/project/databases/templates/databases/_launch_network_help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/templates/databases copying build/lib/openstack_dashboard/dashboards/project/databases/templates/databases/_detail_overview_couchbase.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/templates/databases copying build/lib/openstack_dashboard/dashboards/project/databases/templates/databases/_detail_overview_mongodb.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/templates/databases copying build/lib/openstack_dashboard/dashboards/project/databases/templates/databases/_detail_overview_mysql.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/templates/databases copying build/lib/openstack_dashboard/dashboards/project/databases/templates/databases/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/templates/databases copying build/lib/openstack_dashboard/dashboards/project/databases/templates/databases/_resize_instance.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/templates/databases copying build/lib/openstack_dashboard/dashboards/project/databases/templates/databases/_launch_details_help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/templates/databases copying build/lib/openstack_dashboard/dashboards/project/databases/templates/databases/_launch_networks.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/templates/databases copying build/lib/openstack_dashboard/dashboards/project/databases/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases copying build/lib/openstack_dashboard/dashboards/project/databases/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases copying build/lib/openstack_dashboard/dashboards/project/databases/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/workflows copying build/lib/openstack_dashboard/dashboards/project/databases/workflows/create_instance.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/workflows copying build/lib/openstack_dashboard/dashboards/project/databases/workflows/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/workflows copying build/lib/openstack_dashboard/dashboards/project/databases/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases copying build/lib/openstack_dashboard/dashboards/project/databases/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases copying build/lib/openstack_dashboard/dashboards/project/databases/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases copying build/lib/openstack_dashboard/dashboards/project/models.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers copying build/lib/openstack_dashboard/dashboards/project/routers/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers copying build/lib/openstack_dashboard/dashboards/project/routers/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/templates/routers copying build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/_detail_overview.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/templates/routers copying build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/_update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/templates/routers creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/templates/routers/extensions creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules copying build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules/create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules copying build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules/grid.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules copying build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules/_create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules copying build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/templates/routers copying build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/detail.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/templates/routers copying build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/_create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/templates/routers creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/templates/routers/ports copying build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/ports/create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/templates/routers/ports copying build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/ports/_create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/templates/routers/ports copying build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/ports/setgateway.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/templates/routers/ports copying build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/ports/_setgateway.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/templates/routers/ports copying build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/templates/routers copying build/lib/openstack_dashboard/dashboards/project/routers/templates/routers/update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/templates/routers creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/extensions creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/extensions/routerrules copying build/lib/openstack_dashboard/dashboards/project/routers/extensions/routerrules/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/extensions/routerrules copying build/lib/openstack_dashboard/dashboards/project/routers/extensions/routerrules/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/extensions/routerrules copying build/lib/openstack_dashboard/dashboards/project/routers/extensions/routerrules/rulemanager.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/extensions/routerrules copying build/lib/openstack_dashboard/dashboards/project/routers/extensions/routerrules/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/extensions/routerrules copying build/lib/openstack_dashboard/dashboards/project/routers/extensions/routerrules/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/extensions/routerrules copying build/lib/openstack_dashboard/dashboards/project/routers/extensions/routerrules/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/extensions/routerrules copying build/lib/openstack_dashboard/dashboards/project/routers/extensions/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/extensions copying build/lib/openstack_dashboard/dashboards/project/routers/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers copying build/lib/openstack_dashboard/dashboards/project/routers/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers copying build/lib/openstack_dashboard/dashboards/project/routers/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers copying build/lib/openstack_dashboard/dashboards/project/routers/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers copying build/lib/openstack_dashboard/dashboards/project/routers/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/ports copying build/lib/openstack_dashboard/dashboards/project/routers/ports/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/ports copying build/lib/openstack_dashboard/dashboards/project/routers/ports/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/ports copying build/lib/openstack_dashboard/dashboards/project/routers/ports/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/ports copying build/lib/openstack_dashboard/dashboards/project/routers/ports/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/ports copying build/lib/openstack_dashboard/dashboards/project/routers/ports/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/ports copying build/lib/openstack_dashboard/dashboards/project/routers/ports/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/ports copying build/lib/openstack_dashboard/dashboards/project/routers/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers copying build/lib/openstack_dashboard/dashboards/project/dashboard.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/utils.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/test.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/backups copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/backups/_detail_overview.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/backups copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/backups/create_backup.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/backups copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/backups/detail.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/backups copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/backups/restore_backup.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/backups copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/backups/_create_backup.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/backups copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/backups/_restore_backup.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/backups copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/_detail_overview.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/_extend_limits.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/_update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/_extend.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/_show_transfer.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/create_transfer.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/extend.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/show_transfer.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/_snapshot_limits.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/_encryption_detail_overview.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/_upload_to_image.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/attach.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/detail.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/_create_transfer.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/upload_to_image.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/_attach.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/_limits.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/_create.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/_create_snapshot.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/_retype.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/_accept_transfer.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/encryption_detail.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/create_snapshot.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/retype.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes/accept_transfer.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/volumes creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/snapshots copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/snapshots/_detail_overview.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/snapshots copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/snapshots/_update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/snapshots copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/snapshots/detail.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/snapshots copying build/lib/openstack_dashboard/dashboards/project/volumes/templates/volumes/snapshots/update.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/templates/volumes/snapshots copying build/lib/openstack_dashboard/dashboards/project/volumes/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/backups copying build/lib/openstack_dashboard/dashboards/project/volumes/backups/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/backups copying build/lib/openstack_dashboard/dashboards/project/volumes/backups/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/backups copying build/lib/openstack_dashboard/dashboards/project/volumes/backups/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/backups copying build/lib/openstack_dashboard/dashboards/project/volumes/backups/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/backups copying build/lib/openstack_dashboard/dashboards/project/volumes/backups/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/backups copying build/lib/openstack_dashboard/dashboards/project/volumes/backups/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/backups copying build/lib/openstack_dashboard/dashboards/project/volumes/backups/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/backups copying build/lib/openstack_dashboard/dashboards/project/volumes/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/volumes/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/volumes/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/volumes/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/volumes/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/volumes/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/volumes/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/volumes copying build/lib/openstack_dashboard/dashboards/project/volumes/volumes/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/volumes creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/snapshots copying build/lib/openstack_dashboard/dashboards/project/volumes/snapshots/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/snapshots copying build/lib/openstack_dashboard/dashboards/project/volumes/snapshots/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/snapshots copying build/lib/openstack_dashboard/dashboards/project/volumes/snapshots/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/snapshots copying build/lib/openstack_dashboard/dashboards/project/volumes/snapshots/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/snapshots copying build/lib/openstack_dashboard/dashboards/project/volumes/snapshots/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/snapshots copying build/lib/openstack_dashboard/dashboards/project/volumes/snapshots/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/snapshots copying build/lib/openstack_dashboard/dashboards/project/volumes/snapshots/tests.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/snapshots creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router/nexus1000v copying build/lib/openstack_dashboard/dashboards/router/nexus1000v/panel.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router/nexus1000v copying build/lib/openstack_dashboard/dashboards/router/nexus1000v/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router/nexus1000v creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router/nexus1000v/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v copying build/lib/openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v/update_network_profile.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v copying build/lib/openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v/_update_network_profile.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v copying build/lib/openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v/create_network_profile.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v copying build/lib/openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v copying build/lib/openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v/_create_network_profile.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v/network_profile copying build/lib/openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v/network_profile/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v/network_profile creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v/policy_profile copying build/lib/openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v/policy_profile/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router/nexus1000v/templates/nexus1000v/policy_profile copying build/lib/openstack_dashboard/dashboards/router/nexus1000v/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router/nexus1000v copying build/lib/openstack_dashboard/dashboards/router/nexus1000v/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router/nexus1000v copying build/lib/openstack_dashboard/dashboards/router/nexus1000v/tabs.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router/nexus1000v copying build/lib/openstack_dashboard/dashboards/router/nexus1000v/forms.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router/nexus1000v copying build/lib/openstack_dashboard/dashboards/router/nexus1000v/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router/nexus1000v copying build/lib/openstack_dashboard/dashboards/router/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router copying build/lib/openstack_dashboard/dashboards/router/models.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router copying build/lib/openstack_dashboard/dashboards/router/dashboard.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router copying build/lib/openstack_dashboard/static_settings.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/usage copying build/lib/openstack_dashboard/usage/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/usage copying build/lib/openstack_dashboard/usage/base.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/usage copying build/lib/openstack_dashboard/usage/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/usage copying build/lib/openstack_dashboard/usage/quotas.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/usage copying build/lib/openstack_dashboard/usage/tables.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/usage creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/conf copying build/lib/openstack_dashboard/conf/nova_policy.json -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/conf copying build/lib/openstack_dashboard/conf/neutron_policy.json -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/conf copying build/lib/openstack_dashboard/conf/glance_policy.json -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/conf copying build/lib/openstack_dashboard/conf/keystone_policy.json -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/conf copying build/lib/openstack_dashboard/conf/heat_policy.json -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/conf copying build/lib/openstack_dashboard/conf/cinder_policy.json -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/conf copying build/lib/openstack_dashboard/conf/ceilometer_policy.json -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/conf copying build/lib/openstack_dashboard/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/templates/context_selection copying build/lib/openstack_dashboard/templates/context_selection/_project_list.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/templates/context_selection copying build/lib/openstack_dashboard/templates/context_selection/_region_list.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/templates/context_selection copying build/lib/openstack_dashboard/templates/context_selection/_domain_list.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/templates/context_selection copying build/lib/openstack_dashboard/templates/context_selection/_overview.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/templates/context_selection copying build/lib/openstack_dashboard/templates/_header.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/templates creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/templates/jasmine copying build/lib/openstack_dashboard/templates/jasmine/jasmine.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/templates/jasmine copying build/lib/openstack_dashboard/templates/jasmine/index.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/templates/jasmine copying build/lib/openstack_dashboard/templates/403.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/templates copying build/lib/openstack_dashboard/templates/500.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/templates copying build/lib/openstack_dashboard/templates/404.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/templates copying build/lib/openstack_dashboard/templates/_stylesheets.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/templates copying build/lib/openstack_dashboard/context_processors.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/utils copying build/lib/openstack_dashboard/utils/metering.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/utils copying build/lib/openstack_dashboard/utils/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/utils copying build/lib/openstack_dashboard/utils/filters.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/utils copying build/lib/openstack_dashboard/utils/settings.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/utils copying build/lib/openstack_dashboard/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard copying build/lib/openstack_dashboard/exceptions.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard copying build/lib/openstack_dashboard/views.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/ru creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/ru/LC_MESSAGES copying build/lib/openstack_dashboard/locale/ru/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/ru/LC_MESSAGES copying build/lib/openstack_dashboard/locale/ru/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/ru/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/pt_BR creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/pt_BR/LC_MESSAGES copying build/lib/openstack_dashboard/locale/pt_BR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/pt_BR/LC_MESSAGES copying build/lib/openstack_dashboard/locale/pt_BR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/pt_BR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/ko_KR creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/ko_KR/LC_MESSAGES copying build/lib/openstack_dashboard/locale/ko_KR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/ko_KR/LC_MESSAGES copying build/lib/openstack_dashboard/locale/ko_KR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/ko_KR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/en_GB creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/en_GB/LC_MESSAGES copying build/lib/openstack_dashboard/locale/en_GB/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/en_GB/LC_MESSAGES copying build/lib/openstack_dashboard/locale/en_GB/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/en_GB/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/pl_PL creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/pl_PL/LC_MESSAGES copying build/lib/openstack_dashboard/locale/pl_PL/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/pl_PL/LC_MESSAGES copying build/lib/openstack_dashboard/locale/pl_PL/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/pl_PL/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/en_AU creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/en_AU/LC_MESSAGES copying build/lib/openstack_dashboard/locale/en_AU/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/en_AU/LC_MESSAGES copying build/lib/openstack_dashboard/locale/en_AU/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/en_AU/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/zh_TW creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/zh_TW/LC_MESSAGES copying build/lib/openstack_dashboard/locale/zh_TW/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/zh_TW/LC_MESSAGES copying build/lib/openstack_dashboard/locale/zh_TW/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/zh_TW/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/zh_CN creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/zh_CN/LC_MESSAGES copying build/lib/openstack_dashboard/locale/zh_CN/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/zh_CN/LC_MESSAGES copying build/lib/openstack_dashboard/locale/zh_CN/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/zh_CN/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/fr creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/fr/LC_MESSAGES copying build/lib/openstack_dashboard/locale/fr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/fr/LC_MESSAGES copying build/lib/openstack_dashboard/locale/fr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/fr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/ja creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/ja/LC_MESSAGES copying build/lib/openstack_dashboard/locale/ja/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/ja/LC_MESSAGES copying build/lib/openstack_dashboard/locale/ja/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/ja/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/es creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/es/LC_MESSAGES copying build/lib/openstack_dashboard/locale/es/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/es/LC_MESSAGES copying build/lib/openstack_dashboard/locale/es/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/es/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/de creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/de/LC_MESSAGES copying build/lib/openstack_dashboard/locale/de/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/de/LC_MESSAGES copying build/lib/openstack_dashboard/locale/de/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/en creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/en/LC_MESSAGES copying build/lib/openstack_dashboard/locale/en/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/en/LC_MESSAGES copying build/lib/openstack_dashboard/locale/en/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/locale/en/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/enabled copying build/lib/openstack_dashboard/enabled/_90_admin_add_panel_to_group.py.example -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/enabled copying build/lib/openstack_dashboard/enabled/_30_settings.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/enabled copying build/lib/openstack_dashboard/enabled/_99_customization.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/enabled copying build/lib/openstack_dashboard/enabled/_25_identity.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/enabled copying build/lib/openstack_dashboard/enabled/_40_router.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/enabled copying build/lib/openstack_dashboard/enabled/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/enabled copying build/lib/openstack_dashboard/enabled/_80_admin_add_panel_group.py.example -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/enabled copying build/lib/openstack_dashboard/enabled/_60_admin_remove_panel.py.example -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/enabled copying build/lib/openstack_dashboard/enabled/_70_admin_default_panel.py.example -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/enabled copying build/lib/openstack_dashboard/enabled/_20_admin.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/enabled copying build/lib/openstack_dashboard/enabled/_10_project.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/enabled copying build/lib/openstack_dashboard/enabled/_50_admin_add_panel.py.example -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/enabled copying build/lib/openstack_dashboard/hooks.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/management copying build/lib/openstack_dashboard/management/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/management creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/management/commands copying build/lib/openstack_dashboard/management/commands/make_web_conf.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/management/commands copying build/lib/openstack_dashboard/management/commands/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/management/commands copying build/lib/openstack_dashboard/management/commands/apache_vhost.conf.template -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/management/commands copying build/lib/openstack_dashboard/management/commands/migrate_settings.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/management/commands copying build/lib/openstack_dashboard/management/commands/horizon.wsgi.template -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/management/commands creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/templatetags copying build/lib/openstack_dashboard/templatetags/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/templatetags copying build/lib/openstack_dashboard/templatetags/context_selection.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/templatetags creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/scss copying build/lib/openstack_dashboard/static/dashboard/scss/_splash.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/scss creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/scss/components copying build/lib/openstack_dashboard/static/dashboard/scss/components/_resource_browser.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/scss/components copying build/lib/openstack_dashboard/static/dashboard/scss/components/_network_topology.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/scss/components copying build/lib/openstack_dashboard/static/dashboard/scss/components/_inline_edit.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/scss/components copying build/lib/openstack_dashboard/static/dashboard/scss/components/_topbar.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/scss/components copying build/lib/openstack_dashboard/static/dashboard/scss/components/_accordion_nav.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/scss/components copying build/lib/openstack_dashboard/static/dashboard/scss/components/_workflow.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/scss/components copying build/lib/openstack_dashboard/static/dashboard/scss/components/_charts.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/scss/components copying build/lib/openstack_dashboard/static/dashboard/scss/_mixins.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/scss copying build/lib/openstack_dashboard/static/dashboard/scss/_variables.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/scss copying build/lib/openstack_dashboard/static/dashboard/scss/horizon.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/scss copying build/lib/openstack_dashboard/static/dashboard/scss/serial_console.css -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/scss copying build/lib/openstack_dashboard/static/dashboard/dashboard.module.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/workflow copying build/lib/openstack_dashboard/static/dashboard/workflow/workflow.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/workflow copying build/lib/openstack_dashboard/static/dashboard/workflow/workflow.spec.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/workflow creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/fonts copying build/lib/openstack_dashboard/static/dashboard/fonts/Anivers_Regular-webfont.ttf -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/fonts copying build/lib/openstack_dashboard/static/dashboard/fonts/Anivers_Regular-webfont.woff -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/fonts copying build/lib/openstack_dashboard/static/dashboard/fonts/Anivers_Regular-webfont.svg -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/fonts copying build/lib/openstack_dashboard/static/dashboard/fonts/Anivers_Regular-webfont.eot -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/fonts creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/db-green.svg -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/server-gray.svg -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/stack-green.svg -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/stack-gray.svg -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/db-gray.gif -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/logo.png -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/drop_arrow.png -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/search.png -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/unknown-gray.svg -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/db-gray.svg -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/up_arrow.png -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/server.png -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/right_droparrow.png -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/drag.png -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/sidebar_bg.png -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/lb-red.svg -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/logo-splash.png -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/unknown-gray.gif -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/lb-gray.gif -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/lb-green.svg -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/server-red.svg -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/stack-gray.gif -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/router.png -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/profile_drop.png -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/action_required.png -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/server-gray.gif -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/db-red.svg -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/unknown-green.svg -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/unknown-red.svg -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/favicon.ico -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/server-green.svg -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/spinner.gif -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/stack-red.svg -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/lb-gray.svg -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/img/loading.gif -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/img copying build/lib/openstack_dashboard/static/dashboard/dashboard.module.spec.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/cloud-services copying build/lib/openstack_dashboard/static/dashboard/cloud-services/cloud-services.spec.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/cloud-services copying build/lib/openstack_dashboard/static/dashboard/cloud-services/cloud-services.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/cloud-services copying build/lib/openstack_dashboard/static/dashboard/dashboard.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/configuration copying build/lib/openstack_dashboard/static/dashboard/launch-instance/configuration/configuration.help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/configuration copying build/lib/openstack_dashboard/static/dashboard/launch-instance/configuration/configuration.spec.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/configuration copying build/lib/openstack_dashboard/static/dashboard/launch-instance/configuration/load-edit.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/configuration copying build/lib/openstack_dashboard/static/dashboard/launch-instance/configuration/configuration.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/configuration copying build/lib/openstack_dashboard/static/dashboard/launch-instance/configuration/configuration.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/configuration copying build/lib/openstack_dashboard/static/dashboard/launch-instance/configuration/configuration.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/configuration copying build/lib/openstack_dashboard/static/dashboard/launch-instance/configuration/load-edit.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/configuration creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/flavor copying build/lib/openstack_dashboard/static/dashboard/launch-instance/flavor/flavor.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/flavor copying build/lib/openstack_dashboard/static/dashboard/launch-instance/flavor/flavor.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/flavor copying build/lib/openstack_dashboard/static/dashboard/launch-instance/flavor/flavor.spec.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/flavor copying build/lib/openstack_dashboard/static/dashboard/launch-instance/flavor/flavor.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/flavor copying build/lib/openstack_dashboard/static/dashboard/launch-instance/flavor/select-flavor-table.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/flavor copying build/lib/openstack_dashboard/static/dashboard/launch-instance/flavor/flavor.help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/flavor copying build/lib/openstack_dashboard/static/dashboard/launch-instance/flavor/select-flavor-table.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/flavor copying build/lib/openstack_dashboard/static/dashboard/launch-instance/launch-instance.spec.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance copying build/lib/openstack_dashboard/static/dashboard/launch-instance/launch-instance.model.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/security-groups copying build/lib/openstack_dashboard/static/dashboard/launch-instance/security-groups/security-groups.help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/security-groups copying build/lib/openstack_dashboard/static/dashboard/launch-instance/security-groups/security-groups.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/security-groups copying build/lib/openstack_dashboard/static/dashboard/launch-instance/security-groups/security-groups.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/security-groups copying build/lib/openstack_dashboard/static/dashboard/launch-instance/security-groups/keypair-details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/security-groups copying build/lib/openstack_dashboard/static/dashboard/launch-instance/security-groups/security-groups.spec.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/security-groups copying build/lib/openstack_dashboard/static/dashboard/launch-instance/security-groups/security-group-details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/security-groups copying build/lib/openstack_dashboard/static/dashboard/launch-instance/security-groups/security-groups.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/security-groups copying build/lib/openstack_dashboard/static/dashboard/launch-instance/launch-instance.model.spec.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance copying build/lib/openstack_dashboard/static/dashboard/launch-instance/launch-instance.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/source copying build/lib/openstack_dashboard/static/dashboard/launch-instance/source/source.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/source copying build/lib/openstack_dashboard/static/dashboard/launch-instance/source/source.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/source copying build/lib/openstack_dashboard/static/dashboard/launch-instance/source/source-details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/source copying build/lib/openstack_dashboard/static/dashboard/launch-instance/source/source.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/source copying build/lib/openstack_dashboard/static/dashboard/launch-instance/source/source.help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/source copying build/lib/openstack_dashboard/static/dashboard/launch-instance/source/source.spec.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/source creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/network copying build/lib/openstack_dashboard/static/dashboard/launch-instance/network/network.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/network copying build/lib/openstack_dashboard/static/dashboard/launch-instance/network/network.spec.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/network copying build/lib/openstack_dashboard/static/dashboard/launch-instance/network/network.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/network copying build/lib/openstack_dashboard/static/dashboard/launch-instance/network/network.help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/network copying build/lib/openstack_dashboard/static/dashboard/launch-instance/network/network.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/network copying build/lib/openstack_dashboard/static/dashboard/launch-instance/launch-instance.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/keypair copying build/lib/openstack_dashboard/static/dashboard/launch-instance/keypair/import-keypair.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/keypair copying build/lib/openstack_dashboard/static/dashboard/launch-instance/keypair/keypair.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/keypair copying build/lib/openstack_dashboard/static/dashboard/launch-instance/keypair/keypair-details.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/keypair copying build/lib/openstack_dashboard/static/dashboard/launch-instance/keypair/keypair.spec.js -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/keypair copying build/lib/openstack_dashboard/static/dashboard/launch-instance/keypair/keypair.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/keypair copying build/lib/openstack_dashboard/static/dashboard/launch-instance/keypair/keypair.help.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/keypair copying build/lib/openstack_dashboard/static/dashboard/launch-instance/keypair/new-keypair.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/keypair copying build/lib/openstack_dashboard/static/dashboard/launch-instance/keypair/create-keypair.html -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/keypair copying build/lib/openstack_dashboard/static/dashboard/launch-instance/keypair/keypair.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/dashboard/launch-instance/keypair creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/themes creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/themes/default copying build/lib/openstack_dashboard/static/themes/default/_styles.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/themes/default copying build/lib/openstack_dashboard/static/themes/default/_variables.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/themes/default creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/themes/blue copying build/lib/openstack_dashboard/static/themes/blue/_styles.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/themes/blue copying build/lib/openstack_dashboard/static/themes/blue/_variables.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/themes/blue creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/themes/webroot copying build/lib/openstack_dashboard/static/themes/webroot/_styles.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/themes/webroot copying build/lib/openstack_dashboard/static/themes/webroot/_variables.scss -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static/themes/webroot creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/wsgi copying build/lib/openstack_dashboard/wsgi/django.wsgi -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/wsgi copying build/lib/openstack_dashboard/policy.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/local copying build/lib/openstack_dashboard/local/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/local creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/local/enabled copying build/lib/openstack_dashboard/local/enabled/_40_router.py.example -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/local/enabled copying build/lib/openstack_dashboard/local/enabled/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/local/enabled copying build/lib/openstack_dashboard/local/local_settings.py.example -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/local copying build/lib/openstack_dashboard/policy_backend.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard copying build/lib/openstack_dashboard/settings.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api copying build/lib/openstack_dashboard/api/glance.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api copying build/lib/openstack_dashboard/api/swift.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api copying build/lib/openstack_dashboard/api/neutron.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api copying build/lib/openstack_dashboard/api/heat.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api copying build/lib/openstack_dashboard/api/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api copying build/lib/openstack_dashboard/api/base.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api copying build/lib/openstack_dashboard/api/trove.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api copying build/lib/openstack_dashboard/api/sahara.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api copying build/lib/openstack_dashboard/api/vpn.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api copying build/lib/openstack_dashboard/api/nova.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api copying build/lib/openstack_dashboard/api/lbaas.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api copying build/lib/openstack_dashboard/api/ceilometer.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api copying build/lib/openstack_dashboard/api/fwaas.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api copying build/lib/openstack_dashboard/api/network_base.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api copying build/lib/openstack_dashboard/api/cinder.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api copying build/lib/openstack_dashboard/api/network.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/rest copying build/lib/openstack_dashboard/api/rest/glance.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/rest copying build/lib/openstack_dashboard/api/rest/utils.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/rest copying build/lib/openstack_dashboard/api/rest/urls.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/rest copying build/lib/openstack_dashboard/api/rest/neutron.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/rest copying build/lib/openstack_dashboard/api/rest/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/rest copying build/lib/openstack_dashboard/api/rest/nova.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/rest copying build/lib/openstack_dashboard/api/rest/config.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/rest copying build/lib/openstack_dashboard/api/rest/policy.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/rest copying build/lib/openstack_dashboard/api/rest/cinder.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/rest copying build/lib/openstack_dashboard/api/rest/network.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/rest copying build/lib/openstack_dashboard/api/rest/keystone.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/rest copying build/lib/openstack_dashboard/api/keystone.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/openstack copying build/lib/openstack_dashboard/openstack/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/openstack creating /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/openstack/common copying build/lib/openstack_dashboard/openstack/common/_i18n.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/openstack/common copying build/lib/openstack_dashboard/openstack/common/__init__.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/openstack/common copying build/lib/openstack_dashboard/openstack/common/log.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/openstack/common copying build/lib/openstack_dashboard/openstack/common/fileutils.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/openstack/common copying build/lib/openstack_dashboard/openstack/common/policy.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/openstack/common copying build/lib/openstack_dashboard/openstack/common/local.py -> /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/openstack/common byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/tabs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/tabs/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/tabs/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/jasmine/jasmine_tests.py to jasmine_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/jasmine/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/jasmine/jasmine.py to jasmine.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/customization/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/customization/cust_test2.py to cust_test2.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/customization/cust_test1.py to cust_test1.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/kittens/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/kittens/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/kittens/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/kittens/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/kittens/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/dashboard.py to dashboard.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/tigers/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/tigers/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/tigers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/tigers/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/cats/tigers/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs/puppies/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs/puppies/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs/puppies/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs/puppies/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs/puppies/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs/puppies/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs/puppies/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/test_dashboards/dogs/dashboard.py to dashboard.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/tests/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/tests/selenium_tests.py to selenium_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/tests/middleware.py to middleware.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/tests/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/tests/messages.py to messages.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/tests/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/tests/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/tests/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/tests/templatetags.py to templatetags.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/tests/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/tests/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/tests/workflows.py to workflows.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/patches.py to patches.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/webdriver.py to webdriver.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/dummy_auth/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/dummy_auth/backend.py to backend.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/settings.py to settings.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/test/helpers.py to helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/site_urls.py to site_urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/conf/dash_template/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/conf/dash_template/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/conf/panel_template/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/conf/panel_template/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/conf/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/conf/default.py to default.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/browsers/breadcrumb.py to breadcrumb.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/browsers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/browsers/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/browsers/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/context_processors.py to context_processors.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/middleware.py to middleware.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/utils/urlresolvers.py to urlresolvers.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/utils/units.py to units.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/utils/html.py to html.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/utils/secret_key.py to secret_key.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/utils/functions.py to functions.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/utils/memoized.py to memoized.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/utils/filters.py to filters.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/utils/validators.py to validators.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/utils/csvbase.py to csvbase.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/messages.py to messages.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/forms/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/forms/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/forms/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/forms/fields.py to fields.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/management/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/management/commands/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/management/commands/startpanel.py to startpanel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/management/commands/startdash.py to startdash.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/contrib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/contrib/bootstrap_datepicker.py to bootstrap_datepicker.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templatetags/form_helpers.py to form_helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templatetags/branding.py to branding.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templatetags/parse_date.py to parse_date.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templatetags/truncate_filter.py to truncate_filter.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templatetags/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templatetags/shellfilter.py to shellfilter.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templatetags/sizeformat.py to sizeformat.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/templatetags/horizon.py to horizon.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/workflows/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/workflows/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/workflows/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/tables/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/tables/formset.py to formset.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/tables/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/tables/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/tables/actions.py to actions.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/loaders.py to loaders.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/decorators.py to decorators.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/admin/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/admin/system/flavorspage.py to flavorspage.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/admin/system/resource_usage/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/admin/system/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/admin/system/overviewpage.py to overviewpage.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/admin/system/system_info/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/basepage.py to basepage.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/loginpage.py to loginpage.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/identity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/identity/userspage.py to userspage.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/navigation.py to navigation.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/pageobject.py to pageobject.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/settings/usersettingspage.py to usersettingspage.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/settings/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/settings/changepasswordpage.py to changepasswordpage.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/object_store/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/compute/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/compute/overviewpage.py to overviewpage.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/compute/access_and_security/keypairspage.py to keypairspage.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/compute/access_and_security/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/compute/imagespage.py to imagespage.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/compute/volumes/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/data_processing/jobbinariespage.py to jobbinariespage.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/data_processing/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/data_processing/imageregistrypage.py to imageregistrypage.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/orchestration/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/pages/project/network/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/regions/bars.py to bars.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/regions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/regions/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/regions/menus.py to menus.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/regions/messages.py to messages.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/regions/baseregion.py to baseregion.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/regions/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/regions/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/basewebobject.py to basewebobject.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/tests/test_user_settings.py to test_user_settings.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/tests/test_password_change.py to test_password_change.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/tests/test_image_create_delete.py to test_image_create_delete.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/tests/test_sahara_job_binaries.py to test_sahara_job_binaries.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/tests/test_login.py to test_login.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/tests/test_user_create_delete.py to test_user_create_delete.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/tests/test_sahara_image_registry.py to test_sahara_image_registry.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/tests/test_dashboard_help_redirection.py to test_dashboard_help_redirection.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/tests/decorators.py to decorators.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/tests/test_flavors.py to test_flavors.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/tests/test_keypair.py to test_keypair.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/webdriver.py to webdriver.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/integration_tests/helpers.py to helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/jasmine/jasmine_tests.py to jasmine_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/jasmine/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/jasmine/jasmine.py to jasmine.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/error_pages_urls.py to error_pages_urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests/rest_util_tests.py to rest_util_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests/neutron_tests.py to neutron_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests/nova_tests.py to nova_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests/cinder_tests.py to cinder_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests/ceilometer_tests.py to ceilometer_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests/base_tests.py to base_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests/fwaas_tests.py to fwaas_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests/keystone_rest_tests.py to keystone_rest_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests/glance_tests.py to glance_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests/heat_tests.py to heat_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests/cinder_rest_tests.py to cinder_rest_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests/network_tests.py to network_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests/lbaas_tests.py to lbaas_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests/network_rest_tests.py to network_rest_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests/neutron_rest_tests.py to neutron_rest_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests/nova_rest_tests.py to nova_rest_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests/keystone_tests.py to keystone_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests/glance_rest_tests.py to glance_rest_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests/policy_rest_tests.py to policy_rest_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests/swift_tests.py to swift_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests/vpnaas_tests.py to vpnaas_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/api_tests/config_rest_tests.py to config_rest_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/tests/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/tests/selenium_tests.py to selenium_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/tests/templates.py to templates.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/tests/error_pages.py to error_pages.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/tests/quotas.py to quotas.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/tests/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/tests/policy_backend.py to policy_backend.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_data/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_data/keystone_data.py to keystone_data.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_data/nova_data.py to nova_data.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_data/trove_data.py to trove_data.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_data/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_data/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_data/ceilometer_data.py to ceilometer_data.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_data/cinder_data.py to cinder_data.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_data/glance_data.py to glance_data.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_data/heat_data.py to heat_data.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_data/swift_data.py to swift_data.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_data/neutron_data.py to neutron_data.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_data/sahara_data.py to sahara_data.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_plugins/panel_tests.py to panel_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_plugins/panel_group_tests.py to panel_group_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_plugins/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_plugins/panel_config/_20_admin_remove_panel.py to _20_admin_remove_panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_plugins/panel_config/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_plugins/panel_config/_30_admin_default_panel.py to _30_admin_default_panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_plugins/panel_config/_10_admin_add_panel.py to _10_admin_add_panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_plugins/panel_group_config/_40_admin_add_panel_to_second_group.py to _40_admin_add_panel_to_second_group.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_plugins/panel_group_config/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_plugins/panel_group_config/_30_admin_add_second_panel_group.py to _30_admin_add_second_panel_group.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_plugins/panel_group_config/_20_admin_add_panel_to_group.py to _20_admin_add_panel_to_group.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_plugins/panel_group_config/_10_admin_add_panel_group.py to _10_admin_add_panel_group.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_panels/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_panels/plugin_panel/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_panels/plugin_panel/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_panels/plugin_panel/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_panels/plugin_panel/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_panels/second_panel/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_panels/second_panel/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_panels/second_panel/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/test_panels/second_panel/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/settings.py to settings.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/test/helpers.py to helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/django_pyscss_fix/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/compute/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/compute/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/compute/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/compute/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/compute/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/compute/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/compute/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/hypervisors/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metering/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metering/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metering/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metering/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metering/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metering/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metering/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metering/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/aggregates/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/aggregates/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/aggregates/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/aggregates/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/aggregates/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/aggregates/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/aggregates/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/aggregates/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/aggregates/workflows.py to workflows.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/images/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/images/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/images/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/images/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/images/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/images/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/images/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/instances/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/instances/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/instances/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/instances/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/instances/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/instances/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/instances/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/overview/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/overview/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/overview/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/overview/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/overview/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/subnets/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/subnets/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/subnets/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/subnets/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/subnets/workflows.py to workflows.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/agents/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/agents/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/agents/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/agents/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/ports/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/ports/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/ports/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/ports/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/ports/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/ports/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/networks/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/defaults/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/defaults/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/defaults/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/defaults/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/defaults/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/defaults/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/defaults/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/defaults/workflows.py to workflows.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/flavors/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/flavors/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/flavors/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/flavors/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/flavors/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/flavors/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/flavors/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/flavors/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/flavors/workflows.py to workflows.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metadata_defs/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metadata_defs/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metadata_defs/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metadata_defs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metadata_defs/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metadata_defs/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metadata_defs/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metadata_defs/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/metadata_defs/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers/ports/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers/ports/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers/ports/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers/ports/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers/ports/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/routers/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/dashboard.py to dashboard.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/extras/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/extras/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/extras/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/extras/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/extras/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/extras/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volume_types/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volumes/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volumes/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volumes/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volumes/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/volumes/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/snapshots/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/snapshots/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/snapshots/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/snapshots/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/snapshots/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/snapshots/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/volumes/snapshots/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/info/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/info/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/info/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/info/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/info/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/info/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/info/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/admin/info/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/dashboard.py to dashboard.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/theme_index/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/theme_index/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/theme_index/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/theme/theme_index/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/groups/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/groups/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/groups/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/groups/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/groups/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/groups/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/groups/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/groups/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/roles/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/roles/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/roles/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/roles/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/roles/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/roles/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/roles/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/projects/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/projects/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/projects/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/projects/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/projects/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/projects/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/projects/workflows.py to workflows.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/dashboard.py to dashboard.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/domains/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/domains/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/domains/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/domains/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/domains/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/domains/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/domains/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/domains/workflows.py to workflows.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/users/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/users/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/users/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/users/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/users/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/users/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/identity/users/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/user/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/user/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/user/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/user/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/user/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/user/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/password/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/password/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/password/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/password/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/password/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/password/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/settings/dashboard.py to dashboard.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/firewalls/workflows.py to workflows.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/loadbalancers/workflows.py to workflows.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/sro.py to sro.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/resource_types/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/resource_types/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/resource_types/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/resource_types/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/resource_types/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/resource_types/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/resource_types/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/mappings.py to mappings.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/stacks/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_image_registry/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_image_registry/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_image_registry/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_image_registry/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_image_registry/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_image_registry/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_image_registry/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_plugins/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_plugins/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_plugins/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_plugins/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_plugins/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_plugins/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_plugins/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters/workflows/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters/workflows/create.py to create.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters/workflows/scale.py to scale.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/clusters/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_executions/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_executions/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_executions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_executions/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_executions/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_executions/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_executions/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_sources/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_sources/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_sources/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_sources/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_sources/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_sources/workflows/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_sources/workflows/create.py to create.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_sources/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/data_sources/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_binaries/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_binaries/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_binaries/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_binaries/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_binaries/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_binaries/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_binaries/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/job_binaries/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/utils/anti_affinity.py to anti_affinity.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/utils/neutron_support.py to neutron_support.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/utils/helpers.py to helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/utils/workflow_helpers.py to workflow_helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs/workflows/launch.py to launch.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs/workflows/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs/workflows/create.py to create.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/jobs/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/workflows/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/workflows/create.py to create.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/workflows/copy.py to copy.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/nodegroup_templates/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates/workflows/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates/workflows/create.py to create.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates/workflows/copy.py to copy.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/cluster_templates/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/wizard/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/wizard/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/wizard/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/wizard/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/wizard/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/data_processing/wizard/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/instances/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/instances/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/ports/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/ports/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/routers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/network_topology/routers/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/keypairs/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/keypairs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/keypairs/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/keypairs/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/keypairs/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/keypairs/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/api_access/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/api_access/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/api_access/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/api_access/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/api_access/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/security_groups/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/security_groups/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/security_groups/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/security_groups/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/security_groups/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/security_groups/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/floating_ips/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/floating_ips/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/floating_ips/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/floating_ips/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/floating_ips/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/floating_ips/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/floating_ips/workflows.py to workflows.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/access_and_security/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/images/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/images/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/images/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/images/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/images/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/images/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/images/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/snapshots/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/snapshots/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/snapshots/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/snapshots/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/images/snapshots/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers/browsers.py to browsers.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/containers/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/vpn/workflows.py to workflows.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/audit_tables.py to audit_tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/console.py to console.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/workflows/create_instance.py to create_instance.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/workflows/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/workflows/update_instance.py to update_instance.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/workflows/resize_instance.py to resize_instance.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/instances/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/overview/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/overview/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/overview/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/overview/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/overview/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/subnets/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/subnets/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/subnets/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/subnets/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/subnets/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/subnets/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/subnets/workflows.py to workflows.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/ports/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/ports/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/ports/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/ports/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/ports/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/ports/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/networks/workflows.py to workflows.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/database_backups/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/database_backups/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/database_backups/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/database_backups/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/database_backups/workflows/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/database_backups/workflows/create_backup.py to create_backup.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/database_backups/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/database_backups/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/workflows/create_instance.py to create_instance.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/workflows/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/databases/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/extensions/routerrules/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/extensions/routerrules/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/extensions/routerrules/rulemanager.py to rulemanager.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/extensions/routerrules/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/extensions/routerrules/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/extensions/routerrules/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/extensions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/ports/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/ports/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/ports/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/ports/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/ports/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/ports/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/routers/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/dashboard.py to dashboard.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/test.py to test.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/backups/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/backups/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/backups/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/backups/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/backups/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/backups/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/backups/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/volumes/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/volumes/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/volumes/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/volumes/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/volumes/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/volumes/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/volumes/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/snapshots/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/snapshots/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/snapshots/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/snapshots/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/snapshots/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/snapshots/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/volumes/snapshots/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router/nexus1000v/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router/nexus1000v/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router/nexus1000v/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router/nexus1000v/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router/nexus1000v/tabs.py to tabs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router/nexus1000v/forms.py to forms.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router/nexus1000v/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/dashboards/router/dashboard.py to dashboard.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/static_settings.py to static_settings.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/usage/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/usage/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/usage/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/usage/quotas.py to quotas.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/usage/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/context_processors.py to context_processors.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/utils/metering.py to metering.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/utils/filters.py to filters.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/utils/settings.py to settings.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/enabled/_30_settings.py to _30_settings.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/enabled/_99_customization.py to _99_customization.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/enabled/_25_identity.py to _25_identity.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/enabled/_40_router.py to _40_router.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/enabled/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/enabled/_20_admin.py to _20_admin.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/enabled/_10_project.py to _10_project.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/hooks.py to hooks.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/management/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/management/commands/make_web_conf.py to make_web_conf.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/management/commands/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/management/commands/migrate_settings.py to migrate_settings.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/templatetags/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/templatetags/context_selection.py to context_selection.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/local/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/local/enabled/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/policy_backend.py to policy_backend.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/settings.py to settings.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/glance.py to glance.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/swift.py to swift.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/neutron.py to neutron.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/heat.py to heat.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/trove.py to trove.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/sahara.py to sahara.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/vpn.py to vpn.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/nova.py to nova.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/lbaas.py to lbaas.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/ceilometer.py to ceilometer.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/fwaas.py to fwaas.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/network_base.py to network_base.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/cinder.py to cinder.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/network.py to network.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/rest/glance.py to glance.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/rest/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/rest/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/rest/neutron.py to neutron.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/rest/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/rest/nova.py to nova.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/rest/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/rest/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/rest/cinder.py to cinder.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/rest/network.py to network.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/rest/keystone.py to keystone.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/api/keystone.py to keystone.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/openstack/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/openstack/common/_i18n.py to _i18n.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/openstack/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/openstack/common/log.py to log.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/openstack/common/fileutils.py to fileutils.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/openstack/common/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard/openstack/common/local.py to local.pyc writing byte-compilation script '/tmp/tmp1ZAryS.py' /usr/bin/python -O /tmp/tmp1ZAryS.py removing /tmp/tmp1ZAryS.py running install_egg_info running egg_info writing pbr to horizon.egg-info/pbr.json writing horizon.egg-info/PKG-INFO writing top-level names to horizon.egg-info/top_level.txt writing dependency_links to horizon.egg-info/dependency_links.txt [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution reading manifest template 'MANIFEST.in' warning: no files found matching '*.css' under directory 'doc' warning: no files found matching '*.js' under directory 'doc' warning: no files found matching '*.html' under directory 'doc' warning: no files found matching '*.conf' under directory 'doc' warning: no files found matching '*.jpg' under directory 'doc' warning: no files found matching '*.gif' under directory 'doc' warning: no files found matching '*.png' under directory 'doc' warning: no files found matching '*.css_t' under directory 'doc' warning: no files found matching '*.csv' under directory 'horizon' warning: no files found matching '*.template' under directory 'horizon' warning: no files found matching 'doc/source/_templates/.placeholder' warning: no files found matching 'requirements.txt' warning: no files found matching 'test-requirements.txt' writing manifest file 'horizon.egg-info/SOURCES.txt' Copying horizon.egg-info to /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/horizon-2015.1.4-py2.7.egg-info running install_scripts + install -m 0644 -D -p /builddir/build/SOURCES/openstack-dashboard-httpd-2.4.conf /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/etc/httpd/conf.d/openstack-dashboard.conf + install -d -m 755 /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/share/openstack-dashboard + install -d -m 755 /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/var/lib/openstack-dashboard + install -d -m 755 /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/etc/openstack-dashboard + mkdir -p /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/systemd/system/httpd.service.d/ + cp /builddir/build/SOURCES/python-django-horizon-systemd.conf /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/systemd/system/httpd.service.d/openstack-dashboard.conf + mv /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/share/openstack-dashboard + cp manage.py /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/share/openstack-dashboard + rm -rf /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_dashboard + find /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch -name django.po -exec rm '{}' ';' + find /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch -name djangojs.po -exec rm '{}' ';' + mv /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py.example /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/etc/openstack-dashboard/local_settings + ln -s ../../../../..//etc/openstack-dashboard/local_settings /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py + mv /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/share/openstack-dashboard/openstack_dashboard/conf/ceilometer_policy.json /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/share/openstack-dashboard/openstack_dashboard/conf/cinder_policy.json /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/share/openstack-dashboard/openstack_dashboard/conf/glance_policy.json /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/share/openstack-dashboard/openstack_dashboard/conf/heat_policy.json /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/share/openstack-dashboard/openstack_dashboard/conf/keystone_policy.json /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/share/openstack-dashboard/openstack_dashboard/conf/neutron_policy.json /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/share/openstack-dashboard/openstack_dashboard/conf/nova_policy.json /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/etc/openstack-dashboard + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch django --all-name + grep '\/usr\/share\/openstack-dashboard' django.lang + grep '\/site-packages\/horizon' django.lang + mkdir -p /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/share/openstack-dashboard/static + cp -a openstack_dashboard/static/dashboard openstack_dashboard/static/themes /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/share/openstack-dashboard/static + cp -a horizon/static/angular horizon/static/horizon /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/share/openstack-dashboard/static + cp -a static/angular static/bootstrap static/custom static/dashboard static/horizon static/scss static/themes /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/share/openstack-dashboard/static + mkdir -p /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/var/lib/openstack-dashboard + mkdir -p /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/var/log/horizon + mkdir -p /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/etc/logrotate.d + cp -a /builddir/build/SOURCES/python-django-horizon-logrotate.conf /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/etc/logrotate.d/openstack-dashboard + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/horizon-2015.1.4 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.1VRHtV + umask 022 + cd /builddir/build/BUILD + cd horizon-2015.1.4 + exit 0 Processing files: python-django-horizon-2015.1.4-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.NPU07K + umask 022 + cd /builddir/build/BUILD + cd horizon-2015.1.4 + DOCDIR=/builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/share/doc/python-django-horizon-2015.1.4 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/share/doc/python-django-horizon-2015.1.4 + cp -pr README.rst /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/share/doc/python-django-horizon-2015.1.4 + cp -pr openstack-dashboard-httpd-logging.conf /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/share/doc/python-django-horizon-2015.1.4 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.XWBWNA + umask 022 + cd /builddir/build/BUILD + cd horizon-2015.1.4 + LICENSEDIR=/builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/share/licenses/python-django-horizon-2015.1.4 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/share/licenses/python-django-horizon-2015.1.4 + cp -pr LICENSE /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/share/licenses/python-django-horizon-2015.1.4 + exit 0 Provides: django-horizon = 2015.1.4-1.el7 python-django-horizon = 2015.1.4-1.el7 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(postun): /bin/sh Requires: python(abi) = 2.7 Processing files: openstack-dashboard-2015.1.4-1.el7.noarch Provides: config(openstack-dashboard) = 2015.1.4-1.el7 openstack-dashboard = 2015.1.4-1.el7 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires: /usr/bin/env Processing files: python-django-horizon-doc-2015.1.4-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HUGSzH + umask 022 + cd /builddir/build/BUILD + cd horizon-2015.1.4 + DOCDIR=/builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/share/doc/python-django-horizon-doc-2015.1.4 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/share/doc/python-django-horizon-doc-2015.1.4 + cp -pr html /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch/usr/share/doc/python-django-horizon-doc-2015.1.4 + exit 0 Provides: python-django-horizon-doc = 2015.1.4-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: openstack-dashboard-theme-2015.1.4-1.el7.noarch Provides: openstack-dashboard-theme = 2015.1.4-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch Wrote: /builddir/build/RPMS/python-django-horizon-2015.1.4-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-dashboard-2015.1.4-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-django-horizon-doc-2015.1.4-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-dashboard-theme-2015.1.4-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xpZEEg + umask 022 + cd /builddir/build/BUILD + cd horizon-2015.1.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-django-horizon-2015.1.4-1.el7.noarch + exit 0 Child return code was: 0 LEAVE do -->