tuskar-ui-extras/tuskar_ui.egg-info/SOURCES.txt
2014-07-10 17:04:26 -04:00

197 lines
8.4 KiB
Plaintext

.mailmap
.pylintrc
HACKING.rst
LICENSE
MANIFEST.in
Makefile
README.rst
_10_admin.py.example
_20_project.py.example
_50_tuskar.py.example
local_settings.py.example
manage.py
requirements.txt
run_tests.sh
setup.cfg
setup.py
test-requirements.txt
tox.ini
.tx/config
bin/less/lessc
bin/lib/less/browser.js
bin/lib/less/colors.js
bin/lib/less/cssmin.js
bin/lib/less/functions.js
bin/lib/less/index.js
bin/lib/less/parser.js
bin/lib/less/rhino.js
bin/lib/less/tree.js
bin/lib/less/tree/alpha.js
bin/lib/less/tree/anonymous.js
bin/lib/less/tree/assignment.js
bin/lib/less/tree/call.js
bin/lib/less/tree/color.js
bin/lib/less/tree/comment.js
bin/lib/less/tree/condition.js
bin/lib/less/tree/dimension.js
bin/lib/less/tree/directive.js
bin/lib/less/tree/element.js
bin/lib/less/tree/expression.js
bin/lib/less/tree/import.js
bin/lib/less/tree/javascript.js
bin/lib/less/tree/keyword.js
bin/lib/less/tree/media.js
bin/lib/less/tree/mixin.js
bin/lib/less/tree/operation.js
bin/lib/less/tree/paren.js
bin/lib/less/tree/quoted.js
bin/lib/less/tree/rule.js
bin/lib/less/tree/ruleset.js
bin/lib/less/tree/selector.js
bin/lib/less/tree/url.js
bin/lib/less/tree/value.js
bin/lib/less/tree/variable.js
doc/Makefile
doc/make.bat
doc/source/HACKING.rst
doc/source/README.rst
doc/source/conf.py
doc/source/devstack_baremetal.rst
doc/source/index.rst
doc/source/install.rst
tools/install_venv.py
tools/with_venv.sh
tuskar_ui/__init__.py
tuskar_ui/cached_property.py
tuskar_ui/exceptions.py
tuskar_ui/forms.py
tuskar_ui/handle_errors.py
tuskar_ui/tables.py
tuskar_ui/utils.py
tuskar_ui/workflows.py
tuskar_ui.egg-info/PKG-INFO
tuskar_ui.egg-info/SOURCES.txt
tuskar_ui.egg-info/dependency_links.txt
tuskar_ui.egg-info/not-zip-safe
tuskar_ui.egg-info/requires.txt
tuskar_ui.egg-info/top_level.txt
tuskar_ui/api/__init__.py
tuskar_ui/api/flavor.py
tuskar_ui/api/heat.py
tuskar_ui/api/node.py
tuskar_ui/api/tuskar.py
tuskar_ui/infrastructure/__init__.py
tuskar_ui/infrastructure/dashboard.py
tuskar_ui/infrastructure/flavors/__init__.py
tuskar_ui/infrastructure/flavors/panel.py
tuskar_ui/infrastructure/flavors/tables.py
tuskar_ui/infrastructure/flavors/tabs.py
tuskar_ui/infrastructure/flavors/tests.py
tuskar_ui/infrastructure/flavors/urls.py
tuskar_ui/infrastructure/flavors/views.py
tuskar_ui/infrastructure/flavors/workflows.py
tuskar_ui/infrastructure/flavors/templates/flavors/create.html
tuskar_ui/infrastructure/flavors/templates/flavors/details.html
tuskar_ui/infrastructure/flavors/templates/flavors/index.html
tuskar_ui/infrastructure/nodes/__init__.py
tuskar_ui/infrastructure/nodes/forms.py
tuskar_ui/infrastructure/nodes/panel.py
tuskar_ui/infrastructure/nodes/tables.py
tuskar_ui/infrastructure/nodes/tabs.py
tuskar_ui/infrastructure/nodes/tests.py
tuskar_ui/infrastructure/nodes/urls.py
tuskar_ui/infrastructure/nodes/views.py
tuskar_ui/infrastructure/nodes/templates/nodes/_nodes_formset_field.html
tuskar_ui/infrastructure/nodes/templates/nodes/_nodes_formset_form.html
tuskar_ui/infrastructure/nodes/templates/nodes/_overview.html
tuskar_ui/infrastructure/nodes/templates/nodes/_register.html
tuskar_ui/infrastructure/nodes/templates/nodes/details.html
tuskar_ui/infrastructure/nodes/templates/nodes/index.html
tuskar_ui/infrastructure/nodes/templates/nodes/register.html
tuskar_ui/infrastructure/overcloud/__init__.py
tuskar_ui/infrastructure/overcloud/forms.py
tuskar_ui/infrastructure/overcloud/panel.py
tuskar_ui/infrastructure/overcloud/tables.py
tuskar_ui/infrastructure/overcloud/tabs.py
tuskar_ui/infrastructure/overcloud/tests.py
tuskar_ui/infrastructure/overcloud/urls.py
tuskar_ui/infrastructure/overcloud/views.py
tuskar_ui/infrastructure/overcloud/templates/overcloud/_detail_overview.html
tuskar_ui/infrastructure/overcloud/templates/overcloud/_role_edit.html
tuskar_ui/infrastructure/overcloud/templates/overcloud/_undeploy_confirmation.html
tuskar_ui/infrastructure/overcloud/templates/overcloud/_undeploy_in_progress.html
tuskar_ui/infrastructure/overcloud/templates/overcloud/detail.html
tuskar_ui/infrastructure/overcloud/templates/overcloud/node_counts.html
tuskar_ui/infrastructure/overcloud/templates/overcloud/overcloud_role.html
tuskar_ui/infrastructure/overcloud/templates/overcloud/role_edit.html
tuskar_ui/infrastructure/overcloud/templates/overcloud/scale_node_counts.html
tuskar_ui/infrastructure/overcloud/templates/overcloud/undeploy_confirmation.html
tuskar_ui/infrastructure/overcloud/templates/overcloud/undeployed_configuration.html
tuskar_ui/infrastructure/overcloud/templates/overcloud/undeployed_overview.html
tuskar_ui/infrastructure/overcloud/workflows/__init__.py
tuskar_ui/infrastructure/overcloud/workflows/scale.py
tuskar_ui/infrastructure/overcloud/workflows/scale_node_counts.py
tuskar_ui/infrastructure/overcloud/workflows/undeployed.py
tuskar_ui/infrastructure/overcloud/workflows/undeployed_configuration.py
tuskar_ui/infrastructure/overcloud/workflows/undeployed_overview.py
tuskar_ui/infrastructure/static/bootstrap/less/variables.less
tuskar_ui/infrastructure/static/infrastructure/angular_templates/numberpicker.html
tuskar_ui/infrastructure/static/infrastructure/js/horizon.capacity.js
tuskar_ui/infrastructure/static/infrastructure/js/horizon.d3circleschart.js
tuskar_ui/infrastructure/static/infrastructure/js/horizon.d3singlebarchart.js
tuskar_ui/infrastructure/static/infrastructure/js/tuskar.formset_table.js
tuskar_ui/infrastructure/static/infrastructure/js/tuskar.js
tuskar_ui/infrastructure/static/infrastructure/js/tuskar.menu_formset.js
tuskar_ui/infrastructure/static/infrastructure/js/tuskar.templates.js
tuskar_ui/infrastructure/static/infrastructure/js/angular/horizon.number_picker.js
tuskar_ui/infrastructure/static/infrastructure/less/bootstrap.less
tuskar_ui/infrastructure/static/infrastructure/less/breadcrumbs.less
tuskar_ui/infrastructure/static/infrastructure/less/buttons.less
tuskar_ui/infrastructure/static/infrastructure/less/capacities.less
tuskar_ui/infrastructure/static/infrastructure/less/flavor_usages.less
tuskar_ui/infrastructure/static/infrastructure/less/formsets.less
tuskar_ui/infrastructure/static/infrastructure/less/horizon_upgrades.less
tuskar_ui/infrastructure/static/infrastructure/less/individual_pages.less
tuskar_ui/infrastructure/static/infrastructure/less/infrastructure.less
tuskar_ui/infrastructure/static/infrastructure/less/numberpicker.less
tuskar_ui/infrastructure/static/infrastructure/less/tables.less
tuskar_ui/infrastructure/static/infrastructure/tests/formset_table.js
tuskar_ui/infrastructure/templates/client_side/_modal_chart.html
tuskar_ui/infrastructure/templates/client_side/templates.html
tuskar_ui/infrastructure/templates/formset_table/_row.html
tuskar_ui/infrastructure/templates/formset_table/_table.html
tuskar_ui/infrastructure/templates/formset_table/menu_formset.html
tuskar_ui/infrastructure/templates/horizon/common/_form_errors.html
tuskar_ui/infrastructure/templates/horizon/common/_form_field.html
tuskar_ui/infrastructure/templates/horizon/common/_form_fields.html
tuskar_ui/infrastructure/templates/horizon/common/_horizontal_field.html
tuskar_ui/infrastructure/templates/horizon/common/_horizontal_fields.html
tuskar_ui/infrastructure/templates/horizon/common/_items_count_domain_page_header.html
tuskar_ui/infrastructure/templates/horizon/common/_items_count_tab_group.html
tuskar_ui/infrastructure/templates/infrastructure/_fullscreen_workflow.html
tuskar_ui/infrastructure/templates/infrastructure/_fullscreen_workflow_base.html
tuskar_ui/infrastructure/templates/infrastructure/_performance_chart.html
tuskar_ui/infrastructure/templates/infrastructure/_scripts.html
tuskar_ui/infrastructure/templates/infrastructure/_workflow_base.html
tuskar_ui/infrastructure/templates/infrastructure/base.html
tuskar_ui/infrastructure/templates/infrastructure/base_detail.html
tuskar_ui/infrastructure/templates/infrastructure/qunit.html
tuskar_ui/infrastructure/templatetags/__init__.py
tuskar_ui/infrastructure/templatetags/chart_helpers.py
tuskar_ui/test/__init__.py
tuskar_ui/test/formset_table_tests.py
tuskar_ui/test/helpers.py
tuskar_ui/test/selenium.py
tuskar_ui/test/settings.py
tuskar_ui/test/urls.py
tuskar_ui/test/api_tests/__init__.py
tuskar_ui/test/api_tests/heat_tests.py
tuskar_ui/test/api_tests/node_tests.py
tuskar_ui/test/api_tests/tuskar_tests.py
tuskar_ui/test/test_data/__init__.py
tuskar_ui/test/test_data/exceptions.py
tuskar_ui/test/test_data/flavor_data.py
tuskar_ui/test/test_data/heat_data.py
tuskar_ui/test/test_data/node_data.py
tuskar_ui/test/test_data/tuskar_data.py
tuskar_ui/test/test_data/utils.py