magnum-ui 16.0.0__tar.gz → 17.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.
Files changed (249) hide show
  1. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/AUTHORS +4 -0
  2. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/ChangeLog +18 -0
  3. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/PKG-INFO +2 -2
  4. magnum_ui-17.0.0.0rc1/doc/requirements.txt +4 -0
  5. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/api/magnum.py +5 -1
  6. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/api/rest/magnum.py +11 -0
  7. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/locale/de/LC_MESSAGES/djangojs.po +4 -26
  8. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/locale/en_AU/LC_MESSAGES/djangojs.po +3 -15
  9. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/locale/en_GB/LC_MESSAGES/djangojs.po +78 -78
  10. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/locale/fr/LC_MESSAGES/djangojs.po +4 -19
  11. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/locale/id/LC_MESSAGES/djangojs.po +4 -26
  12. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/locale/ja/LC_MESSAGES/djangojs.po +4 -28
  13. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/locale/ko_KR/LC_MESSAGES/djangojs.po +4 -26
  14. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/locale/pt_BR/LC_MESSAGES/djangojs.po +4 -26
  15. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/locale/ru/LC_MESSAGES/django.po +11 -10
  16. magnum_ui-17.0.0.0rc1/magnum_ui/locale/ru/LC_MESSAGES/djangojs.po +1298 -0
  17. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/locale/tr_TR/LC_MESSAGES/djangojs.po +3 -15
  18. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/info.help.html +2 -2
  19. magnum_ui-17.0.0.0rc1/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/labels.help.html +1 -0
  20. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/spec.help.html +2 -2
  21. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/actions.module.js +10 -0
  22. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/actions.module.spec.js +5 -0
  23. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/resize/resize.service.js +1 -1
  24. magnum_ui-17.0.0.0rc1/magnum_ui/static/dashboard/container-infra/clusters/rotate-credential/rotate-credential.service.js +119 -0
  25. magnum_ui-17.0.0.0rc1/magnum_ui/static/dashboard/container-infra/clusters/rotate-credential/rotate-credential.service.spec.js +102 -0
  26. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/workflow/advanced.help.html +1 -1
  27. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/workflow/size.help.html +1 -1
  28. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/magnum.service.js +22 -2
  29. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/magnum.service.spec.js +9 -2
  30. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui.egg-info/PKG-INFO +2 -2
  31. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui.egg-info/SOURCES.txt +4 -1
  32. magnum_ui-17.0.0.0rc1/magnum_ui.egg-info/pbr.json +1 -0
  33. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui.egg-info/requires.txt +1 -1
  34. magnum_ui-17.0.0.0rc1/releasenotes/notes/credential-rotate-e507587e06d70d48.yaml +5 -0
  35. magnum_ui-17.0.0.0rc1/releasenotes/source/2025.1.rst +6 -0
  36. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/source/index.rst +1 -0
  37. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/source/locale/de/LC_MESSAGES/releasenotes.po +3 -3
  38. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +20 -6
  39. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/source/locale/id/LC_MESSAGES/releasenotes.po +3 -3
  40. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/source/locale/ja/LC_MESSAGES/releasenotes.po +3 -3
  41. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/source/locale/ko_KR/LC_MESSAGES/releasenotes.po +5 -5
  42. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/source/locale/pt_BR/LC_MESSAGES/releasenotes.po +3 -3
  43. magnum_ui-17.0.0.0rc1/releasenotes/source/locale/ru/LC_MESSAGES/releasenotes.po +794 -0
  44. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/source/locale/zh_CN/LC_MESSAGES/releasenotes.po +3 -3
  45. magnum_ui-17.0.0.0rc1/requirements.txt +8 -0
  46. magnum_ui-17.0.0.0rc1/test-requirements.txt +8 -0
  47. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/tox.ini +0 -6
  48. magnum_ui-16.0.0/doc/requirements.txt +0 -14
  49. magnum_ui-16.0.0/magnum_ui/locale/cs/LC_MESSAGES/djangojs.po +0 -508
  50. magnum_ui-16.0.0/magnum_ui/locale/ru/LC_MESSAGES/djangojs.po +0 -1007
  51. magnum_ui-16.0.0/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/labels.help.html +0 -1
  52. magnum_ui-16.0.0/magnum_ui.egg-info/pbr.json +0 -1
  53. magnum_ui-16.0.0/releasenotes/source/locale/ru/LC_MESSAGES/releasenotes.po +0 -52
  54. magnum_ui-16.0.0/requirements.txt +0 -18
  55. magnum_ui-16.0.0/test-requirements.txt +0 -17
  56. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/.eslintrc +0 -0
  57. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/.zuul.yaml +0 -0
  58. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/CONTRIBUTING.rst +0 -0
  59. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/LICENSE +0 -0
  60. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/README.rst +0 -0
  61. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/babel-django.cfg +0 -0
  62. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/babel-djangojs.cfg +0 -0
  63. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/bindep.txt +0 -0
  64. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/devstack/plugin.sh +0 -0
  65. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/devstack/settings +0 -0
  66. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/doc/Makefile +0 -0
  67. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/doc/source/conf.py +0 -0
  68. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/doc/source/configuration/index.rst +0 -0
  69. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/doc/source/contributor/api.rst +0 -0
  70. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/doc/source/contributor/index.rst +0 -0
  71. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/doc/source/index.rst +0 -0
  72. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/doc/source/install/index.rst +0 -0
  73. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/__init__.py +0 -0
  74. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/api/__init__.py +0 -0
  75. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/api/heat.py +0 -0
  76. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/api/rest/__init__.py +0 -0
  77. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/content/__init__.py +0 -0
  78. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/content/cluster_templates/__init__.py +0 -0
  79. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/content/cluster_templates/panel.py +0 -0
  80. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/content/cluster_templates/tests.py +0 -0
  81. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/content/cluster_templates/urls.py +0 -0
  82. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/content/clusters/__init__.py +0 -0
  83. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/content/clusters/panel.py +0 -0
  84. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/content/clusters/tests.py +0 -0
  85. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/content/clusters/urls.py +0 -0
  86. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/content/container_infra/__init__.py +0 -0
  87. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/content/container_infra/quotas/__init__.py +0 -0
  88. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/content/container_infra/quotas/panel.py +0 -0
  89. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/content/container_infra/quotas/urls.py +0 -0
  90. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/enabled/_1370_project_container_infra_panel_group.py +0 -0
  91. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/enabled/_1371_project_container_infra_clusters_panel.py +0 -0
  92. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/enabled/_1372_project_container_infra_cluster_templates_panel.py +0 -0
  93. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/enabled/_2370_admin_container_infra_panel_group.py +0 -0
  94. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/enabled/_2371_admin_container_infra_quotas_panel.py +0 -0
  95. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/enabled/__init__.py +0 -0
  96. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/karma.conf.js +0 -0
  97. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/locale/cs/LC_MESSAGES/django.po +0 -0
  98. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/locale/de/LC_MESSAGES/django.po +0 -0
  99. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/locale/en_GB/LC_MESSAGES/django.po +0 -0
  100. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/locale/fr/LC_MESSAGES/django.po +0 -0
  101. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/locale/id/LC_MESSAGES/django.po +0 -0
  102. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/locale/ja/LC_MESSAGES/django.po +0 -0
  103. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/locale/ko_KR/LC_MESSAGES/django.po +0 -0
  104. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/locale/pt_BR/LC_MESSAGES/django.po +0 -0
  105. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/locale/tr_TR/LC_MESSAGES/django.po +0 -0
  106. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/actions.module.js +0 -0
  107. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/actions.module.spec.js +0 -0
  108. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.module.js +0 -0
  109. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.module.spec.js +0 -0
  110. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.service.js +0 -0
  111. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.service.spec.js +0 -0
  112. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/create/create.service.js +0 -0
  113. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/create/create.service.spec.js +0 -0
  114. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/delete/delete.service.js +0 -0
  115. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/delete/delete.service.spec.js +0 -0
  116. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/details/details.module.js +0 -0
  117. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/details/drawer.controller.js +0 -0
  118. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/details/drawer.controller.spec.js +0 -0
  119. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/details/drawer.html +0 -0
  120. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/details/overview.controller.js +0 -0
  121. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/details/overview.controller.spec.js +0 -0
  122. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/details/overview.html +0 -0
  123. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/panel.html +0 -0
  124. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/update/update.service.js +0 -0
  125. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/update/update.service.spec.js +0 -0
  126. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/network.help.html +0 -0
  127. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/workflow.service.js +0 -0
  128. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/workflow.service.spec.js +0 -0
  129. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/cluster-stats.controller.js +0 -0
  130. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/cluster-stats.controller.spec.js +0 -0
  131. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/clusters.module.js +0 -0
  132. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/clusters.module.spec.js +0 -0
  133. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/clusters.scss +0 -0
  134. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/clusters.service.js +0 -0
  135. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/clusters.service.spec.js +0 -0
  136. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/clusters.utils.js +0 -0
  137. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/clusters.utils.spec.js +0 -0
  138. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/config/config.service.js +0 -0
  139. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/config/config.service.spec.js +0 -0
  140. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/create/create.service.js +0 -0
  141. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/create/create.service.spec.js +0 -0
  142. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/delete/delete.service.js +0 -0
  143. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/delete/delete.service.spec.js +0 -0
  144. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/details/details.module.js +0 -0
  145. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/details/drawer.controller.js +0 -0
  146. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/details/drawer.controller.spec.js +0 -0
  147. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/details/drawer.html +0 -0
  148. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/details/overview.controller.js +0 -0
  149. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/details/overview.controller.spec.js +0 -0
  150. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/details/overview.html +0 -0
  151. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/panel.html +0 -0
  152. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/resize/resize.service.spec.js +0 -0
  153. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/rolling-upgrade/upgrade.service.js +0 -0
  154. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/rolling-upgrade/upgrade.service.spec.js +0 -0
  155. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/rotate-certificate/rotate-certificate.service.js +0 -0
  156. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/rotate-certificate/rotate-certificate.service.spec.js +0 -0
  157. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/show-certificate/show-certificate.service.js +0 -0
  158. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/show-certificate/show-certificate.service.spec.js +0 -0
  159. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/sign-certificate/sign-certificate-modal.controller.js +0 -0
  160. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/sign-certificate/sign-certificate-modal.html +0 -0
  161. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/sign-certificate/sign-certificate-model.js +0 -0
  162. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/sign-certificate/sign-certificate-model.spec.js +0 -0
  163. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/sign-certificate/sign-certificate.service.js +0 -0
  164. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/sign-certificate/sign-certificate.service.spec.js +0 -0
  165. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/workflow/cluster-template.controller.js +0 -0
  166. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/workflow/cluster-template.controller.spec.js +0 -0
  167. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/workflow/cluster-template.html +0 -0
  168. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/workflow/details.help.html +0 -0
  169. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/workflow/management.help.html +0 -0
  170. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/workflow/network.help.html +0 -0
  171. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/workflow/workflow.service.js +0 -0
  172. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/clusters/workflow/workflow.service.spec.js +0 -0
  173. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/container-infra.module.js +0 -0
  174. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/container-infra.module.spec.js +0 -0
  175. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/container-infra.scss +0 -0
  176. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/quotas/actions.module.js +0 -0
  177. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/quotas/actions.module.spec.js +0 -0
  178. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/quotas/create/create.service.js +0 -0
  179. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/quotas/create/create.service.spec.js +0 -0
  180. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/quotas/delete/delete.service.js +0 -0
  181. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/quotas/delete/delete.service.spec.js +0 -0
  182. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/quotas/panel.html +0 -0
  183. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/quotas/quotas.module.js +0 -0
  184. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/quotas/quotas.module.spec.js +0 -0
  185. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/quotas/quotas.service.js +0 -0
  186. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/quotas/quotas.service.spec.js +0 -0
  187. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/quotas/update/update.service.js +0 -0
  188. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/quotas/update/update.service.spec.js +0 -0
  189. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/quotas/workflow/workflow.service.js +0 -0
  190. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/quotas/workflow/workflow.service.spec.js +0 -0
  191. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/utils.service.js +0 -0
  192. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/static/dashboard/container-infra/utils.service.spec.js +0 -0
  193. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/test/__init__.py +0 -0
  194. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/test/api_tests/__init__.py +0 -0
  195. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/test/api_tests/test_rest_api.py +0 -0
  196. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/test/helpers.py +0 -0
  197. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/test/integration_tests/__init__.py +0 -0
  198. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/test/settings.py +0 -0
  199. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/test/test_data.py +0 -0
  200. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui/version.py +0 -0
  201. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui.egg-info/dependency_links.txt +0 -0
  202. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui.egg-info/not-zip-safe +0 -0
  203. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/magnum_ui.egg-info/top_level.txt +0 -0
  204. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/manage.py +0 -0
  205. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/package.json +0 -0
  206. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/notes/Workflow-updates-for-Create-Cluster-65e4fe510b4d1a4c.yaml +0 -0
  207. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/notes/add-fedora-coreos-7882a33d801371fe.yaml +0 -0
  208. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/notes/add-reno-7d46796dbf41c247.yaml +0 -0
  209. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/notes/bugfix-cluster-template-hidden-arg-38909eaa92bd8d56.yaml +0 -0
  210. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/notes/bugfix-set-floating_ip_enabled-default_in-cluster-template-true-ce06118f0e6064ba.yaml +0 -0
  211. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/notes/improve-cluster-launch-dfc514b51cfa7f0e.yaml +0 -0
  212. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/notes/lb_floating_ip-ca6039444f88a968.yaml +0 -0
  213. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/notes/newton-dac21adfe6c6b8ee.yaml +0 -0
  214. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/notes/ocata-b08d6b024c63296b.yaml +0 -0
  215. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/notes/ocata-summary-a717111a782c7a68.yaml +0 -0
  216. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/notes/pike-b1af664f1033a131.yaml +0 -0
  217. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/notes/queens-f99244e9db54ccf3.yaml +0 -0
  218. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/notes/resize-actions-1436a2a0dccbd13b.yaml +0 -0
  219. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/notes/rocky-56165675d959b593.yaml +0 -0
  220. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/notes/show-health-status-ff92b2fe2bfad5ae.yaml +0 -0
  221. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/notes/stein-a6adf485dbbbbd1a.yaml +0 -0
  222. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/notes/update-actions-02db7b9f8e5d36b6.yaml +0 -0
  223. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/notes/upgrade-actions-adf2f749ec0cc817.yaml +0 -0
  224. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/source/2023.1.rst +0 -0
  225. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/source/2023.2.rst +0 -0
  226. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/source/2024.1.rst +0 -0
  227. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/source/2024.2.rst +0 -0
  228. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/source/conf.py +0 -0
  229. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/source/locale/fr/LC_MESSAGES/releasenotes.po +0 -0
  230. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/source/newton.rst +0 -0
  231. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/source/ocata.rst +0 -0
  232. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/source/pike.rst +0 -0
  233. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/source/queens.rst +0 -0
  234. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/source/rocky.rst +0 -0
  235. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/source/stein.rst +0 -0
  236. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/source/train.rst +0 -0
  237. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/source/unreleased.rst +0 -0
  238. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/source/ussuri.rst +0 -0
  239. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/source/victoria.rst +0 -0
  240. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/source/wallaby.rst +0 -0
  241. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/source/xena.rst +0 -0
  242. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/source/yoga.rst +0 -0
  243. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/releasenotes/source/zed.rst +0 -0
  244. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/setup.cfg +0 -0
  245. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/setup.py +0 -0
  246. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/test-shim.js +0 -0
  247. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/tools/install_venv.py +0 -0
  248. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/tools/install_venv_common.py +0 -0
  249. {magnum_ui-16.0.0 → magnum_ui-17.0.0.0rc1}/tools/with_venv.sh +0 -0
@@ -12,6 +12,7 @@ Cao Xuan Hoang <hoangcx@vn.fujitsu.com>
12
12
  Charles Short <zulcss@gmail.com>
13
13
  Corey Bryant <corey.bryant@canonical.com>
14
14
  Dale Smith <dale@catalystcloud.nz>
15
+ Dmitriy Chubinidze <dcu995@gmail.com>
15
16
  Doug Hellmann <doug@doughellmann.com>
16
17
  Erik Olof Gunnar Andersson <eandersson@blizzard.com>
17
18
  Feilong Wang <flwang@catalyst.net.nz>
@@ -21,11 +22,13 @@ Ghanshyam Mann <gmann@ghanshyammann.com>
21
22
  Hervé Beraud <hberaud@redhat.com>
22
23
  Hongbin Lu <hongbin.lu@huawei.com>
23
24
  Ian Wienand <iwienand@redhat.com>
25
+ Ivan Anfimov <lazekteam@gmail.com>
24
26
  Ivan Kolodyazhny <e0ne@e0ne.info>
25
27
  Jake Yip <jake.yip@ardc.edu.au>
26
28
  Jake Yip <jake.yip@unimelb.edu.au>
27
29
  Kenji Ishii <ken-ishii@sx.jp.nec.com>
28
30
  Mateusz Kowalski <mateusz.kowalski@cern.ch>
31
+ Matthew Northcott <matthewnorthcott@catalystcloud.nz>
29
32
  Md Safiyat Reza <safiyat@voereir.com>
30
33
  Monty Taylor <mordred@inaugust.com>
31
34
  Nguyen Hung Phuong <phuongnh@vn.fujitsu.com>
@@ -43,6 +46,7 @@ Shu Muto <shu.mutow@gmail.com>
43
46
  Simon Merrick <simonmerrick@catalyst.net.nz>
44
47
  Spyros Trigazis <strigazi@gmail.com>
45
48
  Sungjin Knag <ujuc@ujuc.kr>
49
+ Takashi Kajinami <kajinamit@oss.nttdata.com>
46
50
  Tobias Urdin <tobias.urdin@binero.se>
47
51
  Vieri <15050873171@163.com>
48
52
  Vu Cong Tuan <tuanvc@vn.fujitsu.com>
@@ -1,6 +1,24 @@
1
1
  CHANGES
2
2
  =======
3
3
 
4
+ 17.0.0.0rc1
5
+ -----------
6
+
7
+ * Imported Translations from Zanata
8
+ * Imported Translations from Zanata
9
+ * Support credential API
10
+ * Imported Translations from Zanata
11
+ * Fix unescaped percent sign in mgsid translation strings
12
+ * Imported Translations from Zanata
13
+ * Fix a typo in a gettext string
14
+ * Correct Docker Registry naming
15
+ * Fix small mistake in "template" phrase
16
+ * Switch id to uppercase
17
+ * Fix minor grammar issue
18
+ * Drop environments for nose
19
+ * Remove note about old pip's behavior
20
+ * Update master for stable/2025.1
21
+
4
22
  16.0.0
5
23
  ------
6
24
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: magnum-ui
3
- Version: 16.0.0
3
+ Version: 17.0.0.0rc1
4
4
  Summary: Magnum User Interface
5
5
  Home-page: https://docs.openstack.org/developer/magnum-ui/
6
6
  Author: OpenStack
@@ -20,7 +20,7 @@ Classifier: Programming Language :: Python :: 3.10
20
20
  Classifier: Programming Language :: Python :: 3.11
21
21
  License-File: LICENSE
22
22
  Requires-Dist: pbr!=2.1.0,>=2.0.0
23
- Requires-Dist: python-magnumclient>=4.2.0
23
+ Requires-Dist: python-magnumclient>=4.9.0
24
24
  Requires-Dist: python-heatclient>=1.18.0
25
25
  Requires-Dist: horizon>=17.1.0
26
26
 
@@ -0,0 +1,4 @@
1
+ openstackdocstheme>=2.2.1 # Apache-2.0
2
+ reno>=3.1.0 # Apache-2.0
3
+ sphinx>=2.0.0,!=2.1.0 # BSD
4
+ sphinxcontrib-apidoc>=0.2.0 # BSD
@@ -35,7 +35,7 @@ CLUSTER_CREATE_ATTRS = clusters.CREATION_ATTRIBUTES
35
35
  CERTIFICATE_CREATE_ATTRS = certificates.CREATION_ATTRIBUTES
36
36
  QUOTA_CREATION_ATTRIBUTES = quotas.CREATION_ATTRIBUTES
37
37
  CLUSTER_UPDATE_ALLOWED_PROPERTIES = set(['/node_count'])
38
- DEFAULT_API_VERSION = '1.10'
38
+ DEFAULT_API_VERSION = '1.12'
39
39
 
40
40
 
41
41
  def _cleanup_params(attrs, create, **params):
@@ -264,6 +264,10 @@ def certificate_rotate(request, id):
264
264
  return magnumclient(request).certificates.rotate_ca(**args)
265
265
 
266
266
 
267
+ def credential_rotate(request, id):
268
+ return magnumclient(request).credentials.update(id)
269
+
270
+
267
271
  def stats_list(request, project_id=None):
268
272
  return magnumclient(request).stats.list(project_id=project_id)
269
273
 
@@ -375,6 +375,17 @@ class Certificates(generic.View):
375
375
  new_cert.to_dict())
376
376
 
377
377
 
378
+ @urls.register
379
+ class RotateCredential(generic.View):
380
+ """API for rotating a cluster credential"""
381
+ url_regex = r'container_infra/credentials/(?P<cluster_id>[^/]+)$'
382
+
383
+ @rest_utils.ajax()
384
+ def patch(self, request, cluster_id):
385
+ """Rotate the existing credential"""
386
+ return magnum.credential_rotate(request, cluster_id).to_dict()
387
+
388
+
378
389
  @urls.register
379
390
  class Stats(generic.View):
380
391
  """API for Magnum Stats"""
@@ -9,7 +9,7 @@ msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: magnum-ui VERSION\n"
11
11
  "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
12
- "POT-Creation-Date: 2020-04-21 09:21+0000\n"
12
+ "POT-Creation-Date: 2025-07-22 12:34+0000\n"
13
13
  "MIME-Version: 1.0\n"
14
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
15
  "Content-Transfer-Encoding: 8bit\n"
@@ -32,13 +32,6 @@ msgstr "API Server Port"
32
32
  msgid "An arbitrary human-readable name"
33
33
  msgstr "Ein beliebiger menschenlesbarer Name"
34
34
 
35
- msgid ""
36
- "Arbitrary labels in the form of key=value pairs to associate with a cluster "
37
- "templates. May be used multiple times."
38
- msgstr ""
39
- "Beliebige Bezeichnungen in der Form Schlüssel=Wert, zu verbunden mit einer "
40
- "Clustervorlage. Kann mehrmals verwendet werden."
41
-
42
35
  msgid "CHECK COMPLETE"
43
36
  msgstr "ÜBERPRÜFUNG ABGESCHLOSSEN"
44
37
 
@@ -293,9 +286,6 @@ msgstr "Docker Datenträgergrösse (GB)"
293
286
  msgid "Enable Registry"
294
287
  msgstr "Aktiviere Registry"
295
288
 
296
- msgid "Enable docker registry in the cluster temlate. Default: False"
297
- msgstr "Aktiviere Docker Registry in der Clustervorlage. Standard: Falsch"
298
-
299
289
  msgid "Exists"
300
290
  msgstr "Existiert"
301
291
 
@@ -516,6 +506,7 @@ msgstr "Zertifikat anzeigen"
516
506
  msgid "Sign Certificate"
517
507
  msgstr "Zertifikate signieren"
518
508
 
509
+ #, python-brace-format
519
510
  msgid "Sign Certificate To Cluster: {$ ctrl.model.cluster_name $}"
520
511
  msgstr "Signiere Zertifikat für Cluster: {$ ctrl.model.cluster_name $}"
521
512
 
@@ -556,9 +547,6 @@ msgstr "TLS deaktiviert"
556
547
  msgid "The DNS nameserver to use for this cluster template"
557
548
  msgstr "Der DNS Nameserver zur Benutzung in dieser Cluster Vorlage"
558
549
 
559
- msgid "The URL of docker registry."
560
- msgstr "Die URL der Docker-Registrierung"
561
-
562
550
  msgid "The cluster node count."
563
551
  msgstr "Die Anzahl der Clusterknoten."
564
552
 
@@ -634,10 +622,6 @@ msgid_plural "Unable to delete quotas: %s."
634
622
  msgstr[0] "Kontingent kann nicht gelöscht werden: %s."
635
623
  msgstr[1] "Kontingente können nicht gelöscht werden: %s."
636
624
 
637
- #, python-format
638
- msgid "Unable to delete the cluster template with id: %(id)s"
639
- msgstr "Clustervorlage mit ID %(id)s kann nicht gelöscht werden"
640
-
641
625
  msgid "Unable to delete the cluster templates."
642
626
  msgstr "Clustervorlagen können nicht gelöscht werden."
643
627
 
@@ -648,14 +632,6 @@ msgstr "Cluster mit der ID %(id)s kann nicht gelöscht werden."
648
632
  msgid "Unable to delete the clusters."
649
633
  msgstr "Die Cluster konnten nicht gelöscht werden."
650
634
 
651
- #, python-format
652
- msgid ""
653
- "Unable to delete the quota with project id: %(projectId)s and resource: "
654
- "%(resource)s."
655
- msgstr ""
656
- "Konnte Kontingent mit der Project-ID: %(projectId)s und Ressource: "
657
- "%(resource)s nicht löschen."
658
-
659
635
  msgid "Unable to retrieve the certificate."
660
636
  msgstr "Zertifikat kann nicht abgerufen werden."
661
637
 
@@ -710,6 +686,7 @@ msgstr "Aktualisiert"
710
686
  msgid "Updated At"
711
687
  msgstr "Aktualisiert am"
712
688
 
689
+ #, python-brace-format
713
690
  msgid "Used {$ ctrl.stats.clusters $} of {$ ctrl.quota.clusters $}"
714
691
  msgstr "Benutzt {$ ctrl.stats.clusters $} von {$ ctrl.quota.clusters $}"
715
692
 
@@ -798,6 +775,7 @@ msgid_plural "titles"
798
775
  msgstr[0] "Titel"
799
776
  msgstr[1] "Titel"
800
777
 
778
+ #, python-brace-format
801
779
  msgid "{$ ctrl.cluster.create_timeout $} minute"
802
780
  msgid_plural "{$ ctrl.cluster.create_timeout $} minutes"
803
781
  msgstr[0] "{$ ctrl.cluster.create_timeout $} Minute"
@@ -4,7 +4,7 @@ msgid ""
4
4
  msgstr ""
5
5
  "Project-Id-Version: magnum-ui VERSION\n"
6
6
  "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
7
- "POT-Creation-Date: 2020-04-02 03:39+0000\n"
7
+ "POT-Creation-Date: 2025-07-22 12:34+0000\n"
8
8
  "MIME-Version: 1.0\n"
9
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -27,13 +27,6 @@ msgstr "API Server Port"
27
27
  msgid "An arbitrary human-readable name"
28
28
  msgstr "An arbitrary human-readable name"
29
29
 
30
- msgid ""
31
- "Arbitrary labels in the form of key=value pairs to associate with a cluster "
32
- "templates. May be used multiple times."
33
- msgstr ""
34
- "Arbitrary labels in the form of key=value pairs to associate with a cluster "
35
- "templates. May be used multiple times."
36
-
37
30
  msgid "CHECK COMPLETE"
38
31
  msgstr "CHECK COMPLETE"
39
32
 
@@ -216,9 +209,6 @@ msgstr "Docker Volume Size (GB)"
216
209
  msgid "Enable Registry"
217
210
  msgstr "Enable Registry"
218
211
 
219
- msgid "Enable docker registry in the cluster temlate. Default: False"
220
- msgstr "Enable docker registry in the cluster temlate. Default: False"
221
-
222
212
  msgid "External Network ID"
223
213
  msgstr "External Network ID"
224
214
 
@@ -377,6 +367,7 @@ msgstr "Show Certificate"
377
367
  msgid "Sign Certificate"
378
368
  msgstr "Sign Certificate"
379
369
 
370
+ #, python-brace-format
380
371
  msgid "Sign Certificate To Cluster: {$ ctrl.model.cluster_name $}"
381
372
  msgstr "Sign Certificate To Cluster: {$ ctrl.model.cluster_name $}"
382
373
 
@@ -468,10 +459,6 @@ msgid_plural "Unable to delete clusters: %s."
468
459
  msgstr[0] "Unable to delete cluster: %s."
469
460
  msgstr[1] "Unable to delete clusters: %s."
470
461
 
471
- #, python-format
472
- msgid "Unable to delete the cluster template with id: %(id)s"
473
- msgstr "Unable to delete the cluster template with id: %(id)s"
474
-
475
462
  msgid "Unable to delete the cluster templates."
476
463
  msgstr "Unable to delete the cluster templates."
477
464
 
@@ -542,6 +529,7 @@ msgstr[1] ""
542
529
  "You have selected \"%s\". Please confirm your selection. Deleted cluster "
543
530
  "templates are not recoverable."
544
531
 
532
+ #, python-brace-format
545
533
  msgid "{$ ctrl.cluster.create_timeout $} minute"
546
534
  msgid_plural "{$ ctrl.cluster.create_timeout $} minutes"
547
535
  msgstr[0] "{$ ctrl.cluster.create_timeout $} minute"
@@ -11,11 +11,11 @@ msgid ""
11
11
  msgstr ""
12
12
  "Project-Id-Version: magnum-ui VERSION\n"
13
13
  "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
14
- "POT-Creation-Date: 2024-06-06 07:30+0000\n"
14
+ "POT-Creation-Date: 2025-07-22 12:34+0000\n"
15
15
  "MIME-Version: 1.0\n"
16
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
17
  "Content-Transfer-Encoding: 8bit\n"
18
- "PO-Revision-Date: 2024-04-18 12:35+0000\n"
18
+ "PO-Revision-Date: 2024-07-08 11:19+0000\n"
19
19
  "Last-Translator: Andi Chandler <andi@gowling.com>\n"
20
20
  "Language-Team: English (United Kingdom)\n"
21
21
  "Language: en_GB\n"
@@ -47,9 +47,6 @@ msgstr "API Server Port"
47
47
  msgid "Accessible on private network only"
48
48
  msgstr "Accessible on private network only"
49
49
 
50
- msgid "Accessible on the public internet"
51
- msgstr "Accessible on the public Internet"
52
-
53
50
  msgid "Additional Labels"
54
51
  msgstr "Additional Labels"
55
52
 
@@ -74,13 +71,6 @@ msgstr ""
74
71
  "version when the cluster is deployed, but will not be upgraded automatically "
75
72
  "by rolling upgrades."
76
73
 
77
- msgid ""
78
- "Arbitrary labels in the form of key=value pairs to associate with a cluster "
79
- "templates. May be used multiple times."
80
- msgstr ""
81
- "Arbitrary labels in the form of key=value pairs to associate with a cluster "
82
- "templates. May be used multiple times."
83
-
84
74
  msgid "Auto Healing"
85
75
  msgstr "Auto Healing"
86
76
 
@@ -150,12 +140,18 @@ msgstr "Choose a Container Orchestration Engine"
150
140
  msgid "Choose a External Network"
151
141
  msgstr "Choose a External Network"
152
142
 
143
+ msgid "Choose a Flavor for the Control Plane nodes"
144
+ msgstr "Choose a Flavour for the Control Plane nodes"
145
+
153
146
  msgid "Choose a Flavor for the Master Node"
154
147
  msgstr "Choose a Flavour for the Master Node"
155
148
 
156
149
  msgid "Choose a Flavor for the Node"
157
150
  msgstr "Choose a Flavour for the Node"
158
151
 
152
+ msgid "Choose a Flavor for the Worker nodes"
153
+ msgstr "Choose a Flavour for the Worker nodes"
154
+
159
155
  msgid "Choose a Keypair"
160
156
  msgstr "Choose a Keypair"
161
157
 
@@ -208,9 +204,6 @@ msgstr "Cluster"
208
204
  msgid "Cluster %s was successfully created."
209
205
  msgstr "Cluster %s was successfully created."
210
206
 
211
- msgid "Cluster API"
212
- msgstr "Cluster API"
213
-
214
207
  msgid "Cluster Create Timeout"
215
208
  msgstr "Cluster Create Timeout"
216
209
 
@@ -273,6 +266,18 @@ msgstr "Container Orchestration Engine"
273
266
  msgid "Container Version"
274
267
  msgstr "Container Version"
275
268
 
269
+ msgid "Control Plane Addresses"
270
+ msgstr "Control Plane Addresses"
271
+
272
+ msgid "Control Plane Count"
273
+ msgstr "Control Plane Count"
274
+
275
+ msgid "Control Plane Nodes"
276
+ msgstr "Control Plane Nodes"
277
+
278
+ msgid "Control Plane size"
279
+ msgstr "Control Plane size"
280
+
276
281
  msgid "Create"
277
282
  msgstr "Create"
278
283
 
@@ -387,15 +392,9 @@ msgstr "Docker Volume Size"
387
392
  msgid "Docker Volume Size (GB)"
388
393
  msgstr "Docker Volume Size (GB)"
389
394
 
390
- msgid "Enable Load Balancer for Master Nodes"
391
- msgstr "Enable Load Balancer for Master Nodes"
392
-
393
395
  msgid "Enable Registry"
394
396
  msgstr "Enable Registry"
395
397
 
396
- msgid "Enable docker registry in the cluster temlate. Default: False"
397
- msgstr "Enable docker registry in the cluster template. Default: False"
398
-
399
398
  msgid "Exists"
400
399
  msgstr "Exists"
401
400
 
@@ -417,6 +416,9 @@ msgstr "Flavour"
417
416
  msgid "Flavor ID"
418
417
  msgstr "Flavour ID"
419
418
 
419
+ msgid "Flavor of Control Plane Nodes"
420
+ msgstr "Flavour of Control Plane Nodes"
421
+
420
422
  msgid "Flavor of Worker Nodes"
421
423
  msgstr "Flavour of Worker Nodes"
422
424
 
@@ -454,19 +456,18 @@ msgid "ID"
454
456
  msgstr "ID"
455
457
 
456
458
  msgid ""
457
- "If enabled, the minimum and maximum number of worker nodes must be specified."
459
+ "If Kubernetes is unable to schedule a Pod due to insufficient CPU or memory "
460
+ "in the cluster, a worker node will be added, as long as the maximum number "
461
+ "of worker nodes has not been reached."
458
462
  msgstr ""
459
- "If enabled, the minimum and maximum number of worker nodes must be specified."
463
+ "If Kubernetes is unable to schedule a Pod due to insufficient CPU or memory "
464
+ "in the cluster, a worker node will be added, as long as the maximum number "
465
+ "of worker nodes has not been reached."
460
466
 
461
- #, python-format
462
467
  msgid ""
463
- "If the aggregate resource limits of all existing Pods is lower than 50% of "
464
- "the cluster capacity, a worker node will be removed, as long as the minimum "
465
- "number of worker nodes has not been reached."
468
+ "If enabled, the minimum and maximum number of worker nodes must be specified."
466
469
  msgstr ""
467
- "If the aggregate resource limits of all existing Pods is lower than 50% of "
468
- "the cluster capacity, a worker node will be removed, as long as the minimum "
469
- "number of worker nodes has not been reached."
470
+ "If enabled, the minimum and maximum number of worker nodes must be specified."
470
471
 
471
472
  msgid "Image"
472
473
  msgstr "Image"
@@ -510,9 +511,6 @@ msgstr ""
510
511
  "Invalid format. Must be a comma-separated key-value string: key=value,"
511
512
  "key2=value2"
512
513
 
513
- msgid "It is generally not recommended to give public access."
514
- msgstr "It is generally not recommended to give public access."
515
-
516
514
  msgid "KEY1=VALUE1, KEY2=VALUE2..."
517
515
  msgstr "KEY1=VALUE1, KEY2=VALUE2..."
518
516
 
@@ -522,6 +520,12 @@ msgstr "Keypair"
522
520
  msgid "Kubernetes"
523
521
  msgstr "Kubernetes"
524
522
 
523
+ msgid "Kubernetes API Address"
524
+ msgstr "Kubernetes API Address"
525
+
526
+ msgid "Kubernetes Version"
527
+ msgstr "Kubernetes Version"
528
+
525
529
  msgid "Labels"
526
530
  msgstr "Labels"
527
531
 
@@ -534,26 +538,6 @@ msgstr "Loading"
534
538
  msgid "Make cluster template public. Default: False"
535
539
  msgstr "Make cluster template public. Default: False"
536
540
 
537
- msgid ""
538
- "Making the Kubernetes API accessible from anywhere on the public internet is "
539
- "convenient, but may represent a security risk. <em>[When selecting this "
540
- "option, it is recommended to limit access to a trusted IP address range.]</"
541
- "em>"
542
- msgstr ""
543
- "Making the Kubernetes API accessible from anywhere on the public internet is "
544
- "convenient, but may represent a security risk. <em>[When selecting this "
545
- "option, it is recommended to limit access to a trusted IP address range.]</"
546
- "em>"
547
-
548
- msgid ""
549
- "Making the Kubernetes API accessible from the private network only is the "
550
- "most secure option (the default), but access will be limited to compute "
551
- "instances on the same private network or a VPN to that network."
552
- msgstr ""
553
- "Making the Kubernetes API accessible from the private network only is the "
554
- "most secure option (the default), but access will be limited to compute "
555
- "instances on the same private network or a VPN to that network."
556
-
557
541
  msgid "Management"
558
542
  msgstr "Management"
559
543
 
@@ -605,9 +589,6 @@ msgstr "Name of the cluster template."
605
589
  msgid "Network"
606
590
  msgstr "Network"
607
591
 
608
- msgid "Network Access Control"
609
- msgstr "Network Access Control"
610
-
611
592
  msgid "Network Driver"
612
593
  msgstr "Network Driver"
613
594
 
@@ -635,9 +616,26 @@ msgstr "Nodes"
635
616
  msgid "None"
636
617
  msgstr "None"
637
618
 
619
+ msgid "Number of Control Plane nodes"
620
+ msgstr "Number of Control Plane nodes"
621
+
638
622
  msgid "Number of Worker Nodes"
639
623
  msgstr "Number of Worker Nodes"
640
624
 
625
+ msgid ""
626
+ "Only an uneven number of control plane nodes are allowed. This provides the "
627
+ "best balance of fault tolerance and cost."
628
+ msgstr ""
629
+ "Only an uneven number of control plane nodes are allowed. This provides the "
630
+ "best balance of fault tolerance and cost."
631
+
632
+ msgid ""
633
+ "Only uneven number of control plane nodes are supported. This provides the "
634
+ "best balance of fault tolerance and cost for etcd."
635
+ msgstr ""
636
+ "Only uneven number of control plane nodes are supported. This provides the "
637
+ "best balance of fault tolerance and cost for etcd."
638
+
641
639
  msgid "Overlay"
642
640
  msgstr "Overlay"
643
641
 
@@ -731,12 +729,22 @@ msgstr "Show Certificate"
731
729
  msgid "Sign Certificate"
732
730
  msgstr "Sign Certificate"
733
731
 
732
+ #, python-brace-format
734
733
  msgid "Sign Certificate To Cluster: {$ ctrl.model.cluster_name $}"
735
734
  msgstr "Sign Certificate To Cluster: {$ ctrl.model.cluster_name $}"
736
735
 
737
736
  msgid "Size"
738
737
  msgstr "Size"
739
738
 
739
+ msgid ""
740
+ "Specify additional labels to apply to the cluster or override labels set by "
741
+ "the cluster template. Overriding labels set by the cluster template may "
742
+ "result in your cluster being misconfigured, unstable or unable to be created."
743
+ msgstr ""
744
+ "Specify additional labels to apply to the cluster or override labels set by "
745
+ "the cluster template. Overriding labels set by the cluster template may "
746
+ "result in your cluster being misconfigured, unstable or unable to be created."
747
+
740
748
  msgid "Specify the Container Orchestration Engine to use."
741
749
  msgstr "Specify the Container Orchestration Engine to use."
742
750
 
@@ -772,9 +780,6 @@ msgstr "TLS Disabled"
772
780
  msgid "The DNS nameserver to use for this cluster template"
773
781
  msgstr "The DNS nameserver to use for this cluster template"
774
782
 
775
- msgid "The URL of docker registry."
776
- msgstr "The URL of Docker registry."
777
-
778
783
  msgid "The cluster node count."
779
784
  msgstr "The cluster node count."
780
785
 
@@ -784,13 +789,6 @@ msgstr "The http_proxy address to use for nodes in cluster"
784
789
  msgid "The https_proxy address to use for nodes in cluster"
785
790
  msgstr "The https_proxy address to use for nodes in cluster"
786
791
 
787
- msgid ""
788
- "The key=value pair string is case insensitive and will be converted to lower "
789
- "case."
790
- msgstr ""
791
- "The key=value pair string is case insensitive and will be converted to lower "
792
- "case."
793
-
794
792
  msgid ""
795
793
  "The maximum number of Worker Nodes a new cluster can auto-scale to cannot be "
796
794
  "less than the total amount of Worker Nodes."
@@ -835,9 +833,21 @@ msgstr ""
835
833
  "The nova flavour id to use when launching the master node of the cluster. "
836
834
  "Default: m1.small"
837
835
 
836
+ msgid "The number of Control Plane nodes for the cluster"
837
+ msgstr "The number of Control Plane nodes for the cluster"
838
+
838
839
  msgid "The number of worker nodes for the cluster"
839
840
  msgstr "The number of worker nodes for the cluster"
840
841
 
842
+ msgid ""
843
+ "The selected options do not support multiple control plane nodes. A "
844
+ "Kubernetes API Load Balancer is required, and can be enabled in the Network "
845
+ "tab."
846
+ msgstr ""
847
+ "The selected options do not support multiple control plane nodes. A "
848
+ "Kubernetes API Load Balancer is required, and can be enabled in the Network "
849
+ "tab."
850
+
841
851
  msgid "The size in GB for Docker Volume. Default: 25"
842
852
  msgstr "The size in GB for Docker Volume. Default: 25"
843
853
 
@@ -880,10 +890,6 @@ msgid_plural "Unable to delete quotas: %s."
880
890
  msgstr[0] "Unable to delete quota: %s."
881
891
  msgstr[1] "Unable to delete quotas: %s."
882
892
 
883
- #, python-format
884
- msgid "Unable to delete the cluster template with id: %(id)s"
885
- msgstr "Unable to delete the cluster template with id: %(id)s"
886
-
887
893
  msgid "Unable to delete the cluster templates."
888
894
  msgstr "Unable to delete the cluster templates."
889
895
 
@@ -894,14 +900,6 @@ msgstr "Unable to delete the cluster with id: %(id)s"
894
900
  msgid "Unable to delete the clusters."
895
901
  msgstr "Unable to delete the clusters."
896
902
 
897
- #, python-format
898
- msgid ""
899
- "Unable to delete the quota with project id: %(projectId)s and resource: "
900
- "%(resource)s."
901
- msgstr ""
902
- "Unable to delete the quota with project id: %(projectId)s and resource: "
903
- "%(resource)s."
904
-
905
903
  msgid "Unable to get cluster's working nodes."
906
904
  msgstr "Unable to get cluster's working nodes."
907
905
 
@@ -984,6 +982,7 @@ msgstr "Use an Existing Network"
984
982
  msgid "Use an Existing Subnet"
985
983
  msgstr "Use an existing Subnet"
986
984
 
985
+ #, python-brace-format
987
986
  msgid "Used {$ ctrl.stats.clusters $} of {$ ctrl.quota.clusters $}"
988
987
  msgstr "Used {$ ctrl.stats.clusters $} of {$ ctrl.quota.clusters $}"
989
988
 
@@ -1091,6 +1090,7 @@ msgid_plural "titles"
1091
1090
  msgstr[0] "title"
1092
1091
  msgstr[1] "titles"
1093
1092
 
1093
+ #, python-brace-format
1094
1094
  msgid "{$ ctrl.cluster.create_timeout $} minute"
1095
1095
  msgid_plural "{$ ctrl.cluster.create_timeout $} minutes"
1096
1096
  msgstr[0] "{$ ctrl.cluster.create_timeout $} minute"
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: magnum-ui VERSION\n"
9
9
  "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
10
- "POT-Creation-Date: 2020-04-02 03:39+0000\n"
10
+ "POT-Creation-Date: 2025-07-22 12:34+0000\n"
11
11
  "MIME-Version: 1.0\n"
12
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
13
  "Content-Transfer-Encoding: 8bit\n"
@@ -30,13 +30,6 @@ msgstr "Port du serveur de l'API"
30
30
  msgid "An arbitrary human-readable name"
31
31
  msgstr "Un nom arbitraire compréhensible"
32
32
 
33
- msgid ""
34
- "Arbitrary labels in the form of key=value pairs to associate with a cluster "
35
- "templates. May be used multiple times."
36
- msgstr ""
37
- "Libellés arbitraires sous forme de paires clé=valeur à associer à un modèle "
38
- "de cluster. Peut être utilisé plusieurs fois."
39
-
40
33
  msgid "CHECK COMPLETE"
41
34
  msgstr "VÉRIFICATION TERMINÉE"
42
35
 
@@ -245,10 +238,6 @@ msgstr "Taille du volume Docker (Go)"
245
238
  msgid "Enable Registry"
246
239
  msgstr "Activer le registre"
247
240
 
248
- msgid "Enable docker registry in the cluster temlate. Default: False"
249
- msgstr ""
250
- "Activer le registre Docker dans le modèle du cluster. Par défaut : False"
251
-
252
241
  msgid "Exists"
253
242
  msgstr "Existe"
254
243
 
@@ -421,6 +410,7 @@ msgstr "Afficher le certificat"
421
410
  msgid "Sign Certificate"
422
411
  msgstr "Signer le certificat"
423
412
 
413
+ #, python-brace-format
424
414
  msgid "Sign Certificate To Cluster: {$ ctrl.model.cluster_name $}"
425
415
  msgstr "Signer un Certificat pour le cluster : {$ ctrl.model.cluster_name $}"
426
416
 
@@ -454,9 +444,6 @@ msgstr "TLS désactivé"
454
444
  msgid "The DNS nameserver to use for this cluster template"
455
445
  msgstr "Le DNS nameserver à utiliser pour ce modèle de cluster."
456
446
 
457
- msgid "The URL of docker registry."
458
- msgstr "URL de la registry docker"
459
-
460
447
  msgid "The cluster node count."
461
448
  msgstr "Nombre de noeuds du cluster"
462
449
 
@@ -524,10 +511,6 @@ msgid_plural "Unable to delete clusters: %s."
524
511
  msgstr[0] "Impossible de supprimer le cluster : %s"
525
512
  msgstr[1] "Impossible de supprimer les clusters : %s"
526
513
 
527
- #, python-format
528
- msgid "Unable to delete the cluster template with id: %(id)s"
529
- msgstr "Impossible de supprimer le modèle de cluster avec l'ID : %(id)s"
530
-
531
514
  msgid "Unable to delete the cluster templates."
532
515
  msgstr "Impossible de supprimer les modèles de cluster."
533
516
 
@@ -586,6 +569,7 @@ msgstr "Mettre à jour le modèle de cluster"
586
569
  msgid "Updated"
587
570
  msgstr "Mis à jour"
588
571
 
572
+ #, python-brace-format
589
573
  msgid "Used {$ ctrl.stats.clusters $} of {$ ctrl.quota.clusters $}"
590
574
  msgstr "Utilisés {$ ctrl.stats.clusters $} sur {$ ctrl.quota.clusters $}"
591
575
 
@@ -653,6 +637,7 @@ msgid_plural "titles"
653
637
  msgstr[0] "titre"
654
638
  msgstr[1] "titres"
655
639
 
640
+ #, python-brace-format
656
641
  msgid "{$ ctrl.cluster.create_timeout $} minute"
657
642
  msgid_plural "{$ ctrl.cluster.create_timeout $} minutes"
658
643
  msgstr[0] "{$ ctrl.cluster.create_timeout $} minute"