magnum-ui 11.0.0__tar.gz → 12.0.0.0rc1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/.zuul.yaml +1 -1
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/AUTHORS +2 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/ChangeLog +12 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/PKG-INFO +1 -1
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/content/cluster_templates/urls.py +5 -4
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/content/clusters/urls.py +4 -4
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/content/container_infra/quotas/urls.py +4 -4
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/locale/en_GB/LC_MESSAGES/djangojs.po +8 -4
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/locale/ru/LC_MESSAGES/djangojs.po +1 -4
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui.egg-info/PKG-INFO +1 -1
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui.egg-info/SOURCES.txt +1 -2
- magnum-ui-12.0.0.0rc1/magnum_ui.egg-info/pbr.json +1 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/source/index.rst +1 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +28 -2
- magnum-ui-12.0.0.0rc1/releasenotes/source/zed.rst +6 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/setup.cfg +3 -3
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/tools/install_venv.py +0 -1
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/tools/install_venv_common.py +0 -4
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/tox.ini +10 -7
- magnum-ui-11.0.0/magnum_ui/locale/zh_Hans/LC_MESSAGES/django.po +0 -32
- magnum-ui-11.0.0/magnum_ui/locale/zh_Hans/LC_MESSAGES/djangojs.po +0 -596
- magnum-ui-11.0.0/magnum_ui.egg-info/pbr.json +0 -1
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/.eslintrc +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/CONTRIBUTING.rst +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/LICENSE +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/README.rst +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/babel-django.cfg +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/babel-djangojs.cfg +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/bindep.txt +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/devstack/plugin.sh +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/devstack/settings +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/doc/Makefile +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/doc/requirements.txt +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/doc/source/conf.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/doc/source/configuration/index.rst +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/doc/source/contributor/api.rst +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/doc/source/contributor/index.rst +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/doc/source/index.rst +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/doc/source/install/index.rst +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/__init__.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/api/__init__.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/api/heat.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/api/magnum.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/api/rest/__init__.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/api/rest/magnum.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/content/__init__.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/content/cluster_templates/__init__.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/content/cluster_templates/panel.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/content/cluster_templates/tests.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/content/clusters/__init__.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/content/clusters/panel.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/content/clusters/tests.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/content/container_infra/__init__.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/content/container_infra/quotas/__init__.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/content/container_infra/quotas/panel.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/enabled/_1370_project_container_infra_panel_group.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/enabled/_1371_project_container_infra_clusters_panel.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/enabled/_1372_project_container_infra_cluster_templates_panel.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/enabled/_2370_admin_container_infra_panel_group.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/enabled/_2371_admin_container_infra_quotas_panel.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/enabled/__init__.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/karma.conf.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/locale/cs/LC_MESSAGES/django.po +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/locale/cs/LC_MESSAGES/djangojs.po +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/locale/de/LC_MESSAGES/django.po +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/locale/de/LC_MESSAGES/djangojs.po +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/locale/en_AU/LC_MESSAGES/djangojs.po +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/locale/en_GB/LC_MESSAGES/django.po +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/locale/fr/LC_MESSAGES/django.po +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/locale/fr/LC_MESSAGES/djangojs.po +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/locale/id/LC_MESSAGES/django.po +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/locale/id/LC_MESSAGES/djangojs.po +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/locale/ja/LC_MESSAGES/django.po +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/locale/ja/LC_MESSAGES/djangojs.po +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/locale/ko_KR/LC_MESSAGES/django.po +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/locale/ko_KR/LC_MESSAGES/djangojs.po +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/locale/pt_BR/LC_MESSAGES/django.po +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/locale/pt_BR/LC_MESSAGES/djangojs.po +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/locale/ru/LC_MESSAGES/django.po +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/locale/tr_TR/LC_MESSAGES/django.po +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/locale/tr_TR/LC_MESSAGES/djangojs.po +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/actions.module.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/actions.module.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.module.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.module.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.service.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.service.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/create/create.service.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/create/create.service.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/delete/delete.service.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/delete/delete.service.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/details/details.module.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/details/drawer.controller.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/details/drawer.controller.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/details/drawer.html +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/details/overview.controller.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/details/overview.controller.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/details/overview.html +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/panel.html +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/update/update.service.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/update/update.service.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/info.help.html +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/labels.help.html +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/network.help.html +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/spec.help.html +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/workflow.service.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/workflow.service.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/actions.module.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/actions.module.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/cluster-stats.controller.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/cluster-stats.controller.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/clusters.module.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/clusters.module.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/clusters.scss +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/clusters.service.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/clusters.service.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/create/create.service.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/create/create.service.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/delete/delete.service.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/delete/delete.service.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/details/details.module.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/details/drawer.controller.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/details/drawer.controller.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/details/drawer.html +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/details/overview.controller.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/details/overview.controller.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/details/overview.html +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/panel.html +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/resize/resize.service.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/resize/resize.service.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/rolling-upgrade/upgrade.service.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/rolling-upgrade/upgrade.service.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/rotate-certificate/rotate-certificate.service.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/rotate-certificate/rotate-certificate.service.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/show-certificate/show-certificate.service.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/show-certificate/show-certificate.service.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/sign-certificate/sign-certificate-modal.controller.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/sign-certificate/sign-certificate-modal.html +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/sign-certificate/sign-certificate-model.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/sign-certificate/sign-certificate-model.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/sign-certificate/sign-certificate.service.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/sign-certificate/sign-certificate.service.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/workflow/advanced.help.html +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/workflow/cluster-template.controller.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/workflow/cluster-template.controller.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/workflow/cluster-template.html +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/workflow/details.help.html +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/workflow/management.help.html +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/workflow/network.help.html +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/workflow/size.help.html +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/workflow/workflow.service.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/workflow/workflow.service.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/container-infra.module.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/container-infra.module.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/container-infra.scss +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/magnum.service.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/magnum.service.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/quotas/actions.module.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/quotas/actions.module.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/quotas/create/create.service.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/quotas/create/create.service.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/quotas/delete/delete.service.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/quotas/delete/delete.service.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/quotas/panel.html +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/quotas/quotas.module.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/quotas/quotas.module.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/quotas/quotas.service.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/quotas/quotas.service.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/quotas/update/update.service.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/quotas/update/update.service.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/quotas/workflow/workflow.service.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/quotas/workflow/workflow.service.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/utils.service.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/utils.service.spec.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/test/__init__.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/test/api_tests/__init__.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/test/api_tests/test_rest_api.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/test/helpers.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/test/integration_tests/__init__.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/test/settings.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/test/test_data.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui/version.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui.egg-info/dependency_links.txt +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui.egg-info/not-zip-safe +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui.egg-info/requires.txt +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/magnum_ui.egg-info/top_level.txt +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/manage.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/package.json +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/notes/add-fedora-coreos-7882a33d801371fe.yaml +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/notes/add-reno-7d46796dbf41c247.yaml +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/notes/bugfix-cluster-template-hidden-arg-38909eaa92bd8d56.yaml +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/notes/bugfix-set-floating_ip_enabled-default_in-cluster-template-true-ce06118f0e6064ba.yaml +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/notes/improve-cluster-launch-dfc514b51cfa7f0e.yaml +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/notes/newton-dac21adfe6c6b8ee.yaml +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/notes/ocata-b08d6b024c63296b.yaml +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/notes/ocata-summary-a717111a782c7a68.yaml +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/notes/pike-b1af664f1033a131.yaml +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/notes/queens-f99244e9db54ccf3.yaml +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/notes/resize-actions-1436a2a0dccbd13b.yaml +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/notes/rocky-56165675d959b593.yaml +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/notes/show-health-status-ff92b2fe2bfad5ae.yaml +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/notes/stein-a6adf485dbbbbd1a.yaml +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/notes/update-actions-02db7b9f8e5d36b6.yaml +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/notes/upgrade-actions-adf2f749ec0cc817.yaml +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/source/conf.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/source/locale/de/LC_MESSAGES/releasenotes.po +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/source/locale/fr/LC_MESSAGES/releasenotes.po +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/source/locale/id/LC_MESSAGES/releasenotes.po +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/source/locale/ja/LC_MESSAGES/releasenotes.po +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/source/locale/ko_KR/LC_MESSAGES/releasenotes.po +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/source/locale/pt_BR/LC_MESSAGES/releasenotes.po +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/source/locale/ru/LC_MESSAGES/releasenotes.po +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/source/locale/zh_CN/LC_MESSAGES/releasenotes.po +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/source/newton.rst +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/source/ocata.rst +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/source/pike.rst +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/source/queens.rst +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/source/rocky.rst +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/source/stein.rst +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/source/train.rst +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/source/unreleased.rst +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/source/ussuri.rst +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/source/victoria.rst +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/source/wallaby.rst +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/source/xena.rst +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/releasenotes/source/yoga.rst +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/requirements.txt +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/setup.py +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/test-requirements.txt +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/test-shim.js +0 -0
- {magnum-ui-11.0.0 → magnum-ui-12.0.0.0rc1}/tools/with_venv.sh +0 -0
@@ -59,9 +59,11 @@ qingszhao <zhao.daqing@99cloud.net>
|
|
59
59
|
ricolin <rico.lin@easystack.cn>
|
60
60
|
shangxiaobj <shangxiaobj@inspur.com>
|
61
61
|
shu-mutou <shu-mutou@rf.jp.nec.com>
|
62
|
+
songwenping <songwenping@inspur.com>
|
62
63
|
ting.wang <ting.wang@easystack.cn>
|
63
64
|
wangqi <wang.qi@99cloud.net>
|
64
65
|
wangqiangbj <wangqiangbj@inspur.com>
|
66
|
+
wu.shiming <wushiming@yovole.com>
|
65
67
|
xiangxinyong <xiangxinyong@huawei.com>
|
66
68
|
xiaojueguan <xiaojueguan@gmail.com>
|
67
69
|
yangle <yangle@fiberhome.com>
|
@@ -1,12 +1,23 @@
|
|
1
1
|
CHANGES
|
2
2
|
=======
|
3
3
|
|
4
|
+
12.0.0.0rc1
|
5
|
+
-----------
|
6
|
+
|
7
|
+
* Fix tox
|
8
|
+
* Imported Translations from Zanata
|
9
|
+
* Switch to 2023.1 Python3 unit tests and generic template name
|
10
|
+
* Update master for stable/zed
|
11
|
+
* Imported Translations from Zanata
|
12
|
+
|
4
13
|
11.0.0
|
5
14
|
------
|
6
15
|
|
16
|
+
* setup.cfg: Replace dashes by underscores
|
7
17
|
* Migrate to AngularJS v1.8.2
|
8
18
|
* Use Horizon project template for nodejs jobs
|
9
19
|
* Drop lower-constraints.txt and its testing
|
20
|
+
* Address RemovedInDjango40Warning
|
10
21
|
* Fixed Unit test for magnum-ui
|
11
22
|
* Add Python3 zed unit tests
|
12
23
|
* Update master for stable/yoga
|
@@ -15,6 +26,7 @@ CHANGES
|
|
15
26
|
------
|
16
27
|
|
17
28
|
* Updating python testing classifier as per Yoga testing runtime
|
29
|
+
* Remove references to sys.version\_info
|
18
30
|
* Add Python3 yoga unit tests
|
19
31
|
* Update master for stable/xena
|
20
32
|
|
@@ -12,7 +12,7 @@
|
|
12
12
|
# License for the specific language governing permissions and limitations
|
13
13
|
# under the License.
|
14
14
|
|
15
|
-
from django.
|
15
|
+
from django.urls import re_path
|
16
16
|
from django.utils.translation import ugettext_lazy as _
|
17
17
|
from horizon.browsers import views
|
18
18
|
from magnum_ui.content.cluster_templates import panel
|
@@ -21,7 +21,8 @@ from magnum_ui.content.cluster_templates import panel
|
|
21
21
|
title = _("Container Infra - Cluster Templates")
|
22
22
|
page_title = panel.ClusterTemplates.name
|
23
23
|
urlpatterns = [
|
24
|
-
|
25
|
-
|
26
|
-
|
24
|
+
re_path(r'^$',
|
25
|
+
views.AngularIndexView.as_view(title=title,
|
26
|
+
page_title=page_title),
|
27
|
+
name='index'),
|
27
28
|
]
|
@@ -12,7 +12,7 @@
|
|
12
12
|
# License for the specific language governing permissions and limitations
|
13
13
|
# under the License.
|
14
14
|
|
15
|
-
from django.
|
15
|
+
from django.urls import re_path
|
16
16
|
from django.utils.translation import ugettext_lazy as _
|
17
17
|
from horizon.browsers import views
|
18
18
|
from magnum_ui.content.clusters import panel
|
@@ -21,7 +21,7 @@ from magnum_ui.content.clusters import panel
|
|
21
21
|
title = _("Container Infra - Clusters")
|
22
22
|
page_title = panel.Clusters.name
|
23
23
|
urlpatterns = [
|
24
|
-
|
25
|
-
|
26
|
-
|
24
|
+
re_path(r'^$', views.AngularIndexView.as_view(
|
25
|
+
title=title, page_title=page_title),
|
26
|
+
name='index'),
|
27
27
|
]
|
@@ -10,7 +10,7 @@
|
|
10
10
|
# License for the specific language governing permissions and limitations
|
11
11
|
# under the License.
|
12
12
|
|
13
|
-
from django.
|
13
|
+
from django.urls import re_path
|
14
14
|
from django.utils.translation import ugettext_lazy as _
|
15
15
|
|
16
16
|
from horizon.browsers import views
|
@@ -20,7 +20,7 @@ from magnum_ui.content.container_infra.quotas import panel
|
|
20
20
|
title = _("Container Infra - Quotas")
|
21
21
|
page_title = panel.Quotas.name
|
22
22
|
urlpatterns = [
|
23
|
-
|
24
|
-
|
25
|
-
|
23
|
+
re_path(r'^$', views.AngularIndexView.as_view(
|
24
|
+
title=title, page_title=page_title),
|
25
|
+
name='index'),
|
26
26
|
]
|
@@ -4,15 +4,16 @@
|
|
4
4
|
# Andi Chandler <andi@gowling.com>, 2018. #zanata
|
5
5
|
# Andi Chandler <andi@gowling.com>, 2019. #zanata
|
6
6
|
# Andi Chandler <andi@gowling.com>, 2020. #zanata
|
7
|
+
# Andi Chandler <andi@gowling.com>, 2022. #zanata
|
7
8
|
msgid ""
|
8
9
|
msgstr ""
|
9
10
|
"Project-Id-Version: magnum-ui VERSION\n"
|
10
11
|
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
|
11
|
-
"POT-Creation-Date:
|
12
|
+
"POT-Creation-Date: 2022-09-01 09:56+0000\n"
|
12
13
|
"MIME-Version: 1.0\n"
|
13
14
|
"Content-Type: text/plain; charset=UTF-8\n"
|
14
15
|
"Content-Transfer-Encoding: 8bit\n"
|
15
|
-
"PO-Revision-Date:
|
16
|
+
"PO-Revision-Date: 2022-05-25 09:19+0000\n"
|
16
17
|
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
|
17
18
|
"Language-Team: English (United Kingdom)\n"
|
18
19
|
"Language: en_GB\n"
|
@@ -650,6 +651,9 @@ msgstr "Number of Worker Nodes"
|
|
650
651
|
msgid "Overlay"
|
651
652
|
msgstr "Overlay"
|
652
653
|
|
654
|
+
msgid "Overlay2"
|
655
|
+
msgstr "Overlay2"
|
656
|
+
|
653
657
|
msgid ""
|
654
658
|
"Overriding labels already defined by the cluster template or workflow might "
|
655
659
|
"result in unpredictable behaviour."
|
@@ -1025,8 +1029,8 @@ msgstr "You are not allowed to delete quotas: %s"
|
|
1025
1029
|
msgid "You cannot auto-scale to less than a single Worker Node."
|
1026
1030
|
msgstr "You cannot auto-scale to less than a single Worker Node."
|
1027
1031
|
|
1028
|
-
msgid "You cannot resize to
|
1029
|
-
msgstr "You cannot resize to
|
1032
|
+
msgid "You cannot resize to fewer than zero worker nodes."
|
1033
|
+
msgstr "You cannot resize to fewer than zero worker nodes."
|
1030
1034
|
|
1031
1035
|
#, python-format
|
1032
1036
|
msgid ""
|
@@ -8,7 +8,7 @@ msgid ""
|
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: magnum-ui VERSION\n"
|
10
10
|
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
|
11
|
-
"POT-Creation-Date:
|
11
|
+
"POT-Creation-Date: 2022-09-01 09:56+0000\n"
|
12
12
|
"MIME-Version: 1.0\n"
|
13
13
|
"Content-Type: text/plain; charset=UTF-8\n"
|
14
14
|
"Content-Transfer-Encoding: 8bit\n"
|
@@ -924,9 +924,6 @@ msgstr "Вам не разрешено удалять квоты: %s"
|
|
924
924
|
msgid "You cannot auto-scale to less than a single Worker Node."
|
925
925
|
msgstr "Вы не можете авто-масштабироваться менее, чем до одного рабочего узла"
|
926
926
|
|
927
|
-
msgid "You cannot resize to less than a single Worker Node."
|
928
|
-
msgstr "Вы не можете изменить размер до менее чем на одной рабочей ноды. "
|
929
|
-
|
930
927
|
#, python-format
|
931
928
|
msgid ""
|
932
929
|
"You have selected \"%s\". Please confirm your selection. Deleted cluster is "
|
@@ -81,8 +81,6 @@ magnum_ui/locale/ru/LC_MESSAGES/django.po
|
|
81
81
|
magnum_ui/locale/ru/LC_MESSAGES/djangojs.po
|
82
82
|
magnum_ui/locale/tr_TR/LC_MESSAGES/django.po
|
83
83
|
magnum_ui/locale/tr_TR/LC_MESSAGES/djangojs.po
|
84
|
-
magnum_ui/locale/zh_Hans/LC_MESSAGES/django.po
|
85
|
-
magnum_ui/locale/zh_Hans/LC_MESSAGES/djangojs.po
|
86
84
|
magnum_ui/static/dashboard/container-infra/container-infra.module.js
|
87
85
|
magnum_ui/static/dashboard/container-infra/container-infra.module.spec.js
|
88
86
|
magnum_ui/static/dashboard/container-infra/container-infra.scss
|
@@ -214,6 +212,7 @@ releasenotes/source/victoria.rst
|
|
214
212
|
releasenotes/source/wallaby.rst
|
215
213
|
releasenotes/source/xena.rst
|
216
214
|
releasenotes/source/yoga.rst
|
215
|
+
releasenotes/source/zed.rst
|
217
216
|
releasenotes/source/locale/de/LC_MESSAGES/releasenotes.po
|
218
217
|
releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
|
219
218
|
releasenotes/source/locale/fr/LC_MESSAGES/releasenotes.po
|
@@ -0,0 +1 @@
|
|
1
|
+
{"git_version": "452ca7d", "is_release": true}
|
@@ -2,15 +2,16 @@
|
|
2
2
|
# Andi Chandler <andi@gowling.com>, 2018. #zanata
|
3
3
|
# Andi Chandler <andi@gowling.com>, 2019. #zanata
|
4
4
|
# Andi Chandler <andi@gowling.com>, 2020. #zanata
|
5
|
+
# Andi Chandler <andi@gowling.com>, 2022. #zanata
|
5
6
|
msgid ""
|
6
7
|
msgstr ""
|
7
8
|
"Project-Id-Version: Magnum UI Release Notes\n"
|
8
9
|
"Report-Msgid-Bugs-To: \n"
|
9
|
-
"POT-Creation-Date:
|
10
|
+
"POT-Creation-Date: 2022-09-17 07:13+0000\n"
|
10
11
|
"MIME-Version: 1.0\n"
|
11
12
|
"Content-Type: text/plain; charset=UTF-8\n"
|
12
13
|
"Content-Transfer-Encoding: 8bit\n"
|
13
|
-
"PO-Revision-Date:
|
14
|
+
"PO-Revision-Date: 2022-09-24 01:14+0000\n"
|
14
15
|
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
|
15
16
|
"Language-Team: English (United Kingdom)\n"
|
16
17
|
"Language: en_GB\n"
|
@@ -56,6 +57,12 @@ msgstr "5.3.0"
|
|
56
57
|
msgid "6.0.0"
|
57
58
|
msgstr "6.0.0"
|
58
59
|
|
60
|
+
msgid "7.0.0"
|
61
|
+
msgstr "7.0.0"
|
62
|
+
|
63
|
+
msgid "9.0.0"
|
64
|
+
msgstr "9.0.0"
|
65
|
+
|
59
66
|
msgid "API address"
|
60
67
|
msgstr "API address"
|
61
68
|
|
@@ -311,6 +318,13 @@ msgstr ""
|
|
311
318
|
"Service is renamed from 'container' to 'container-infra'. Renaming targets "
|
312
319
|
"are URLs, Angular module name, slugs for panel, etc."
|
313
320
|
|
321
|
+
msgid ""
|
322
|
+
"Setting the `floating_ip_enabled` check box in the cluster_template creation "
|
323
|
+
"form to true by default, so as to match with the default in the backend."
|
324
|
+
msgstr ""
|
325
|
+
"Setting the `floating_ip_enabled` check box in the cluster_template creation "
|
326
|
+
"form to true by default, so as to match with the default in the backend."
|
327
|
+
|
314
328
|
msgid ""
|
315
329
|
"Show health status on cluster list table and show health status and health "
|
316
330
|
"status reason on the cluster details page."
|
@@ -427,6 +441,9 @@ msgstr "Ussuri Series Release Notes"
|
|
427
441
|
msgid "Victoria Series Release Notes"
|
428
442
|
msgstr "Victoria Series Release Notes"
|
429
443
|
|
444
|
+
msgid "Wallaby Series Release Notes"
|
445
|
+
msgstr "Wallaby Series Release Notes"
|
446
|
+
|
430
447
|
msgid ""
|
431
448
|
"We removed the Xstatic packages from requirements, as those are not needed "
|
432
449
|
"anymore. Horizon includes what it needs."
|
@@ -434,6 +451,15 @@ msgstr ""
|
|
434
451
|
"We removed the Xstatic packages from requirements, as those are not needed "
|
435
452
|
"any more. Horizon includes what it needs."
|
436
453
|
|
454
|
+
msgid "Xena Series Release Notes"
|
455
|
+
msgstr "Xena Series Release Notes"
|
456
|
+
|
457
|
+
msgid "Yoga Series Release Notes"
|
458
|
+
msgstr "Yoga Series Release Notes"
|
459
|
+
|
460
|
+
msgid "Zed Series Release Notes"
|
461
|
+
msgstr "Zed Series Release Notes"
|
462
|
+
|
437
463
|
msgid ""
|
438
464
|
"[`blueprint add-ca-rotate <https://blueprints.launchpad.net/magnum-ui/+spec/"
|
439
465
|
"add-ca-rotate>`_] Support rotate certificates. This adds \"Rotate Certificate"
|
@@ -1,11 +1,11 @@
|
|
1
1
|
[metadata]
|
2
2
|
name = magnum-ui
|
3
3
|
summary = Magnum User Interface
|
4
|
-
|
4
|
+
description_file =
|
5
5
|
README.rst
|
6
6
|
author = OpenStack
|
7
|
-
|
8
|
-
|
7
|
+
author_email = openstack-discuss@lists.openstack.org
|
8
|
+
home_page = https://docs.openstack.org/developer/magnum-ui/
|
9
9
|
classifier =
|
10
10
|
Environment :: OpenStack
|
11
11
|
Intended Audience :: Information Technology
|
@@ -61,7 +61,6 @@ def main(argv):
|
|
61
61
|
install = install_venv.InstallVenv(root, venv, pip_requires, test_requires,
|
62
62
|
py_version, project)
|
63
63
|
options = install.parse_args(argv)
|
64
|
-
install.check_python_version()
|
65
64
|
install.check_dependencies()
|
66
65
|
install.create_virtualenv(no_site_packages=options.no_site_packages)
|
67
66
|
install.install_dependencies()
|
@@ -44,10 +44,6 @@ class InstallVenv(object):
|
|
44
44
|
print(message % args, file=sys.stderr)
|
45
45
|
sys.exit(1)
|
46
46
|
|
47
|
-
def check_python_version(self):
|
48
|
-
if sys.version_info < (2, 6):
|
49
|
-
self.die("Need Python Version >= 2.6")
|
50
|
-
|
51
47
|
def run_command_with_code(self, cmd, redirect_output=True,
|
52
48
|
check_exit_code=True):
|
53
49
|
"""Runs a command in an out-of-process shell.
|
@@ -1,7 +1,8 @@
|
|
1
1
|
[tox]
|
2
2
|
envlist = pep8,eslint,karma-local,docs-local,releasenotes
|
3
|
-
minversion =
|
3
|
+
minversion = 3.18
|
4
4
|
skipsdist = True
|
5
|
+
ignore_basepython_conflict=true
|
5
6
|
|
6
7
|
[testenv]
|
7
8
|
basepython = python3
|
@@ -55,7 +56,7 @@ commands =
|
|
55
56
|
{[testenv]commands}
|
56
57
|
|
57
58
|
[testenv:eslint]
|
58
|
-
|
59
|
+
allowlist_externals =
|
59
60
|
npm
|
60
61
|
commands =
|
61
62
|
npm install
|
@@ -65,15 +66,15 @@ commands =
|
|
65
66
|
# from master branch into karma environment with python3.x for testing javascripts.
|
66
67
|
# Horizon from master is needed to be cloned into ../horizon on both local and CI.
|
67
68
|
[testenv:karma]
|
68
|
-
|
69
|
-
{[testenv:eslint]
|
69
|
+
allowlist_externals =
|
70
|
+
{[testenv:eslint]allowlist_externals}
|
70
71
|
commands =
|
71
72
|
npm install
|
72
73
|
npm run test
|
73
74
|
|
74
75
|
[testenv:karma-local]
|
75
|
-
|
76
|
-
{[testenv:eslint]
|
76
|
+
allowlist_externals =
|
77
|
+
{[testenv:eslint]allowlist_externals}
|
77
78
|
commands =
|
78
79
|
{[testenv:karma]commands}
|
79
80
|
|
@@ -89,7 +90,7 @@ commands=
|
|
89
90
|
|
90
91
|
[testenv:pdf-docs]
|
91
92
|
deps = {[testenv:docs]deps}
|
92
|
-
|
93
|
+
allowlist_externals =
|
93
94
|
make
|
94
95
|
rm
|
95
96
|
commands =
|
@@ -109,3 +110,5 @@ deps =
|
|
109
110
|
{[testenv:docs]deps}
|
110
111
|
commands =
|
111
112
|
sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
113
|
+
|
114
|
+
# dummy
|
@@ -1,32 +0,0 @@
|
|
1
|
-
# BillXiang <m13250816269@163.com>, 2016. #zanata
|
2
|
-
# cuixiaoyu <cuixiaoyu@163.com>, 2016. #zanata
|
3
|
-
# Gaoxiao Zhu <zhu.gaoxiao@h3c.com>, 2017. #zanata
|
4
|
-
msgid ""
|
5
|
-
msgstr ""
|
6
|
-
"Project-Id-Version: magnum-ui VERSION\n"
|
7
|
-
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
|
8
|
-
"POT-Creation-Date: 2021-02-17 01:05+0000\n"
|
9
|
-
"MIME-Version: 1.0\n"
|
10
|
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11
|
-
"Content-Transfer-Encoding: 8bit\n"
|
12
|
-
"PO-Revision-Date: 2017-02-09 01:58+0000\n"
|
13
|
-
"Last-Translator: Gaoxiao Zhu <zhu.gaoxiao@h3c.com>\n"
|
14
|
-
"Language-Team: Chinese (China)\n"
|
15
|
-
"Language: zh_CN\n"
|
16
|
-
"X-Generator: Zanata 4.3.3\n"
|
17
|
-
"Plural-Forms: nplurals=1; plural=0\n"
|
18
|
-
|
19
|
-
msgid "Cluster Templates"
|
20
|
-
msgstr "集群模板"
|
21
|
-
|
22
|
-
msgid "Clusters"
|
23
|
-
msgstr "集群"
|
24
|
-
|
25
|
-
msgid "Container Infra"
|
26
|
-
msgstr "容器架构"
|
27
|
-
|
28
|
-
msgid "Container Infra - Cluster Templates"
|
29
|
-
msgstr "容器基础设施-集群模版"
|
30
|
-
|
31
|
-
msgid "Container Infra - Clusters"
|
32
|
-
msgstr "容器基础设施-集群"
|