magnum-ui 16.0.0.0rc1__py3-none-any.whl → 17.0.0.0rc1__py3-none-any.whl

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 (34) hide show
  1. magnum_ui/api/magnum.py +5 -1
  2. magnum_ui/api/rest/magnum.py +11 -0
  3. magnum_ui/locale/de/LC_MESSAGES/djangojs.po +4 -26
  4. magnum_ui/locale/en_AU/LC_MESSAGES/djangojs.po +3 -15
  5. magnum_ui/locale/en_GB/LC_MESSAGES/djangojs.po +78 -78
  6. magnum_ui/locale/fr/LC_MESSAGES/djangojs.po +4 -19
  7. magnum_ui/locale/id/LC_MESSAGES/djangojs.po +4 -26
  8. magnum_ui/locale/ja/LC_MESSAGES/djangojs.po +4 -28
  9. magnum_ui/locale/ko_KR/LC_MESSAGES/djangojs.po +4 -26
  10. magnum_ui/locale/pt_BR/LC_MESSAGES/djangojs.po +4 -26
  11. magnum_ui/locale/ru/LC_MESSAGES/django.po +11 -10
  12. magnum_ui/locale/ru/LC_MESSAGES/djangojs.po +431 -140
  13. magnum_ui/locale/tr_TR/LC_MESSAGES/djangojs.po +3 -15
  14. magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/info.help.html +2 -2
  15. magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/labels.help.html +1 -1
  16. magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/spec.help.html +2 -2
  17. magnum_ui/static/dashboard/container-infra/clusters/actions.module.js +10 -0
  18. magnum_ui/static/dashboard/container-infra/clusters/actions.module.spec.js +5 -0
  19. magnum_ui/static/dashboard/container-infra/clusters/resize/resize.service.js +1 -1
  20. magnum_ui/static/dashboard/container-infra/clusters/rotate-credential/rotate-credential.service.js +119 -0
  21. magnum_ui/static/dashboard/container-infra/clusters/rotate-credential/rotate-credential.service.spec.js +102 -0
  22. magnum_ui/static/dashboard/container-infra/clusters/workflow/advanced.help.html +1 -1
  23. magnum_ui/static/dashboard/container-infra/clusters/workflow/size.help.html +1 -1
  24. magnum_ui/static/dashboard/container-infra/magnum.service.js +22 -2
  25. magnum_ui/static/dashboard/container-infra/magnum.service.spec.js +9 -2
  26. {magnum_ui-16.0.0.0rc1.dist-info → magnum_ui-17.0.0.0rc1.dist-info}/AUTHORS +4 -0
  27. {magnum_ui-16.0.0.0rc1.dist-info → magnum_ui-17.0.0.0rc1.dist-info}/METADATA +2 -2
  28. {magnum_ui-16.0.0.0rc1.dist-info → magnum_ui-17.0.0.0rc1.dist-info}/RECORD +32 -31
  29. magnum_ui-17.0.0.0rc1.dist-info/pbr.json +1 -0
  30. magnum_ui/locale/cs/LC_MESSAGES/djangojs.po +0 -508
  31. magnum_ui-16.0.0.0rc1.dist-info/pbr.json +0 -1
  32. {magnum_ui-16.0.0.0rc1.dist-info → magnum_ui-17.0.0.0rc1.dist-info}/LICENSE +0 -0
  33. {magnum_ui-16.0.0.0rc1.dist-info → magnum_ui-17.0.0.0rc1.dist-info}/WHEEL +0 -0
  34. {magnum_ui-16.0.0.0rc1.dist-info → magnum_ui-17.0.0.0rc1.dist-info}/top_level.txt +0 -0
@@ -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"
@@ -28,13 +28,6 @@ msgstr "API Sunucu Bağlantı Noktası"
28
28
  msgid "An arbitrary human-readable name"
29
29
  msgstr "Keyfi okunabilir bir isim"
30
30
 
31
- msgid ""
32
- "Arbitrary labels in the form of key=value pairs to associate with a cluster "
33
- "templates. May be used multiple times."
34
- msgstr ""
35
- "Küme şablonuyla ilişkilendirilecek anahtar=değer biçimindeki keyfi "
36
- "etiketler. Birden fazla kez kullanılabilir."
37
-
38
31
  msgid "CHECK COMPLETE"
39
32
  msgstr "KONTROL TAMAMLANDI"
40
33
 
@@ -240,9 +233,6 @@ msgstr "Docker Mantıksal Sürücü Boyutu (GB)"
240
233
  msgid "Enable Registry"
241
234
  msgstr "Kaydı Etkinleştir"
242
235
 
243
- msgid "Enable docker registry in the cluster temlate. Default: False"
244
- msgstr "Küme şablonunda docker kaydını etkinleştir. Öntanımlı: Yanlış"
245
-
246
236
  msgid "External Network ID"
247
237
  msgstr "Harici Ağ ID'si"
248
238
 
@@ -410,6 +400,7 @@ msgstr "Sertifikayı Göster"
410
400
  msgid "Sign Certificate"
411
401
  msgstr "Sertifikayı İmzala"
412
402
 
403
+ #, python-brace-format
413
404
  msgid "Sign Certificate To Cluster: {$ ctrl.model.cluster_name $}"
414
405
  msgstr "Sertifikayı Kümeye İmzala: {$ ctrl.model.cluster_name $}"
415
406
 
@@ -503,10 +494,6 @@ msgid_plural "Unable to delete clusters: %s."
503
494
  msgstr[0] "Küme silinemiyor: %s."
504
495
  msgstr[1] "Kümeler silinemiyor: %s."
505
496
 
506
- #, python-format
507
- msgid "Unable to delete the cluster template with id: %(id)s"
508
- msgstr "Şu kimliğe sahip küme şablonu silinemedi: %(id)s"
509
-
510
497
  msgid "Unable to delete the cluster templates."
511
498
  msgstr "Küme şablonları silinemedi."
512
499
 
@@ -619,6 +606,7 @@ msgid_plural "titles"
619
606
  msgstr[0] "başlık"
620
607
  msgstr[1] "başlıklar"
621
608
 
609
+ #, python-brace-format
622
610
  msgid "{$ ctrl.cluster.create_timeout $} minute"
623
611
  msgid_plural "{$ ctrl.cluster.create_timeout $} minutes"
624
612
  msgstr[0] "{$ ctrl.cluster.create_timeout $} dakika"
@@ -6,7 +6,7 @@
6
6
  <dt translate>Public</dt>
7
7
  <dd translate>Make cluster template public. Default: False</dd>
8
8
  <dt translate>Enable Registry</dt>
9
- <dd translate>Enable docker registry in the cluster temlate. Default: False</dd>
9
+ <dd translate>Enable Docker Registry in the cluster template. Default: False</dd>
10
10
  <dt translate>Disable TLS</dt>
11
11
  <dd translate>Disable TLS in the cluster template. Default: False</dd>
12
- </dl>
12
+ </dl>
@@ -1 +1 @@
1
- <p translate>Arbitrary labels in the form of key=value pairs to associate with a cluster templates. May be used multiple times.</p>
1
+ <p translate>Arbitrary labels in the form of key-value pairs to associate with a cluster templates. May be used multiple times.</p>
@@ -10,5 +10,5 @@
10
10
  <dt translate>Docker Volume Size</dt>
11
11
  <dd translate>The size in GB for Docker Volume. Default: 25</dd>
12
12
  <dt translate>Insecure Registry</dt>
13
- <dd translate>The URL of docker registry.</dd>
14
- </dl>
13
+ <dd translate>The URL of Docker Registry.</dd>
14
+ </dl>
@@ -39,6 +39,7 @@
39
39
  'horizon.dashboard.container-infra.clusters.show-certificate.service',
40
40
  'horizon.dashboard.container-infra.clusters.sign-certificate.service',
41
41
  'horizon.dashboard.container-infra.clusters.rotate-certificate.service',
42
+ 'horizon.dashboard.container-infra.clusters.rotate-credential.service',
42
43
  'horizon.dashboard.container-infra.clusters.config.service',
43
44
  'horizon.dashboard.container-infra.clusters.resourceType'
44
45
  ];
@@ -53,6 +54,7 @@
53
54
  showCertificateService,
54
55
  signCertificateService,
55
56
  rotateCertificateService,
57
+ rotateCredentialService,
56
58
  getClusterConfigService,
57
59
  resourceType) {
58
60
 
@@ -120,6 +122,14 @@
120
122
  text: gettext('Rolling Cluster Upgrade')
121
123
  }
122
124
  })
125
+ .append({
126
+ id: 'rotateCredentialAction',
127
+ service: rotateCredentialService,
128
+ template: {
129
+ type: 'danger',
130
+ text: gettext('Rotate Cluster Credentials')
131
+ }
132
+ })
123
133
  .append({
124
134
  id: 'deleteClusterAction',
125
135
  service: deleteClusterService,
@@ -50,6 +50,11 @@
50
50
  expect(actionHasId(actions, 'rotateCertificateAction')).toBe(true);
51
51
  });
52
52
 
53
+ it('registers Rotate Credential as an item action', function() {
54
+ var actions = registry.getResourceType('OS::Magnum::Cluster').itemActions;
55
+ expect(actionHasId(actions, 'rotateCredentialAction')).toBe(true);
56
+ });
57
+
53
58
  it('registers Resize Cluster as an item action', function() {
54
59
  var actions = registry.getResourceType('OS::Magnum::Cluster').itemActions;
55
60
  expect(actionHasId(actions, 'resizeClusterAction')).toBe(true);
@@ -121,7 +121,7 @@
121
121
  {
122
122
  key: 'node_count',
123
123
  title: gettext('Node Count (default-worker)'),
124
- placeholder: gettext('The default-worker nodegroup node_count.'),
124
+ placeholder: gettext('The default-worker nodegroup node count.'),
125
125
  required: true,
126
126
  validationMessage: {
127
127
  101: gettext('You cannot resize to fewer than zero worker nodes.')
@@ -0,0 +1,119 @@
1
+ /**
2
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may
3
+ * not use this file except in compliance with the License. You may obtain
4
+ * a copy of the License at
5
+ *
6
+ * http://www.apache.org/licenses/LICENSE-2.0
7
+ *
8
+ * Unless required by applicable law or agreed to in writing, software
9
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
10
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
11
+ * License for the specific language governing permissions and limitations
12
+ * under the License.
13
+ */
14
+
15
+ (function() {
16
+ 'use strict';
17
+
18
+ /**
19
+ * @ngdoc overview
20
+ * @name horizon.dashboard.container-infra.clusters.rotate-credential.service
21
+ * @description Service for the container-infra cluster rotate certificate
22
+ */
23
+ angular
24
+ .module('horizon.dashboard.container-infra.clusters')
25
+ .factory(
26
+ 'horizon.dashboard.container-infra.clusters.rotate-credential.service',
27
+ rotateCredentialService);
28
+
29
+ rotateCredentialService.$inject = [
30
+ 'horizon.app.core.openstack-service-api.magnum',
31
+ 'horizon.dashboard.container-infra.clusters.resourceType',
32
+ 'horizon.framework.util.actions.action-result.service',
33
+ 'horizon.framework.util.i18n.gettext',
34
+ 'horizon.framework.util.q.extensions',
35
+ 'horizon.framework.widgets.modal.simple-modal.service',
36
+ 'horizon.framework.widgets.modal-wait-spinner.service',
37
+ 'horizon.framework.widgets.toast.service'
38
+ ];
39
+
40
+ function rotateCredentialService(
41
+ magnum, resourceType, actionResult, gettext, $qExtensions, modal, spinnerModal, toast
42
+ ) {
43
+ var cluster;
44
+ var labels = {
45
+ title: gettext('Confirm Credential Rotation'),
46
+ /* eslint-disable max-len */
47
+ message: gettext('You have chosen to rotate the credentials for cluster "%(name)s" (%(id)s). If you are not already the owner of this cluster, the cluster ownership will transfer to you.'),
48
+ submit: gettext('Rotate Cluster Credentials'),
49
+ };
50
+ var message = {
51
+ success: gettext('Credentials successfully rotated for cluster "%(name)s" (%(id)s).'),
52
+ error: gettext('Unable to rotate credentials for cluster "%(name)s" (%(id)s).'),
53
+ errorDetail: gettext('Unable to rotate credentials for cluster "%(name)s" (%(id)s): %(reason)s.')
54
+ };
55
+ var service = {
56
+ initAction: initAction,
57
+ perform: perform,
58
+ allowed: allowed
59
+ };
60
+
61
+ return service;
62
+
63
+ //////////////
64
+
65
+ function initAction() {
66
+ }
67
+
68
+ function perform(selected) {
69
+ cluster = { id: selected.id, name: selected.name };
70
+
71
+ var options = {
72
+ title: labels.title,
73
+ body: getMessage(labels.message),
74
+ submit: labels.submit
75
+ };
76
+
77
+ modal.modal(options).result.then(onSubmit);
78
+ }
79
+
80
+ function allowed() {
81
+ // NOTE(northcottmt): Consider hiding this if the user is unable to rotate credentials.
82
+ return $qExtensions.booleanAsPromise(true);
83
+ }
84
+
85
+ function onSubmit() {
86
+ spinnerModal.showModalSpinner(gettext('Loading'));
87
+ return magnum.rotateCredential(cluster.id)
88
+ .then(handleResponse)
89
+ .catch(onError)
90
+ .finally(spinnerModal.hideModalSpinner);
91
+ }
92
+
93
+ function handleResponse(response) {
94
+ var result = { created: [], deleted: [], failed: [], updated: [] };
95
+
96
+ if (!response) {
97
+ return result;
98
+ }
99
+
100
+ toast.add('success', getMessage(message.success));
101
+ result = actionResult.getActionResult().updated(resourceType, cluster.id).result;
102
+ return result;
103
+ }
104
+
105
+ function onError(response) {
106
+ var msg;
107
+ if (response && response.data) {
108
+ msg = getMessage(message.errorDetail, { reason: response.data });
109
+ } else {
110
+ msg = getMessage(message.error);
111
+ }
112
+ toast.add('error', msg);
113
+ }
114
+
115
+ function getMessage(message, params) {
116
+ return interpolate(message, Object.assign(cluster, params), true);
117
+ }
118
+ }
119
+ })();
@@ -0,0 +1,102 @@
1
+ /**
2
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may
3
+ * not use this file except in compliance with the License. You may obtain
4
+ * a copy of the License at
5
+ *
6
+ * http://www.apache.org/licenses/LICENSE-2.0
7
+ *
8
+ * Unless required by applicable law or agreed to in writing, software
9
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
10
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
11
+ * License for the specific language governing permissions and limitations
12
+ * under the License.
13
+ */
14
+
15
+ (function() {
16
+ 'use strict';
17
+
18
+ describe('horizon.dashboard.container-infra.clusters.rotate-credential.service', function() {
19
+
20
+ var $q, service, magnum, deferred, spinnerModal, modal, modalConfig, toast, toastState;
21
+ var selected = { id: '1', name: 'mycluster' };
22
+
23
+ ///////////////////
24
+
25
+ beforeEach(module('horizon.app.core'));
26
+ beforeEach(module('horizon.framework'));
27
+ beforeEach(module('horizon.dashboard.container-infra.clusters'));
28
+
29
+ beforeEach(inject(function($injector, _$q_) {
30
+ $q = _$q_;
31
+ service = $injector.get(
32
+ 'horizon.dashboard.container-infra.clusters.rotate-credential.service');
33
+ magnum = $injector.get('horizon.app.core.openstack-service-api.magnum');
34
+ spinnerModal = $injector.get('horizon.framework.widgets.modal-wait-spinner.service');
35
+ modal = $injector.get('horizon.framework.widgets.modal.simple-modal.service');
36
+ toast = $injector.get('horizon.framework.widgets.toast.service');
37
+
38
+ spyOn(spinnerModal, 'showModalSpinner').and.callFake(function() {});
39
+ spyOn(spinnerModal, 'hideModalSpinner').and.callFake(function() {});
40
+ spyOn(toast, 'add').and.callFake(function(state) {
41
+ toastState = state;
42
+ });
43
+ spyOn(modal, 'modal').and.callFake(function(config) {
44
+ deferred = $q.defer();
45
+ deferred.resolve(config);
46
+ modalConfig = config;
47
+ return { result: deferred.promise };
48
+ });
49
+ }));
50
+
51
+ it('should check the policy', function() {
52
+ var allowed = service.allowed();
53
+ expect(allowed).toBeTruthy();
54
+ });
55
+
56
+ it('should open the modal, hide the loading spinner, and rotate credentials',
57
+ inject(function($timeout) {
58
+ deferred = $q.defer();
59
+ deferred.resolve({});
60
+ spyOn(magnum, 'rotateCredential').and.returnValue(deferred.promise);
61
+
62
+ service.perform(selected);
63
+
64
+ $timeout(function() {
65
+ expect(toast.add).toHaveBeenCalledTimes(1);
66
+ expect(modal.modal).toHaveBeenCalled();
67
+ expect(spinnerModal.showModalSpinner).toHaveBeenCalled();
68
+ expect(spinnerModal.hideModalSpinner).toHaveBeenCalled();
69
+ expect(magnum.rotateCredential).toHaveBeenCalled();
70
+ expect(modalConfig.title).toBeDefined();
71
+ expect(modalConfig.body).toBeDefined();
72
+ expect(modalConfig.submit).toBeDefined();
73
+ expect(toastState).toEqual('success');
74
+ }, 0);
75
+ $timeout.flush();
76
+ })
77
+ );
78
+
79
+ it('should open the modal, hide the loading spinner, and handle errors on failed rotation',
80
+ inject(function($timeout) {
81
+ deferred = $q.defer();
82
+ deferred.reject();
83
+ spyOn(magnum, 'rotateCredential').and.returnValue(deferred.promise);
84
+
85
+ service.perform(selected);
86
+
87
+ $timeout(function () {
88
+ expect(toast.add).toHaveBeenCalledTimes(1);
89
+ expect(modal.modal).toHaveBeenCalled();
90
+ expect(spinnerModal.showModalSpinner).toHaveBeenCalled();
91
+ expect(spinnerModal.hideModalSpinner).toHaveBeenCalled();
92
+ expect(magnum.rotateCredential).toHaveBeenCalled();
93
+ expect(modalConfig.title).toBeDefined();
94
+ expect(modalConfig.body).toBeDefined();
95
+ expect(modalConfig.submit).toBeDefined();
96
+ expect(toastState).toEqual('error');
97
+ }, 0);
98
+ $timeout.flush();
99
+ })
100
+ );
101
+ });
102
+ })();
@@ -2,4 +2,4 @@
2
2
 
3
3
  <p translate>Specify additional labels to apply to the cluster or override labels set by the cluster template. Overriding labels set by the cluster template may result in your cluster being misconfigured, unstable or unable to be created.</p>
4
4
 
5
- <p translate>The key=value pair string is case insensitive and will be converted to lower case.</p>
5
+ <p translate>The key-value pair string is case insensitive and will be converted to lower case.</p>
@@ -8,4 +8,4 @@
8
8
  <p translate>If enabled, the minimum and maximum number of worker nodes must be specified.</p>
9
9
  <p translate>Auto scaling requires the use of CPU and memory limits on the resource definition of Pods.</p>
10
10
  <p translate>If Kubernetes is unable to schedule a Pod due to insufficient CPU or memory in the cluster, a worker node will be added, as long as the maximum number of worker nodes has not been reached.</p>
11
- <p translate>If the aggregate resource limits of all existing Pods is lower than 50% of the cluster capacity, a worker node will be removed, as long as the minimum number of worker nodes has not been reached.</p>
11
+ <p translate>If the aggregate resource limits of all existing Pods is lower than 50 percent of the cluster capacity, a worker node will be removed, as long as the minimum number of worker nodes has not been reached.</p>
@@ -48,6 +48,7 @@
48
48
  showCertificate: showCertificate,
49
49
  signCertificate: signCertificate,
50
50
  rotateCertificate: rotateCertificate,
51
+ rotateCredential: rotateCredential,
51
52
  getStats: getStats,
52
53
  getIngressControllers: getIngressControllers,
53
54
  getAddons: getAddons,
@@ -174,7 +175,7 @@
174
175
  function deleteClusterTemplate(id, suppressError) {
175
176
  var promise = apiService.delete('/api/container_infra/cluster_templates/', [id]);
176
177
  return suppressError ? promise : promise.catch(function onError() {
177
- var msg = gettext('Unable to delete the cluster template with id: %(id)s');
178
+ var msg = gettext('Unable to delete the cluster template with ID: %(id)s');
178
179
  toastService.add('error', interpolate(msg, { id: id }, true));
179
180
  });
180
181
  }
@@ -212,6 +213,25 @@
212
213
  });
213
214
  }
214
215
 
216
+ /////////////////
217
+ // Credentials //
218
+ /////////////////
219
+
220
+ function rotateCredential(id) {
221
+ return apiService.patch('/api/container_infra/credentials/' + id)
222
+ .catch(function onError(response) {
223
+ var msg, params;
224
+ if (response && response.data) {
225
+ msg = gettext('Unable to rotate credentials for cluster %(id)s: %(reason)s.');
226
+ params = { id: id, reason: response.data };
227
+ } else {
228
+ msg = gettext('Unable to rotate credentials for cluster %(id)s.');
229
+ params = { id: id };
230
+ }
231
+ toastService.add('error', interpolate(msg, params, true));
232
+ });
233
+ }
234
+
215
235
  ///////////
216
236
  // Stats //
217
237
  ///////////
@@ -284,7 +304,7 @@
284
304
  var promise = apiService.delete('/api/container_infra/quotas/' + projectId + '/' + resource,
285
305
  {project_id: projectId, resource: resource});
286
306
  return suppressError ? promise : promise.catch(function onError() {
287
- var msg = gettext('Unable to delete the quota with project id: %(projectId)s and ' +
307
+ var msg = gettext('Unable to delete the quota with project ID: %(projectId)s and ' +
288
308
  'resource: %(resource)s.');
289
309
  toastService.add('error',
290
310
  interpolate(msg, { projectId: projectId, resource: resource }, true));
@@ -177,7 +177,7 @@
177
177
  "method": "delete",
178
178
  "path": "/api/container_infra/cluster_templates/",
179
179
  "data": [1],
180
- "error": "Unable to delete the cluster template with id: 1",
180
+ "error": "Unable to delete the cluster template with ID: 1",
181
181
  "testInput": [1]
182
182
  },
183
183
  {
@@ -219,6 +219,13 @@
219
219
  "error": "Unable to rotate the certificate.",
220
220
  "testInput": [123, [123]]
221
221
  },
222
+ {
223
+ "func": "rotateCredential",
224
+ "method": "patch",
225
+ "path": "/api/container_infra/credentials/123",
226
+ "error": "Unable to rotate credentials for cluster 123.",
227
+ "testInput": [123]
228
+ },
222
229
  {
223
230
  "func": "getQuotas",
224
231
  "method": "get",
@@ -278,7 +285,7 @@
278
285
  "resource": "Cluster"
279
286
  },
280
287
  "path": "/api/container_infra/quotas/123/Cluster",
281
- "error": "Unable to delete the quota with project id: 123 and resource: Cluster.",
288
+ "error": "Unable to delete the quota with project ID: 123 and resource: Cluster.",
282
289
  "testInput": ["123", "Cluster"]
283
290
  },
284
291
  {
@@ -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,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: magnum-ui
3
- Version: 16.0.0.0rc1
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
@@ -21,7 +21,7 @@ Classifier: Programming Language :: Python :: 3.11
21
21
  License-File: LICENSE
22
22
  License-File: AUTHORS
23
23
  Requires-Dist: pbr !=2.1.0,>=2.0.0
24
- Requires-Dist: python-magnumclient >=4.2.0
24
+ Requires-Dist: python-magnumclient >=4.9.0
25
25
  Requires-Dist: python-heatclient >=1.18.0
26
26
  Requires-Dist: horizon >=17.1.0
27
27
 
@@ -3,9 +3,9 @@ magnum_ui/karma.conf.js,sha256=hcG4XL66J9t4NCYRy4S-N6Fyz5ZIIQJeHvkcRJ-949A,5502
3
3
  magnum_ui/version.py,sha256=wE4hFR9_kWK53KfUZNviqJMpLy_3a2jQBcrNhJHLeHw,626
4
4
  magnum_ui/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  magnum_ui/api/heat.py,sha256=lM3URoQ4PWahTFAbfNqHP6vppUkr4mfqOikanBUUgfg,1910
6
- magnum_ui/api/magnum.py,sha256=g13jvbI3pzUf9HEMiGSPK91YqBK7Th6XU8IqUDOP3bA,10348
6
+ magnum_ui/api/magnum.py,sha256=G1KGHWtfrW_EKj4OwvaSp4TdPPIyqly1d8MYS84Ofz0,10442
7
7
  magnum_ui/api/rest/__init__.py,sha256=YNQkFUbPTeSOVF8Fs1OeCkAfsoIBBNZfePBNe93EJg8,639
8
- magnum_ui/api/rest/magnum.py,sha256=LAzKTPfSjpHVPiZa_M8EV8HJW6vaAXvyLnQluVg5iBE,16105
8
+ magnum_ui/api/rest/magnum.py,sha256=I1ZVOg7kjq9aLi7uS-bHZ0k8ADvuP6NdJzqdvLvFWdw,16460
9
9
  magnum_ui/content/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
10
  magnum_ui/content/cluster_templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  magnum_ui/content/cluster_templates/panel.py,sha256=yU0HwXKvIQ4oThM9yB2kldJ4mdV2NlENHWjs4WHVn20,789
@@ -26,31 +26,30 @@ magnum_ui/enabled/_2370_admin_container_infra_panel_group.py,sha256=sS_fSp3C-4Q_
26
26
  magnum_ui/enabled/_2371_admin_container_infra_quotas_panel.py,sha256=yrbVDggINc_c2BHDwF4SxC2wDA0vVuo10mDK20lZ8Og,970
27
27
  magnum_ui/enabled/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
28
  magnum_ui/locale/cs/LC_MESSAGES/django.po,sha256=iqvZiO_EGnAPfrxrelxBtR9sHF47nbXQog-qpuaeYIQ,753
29
- magnum_ui/locale/cs/LC_MESSAGES/djangojs.po,sha256=946pZJtGbAJUpV_1PCLzqJP6nwgxP92pqYaJJJ4D5MQ,12014
30
29
  magnum_ui/locale/de/LC_MESSAGES/django.po,sha256=OQ9ZA3uhHF51KSJiD7IFKCtqw-cxWQbUvpm8qu3L-qo,1006
31
- magnum_ui/locale/de/LC_MESSAGES/djangojs.po,sha256=U8nMdrJoQLZ3EpzMZzCFqt1cT7lyJobAklSZLKJBlD4,19489
32
- magnum_ui/locale/en_AU/LC_MESSAGES/djangojs.po,sha256=SXRFASXlrNWXAvGCN-s28ntox_VPT03Wobis8Cz2Kes,12871
30
+ magnum_ui/locale/de/LC_MESSAGES/djangojs.po,sha256=SfJs0Z6BEX6MAS9ikFJakdfHSOMmf4RmJYaINO9lSzA,18689
31
+ magnum_ui/locale/en_AU/LC_MESSAGES/djangojs.po,sha256=MtvGF7R5qEh5kYeKFHe4z95KDgIIdJvl7M1OQPGtpUg,12372
33
32
  magnum_ui/locale/en_GB/LC_MESSAGES/django.po,sha256=WIiwNCqpqoqcl5lixs9p7H8EbZeqwAziWiwFrMu6IIA,1017
34
- magnum_ui/locale/en_GB/LC_MESSAGES/djangojs.po,sha256=mLFeOpyhIoNX6eloXhPkM3QCgaugFWJQ6NIlyeJggVw,27262
33
+ magnum_ui/locale/en_GB/LC_MESSAGES/djangojs.po,sha256=-NzEZ12QGJS0V4gNz7xl1XI8cfk2SH_O-G2UgL30aOU,27100
35
34
  magnum_ui/locale/fr/LC_MESSAGES/django.po,sha256=DIvpFb5WUmPjHxqHgQpthPcovXOGoWTD4xZBM3uBnrg,964
36
- magnum_ui/locale/fr/LC_MESSAGES/djangojs.po,sha256=E-RaFmCvVZXKGzEu4P_kBdewPZqdU3Ug9vQZUFJ4zjA,16389
35
+ magnum_ui/locale/fr/LC_MESSAGES/djangojs.po,sha256=Hug5zsRhZhbKLxLccapMpUprId7haGdyPI0UACaVb1I,15800
37
36
  magnum_ui/locale/id/LC_MESSAGES/django.po,sha256=DxE4a0WbgUfK4jwomeHU4TZZA_SYk5Z-B94rvMcN6is,1106
38
- magnum_ui/locale/id/LC_MESSAGES/djangojs.po,sha256=E0I0E5W94Zpce-jc7LfagV36PnNOPtEJ1lclMlBtMxo,18180
37
+ magnum_ui/locale/id/LC_MESSAGES/djangojs.po,sha256=fr0WQjIkH2JdBm3ky0kbdA2Rdl-jcT4CFfKIpuV-eh8,17402
39
38
  magnum_ui/locale/ja/LC_MESSAGES/django.po,sha256=nqHJcnXTfMxQPMklcbDBWqVJEH8IuwIjGXMxIJXRumU,1091
40
- magnum_ui/locale/ja/LC_MESSAGES/djangojs.po,sha256=-8Y1w6VTpexfSPc1jHAK_kMLGIyHCyYjzG38EbhZVqE,19794
39
+ magnum_ui/locale/ja/LC_MESSAGES/djangojs.po,sha256=8EhJ3dvmEVAmklcETclwccC8TciE3fxYhBh-us68IWA,18871
41
40
  magnum_ui/locale/ko_KR/LC_MESSAGES/django.po,sha256=SiqSFodRzhdy6TIziPGG0Ypb1WNNVGFacqAaBSQnZ7A,1065
42
- magnum_ui/locale/ko_KR/LC_MESSAGES/djangojs.po,sha256=ookpPvDpNRsXoE_QrRBnvjO6IcP0kgQ6tvl1EA2KE9w,18435
41
+ magnum_ui/locale/ko_KR/LC_MESSAGES/djangojs.po,sha256=ZQ3BhY1C_F-L6apwYFJogSrlc05l6NhesQMHQxkSR8Q,17587
43
42
  magnum_ui/locale/pt_BR/LC_MESSAGES/django.po,sha256=5ge1T9IaSvfHiLC0fws2bO0yOHbTz5Pjy-uCGaxATyw,1111
44
- magnum_ui/locale/pt_BR/LC_MESSAGES/djangojs.po,sha256=nZm7oMYNEqxAP9NZ1-mp5A2OnHU65eoNEWV0NczrwP4,18651
45
- magnum_ui/locale/ru/LC_MESSAGES/django.po,sha256=3JrysHwde2dwEYghWhPx69WHofPyfXb16pbixEeRHbM,1304
46
- magnum_ui/locale/ru/LC_MESSAGES/djangojs.po,sha256=XLbS5HsZrMxTTmtQ2ZF9MRaWCOcD-wxTmKfXS0dnNrE,31117
43
+ magnum_ui/locale/pt_BR/LC_MESSAGES/djangojs.po,sha256=bntsNAORypuEUjv-ZwdYahu9kRXsycBe7ivjO7ZcAqc,17855
44
+ magnum_ui/locale/ru/LC_MESSAGES/django.po,sha256=RqskB9KUCSI0LJ_jodE0lEnkJvrHiHLGkKqBU-qrfhU,1356
45
+ magnum_ui/locale/ru/LC_MESSAGES/djangojs.po,sha256=tKgURLep-GKlZjWTUwgf1Qjl9zf3B7TQavKUrRdagDs,46381
47
46
  magnum_ui/locale/tr_TR/LC_MESSAGES/django.po,sha256=5yx919I7lShwE3_tIGFzeqnmuvjL2UMJ1u5sSU5D0GI,894
48
- magnum_ui/locale/tr_TR/LC_MESSAGES/djangojs.po,sha256=SME4ih9PtTQcO6F3pHkLYdyV1DklzwWPh92hoXOXSSk,14818
47
+ magnum_ui/locale/tr_TR/LC_MESSAGES/djangojs.po,sha256=VorDo6di0g-eE6Q5OHnWYadjf5m7AO9nAQq-u8lEtZE,14308
49
48
  magnum_ui/static/dashboard/container-infra/container-infra.module.js,sha256=QXlHk9JzVBLRIX7t_b7dPXJ5J8a6ygg2okxTiOgXxXQ,1333
50
49
  magnum_ui/static/dashboard/container-infra/container-infra.module.spec.js,sha256=yxNoHcdfxznzA808EAJRLlXTwg6OetIzRvwkgO7MqpY,833
51
50
  magnum_ui/static/dashboard/container-infra/container-infra.scss,sha256=vjP5qnmTbliUDJrQzq_ATzotkki8-jhzKlUEC68oOjQ,29
52
- magnum_ui/static/dashboard/container-infra/magnum.service.js,sha256=UPdT3WgQISR2KMqrGxi9x-3nJqLxyt41HdPspeCRSNo,10936
53
- magnum_ui/static/dashboard/container-infra/magnum.service.spec.js,sha256=jvGup1T6JbiPIhrXm3NasXn5M_e0fO9zND3M7Ek9wuw,8947
51
+ magnum_ui/static/dashboard/container-infra/magnum.service.js,sha256=NmUE9ariqSzNaGsnMKh_YVWpffO8t-nRtr7nNYoEbZ8,11645
52
+ magnum_ui/static/dashboard/container-infra/magnum.service.spec.js,sha256=qyNdJKX_KqINwG6xCSr0_Ol5t9aJHBwnYSf41CrT7Sw,9176
54
53
  magnum_ui/static/dashboard/container-infra/utils.service.js,sha256=P75HvVEkLcUDEZXNdrcId8bXmGrwFRDRjwEoCpVA9tw,2227
55
54
  magnum_ui/static/dashboard/container-infra/utils.service.spec.js,sha256=L4uuWfM-9FgsTxFqSinLJCcGbWdn-K3QHsCxZwoYdU4,1432
56
55
  magnum_ui/static/dashboard/container-infra/cluster-templates/actions.module.js,sha256=SXdjf_kmpVAC0XrAwhKA__NjL3eYfm_UveRdj3poP2w,2965
@@ -73,14 +72,14 @@ magnum_ui/static/dashboard/container-infra/cluster-templates/details/overview.co
73
72
  magnum_ui/static/dashboard/container-infra/cluster-templates/details/overview.html,sha256=lqZS67bLqzvQAAr02ppc-9WhN_zkglqPGijKHhr1lPE,4210
74
73
  magnum_ui/static/dashboard/container-infra/cluster-templates/update/update.service.js,sha256=q_J_1NYC5R3UpwuwCi4q4p34TueoZ3gp-P2ouDAECdM,5083
75
74
  magnum_ui/static/dashboard/container-infra/cluster-templates/update/update.service.spec.js,sha256=nDFUmpCf4muSjQLSUa6I5YeCknT0R-WWOF5a60xaBxA,2945
76
- magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/info.help.html,sha256=GW_FnxQuWGd2jpCjlRzJaJBmUlEwy5e6VASqG5zhaDU,551
77
- magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/labels.help.html,sha256=6pnS-apeuSaZ65kGLKhJztT_0DnjIIKWDAvWtDIwNcY,131
75
+ magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/info.help.html,sha256=voZpjay3MEaac3coJtnAH7r0mgzTXq6tXkEHD8aaT-0,553
76
+ magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/labels.help.html,sha256=cqWCN7mXZR_2EIfvZpH7W3f5NQJ4T0MzkN0aPiH9EkM,132
78
77
  magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/network.help.html,sha256=C7x_gkRXJBACN_wP5quSnNkaRIGERWuO6qrg_p0APaY,546
79
- magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/spec.help.html,sha256=dfmpRa34IrCmLkNFtyOUo2BMmjjzs0c0h00gQlzML1Y,704
78
+ magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/spec.help.html,sha256=DEbvOWriYyySF9Ec8R2T3t4as1NsLULh9HbBHzqYiR8,705
80
79
  magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/workflow.service.js,sha256=x9ymCKL3-xDDuL4KxvgCnwhLj7jbVyS92S9towCcdxM,20688
81
80
  magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/workflow.service.spec.js,sha256=hMX1uIuI8fbxheZpr5es7uhACVqeeIpVFSv2Ba5wfJ4,2587
82
- magnum_ui/static/dashboard/container-infra/clusters/actions.module.js,sha256=tqvS8FVJP1irkzGEP_m-tLZJi6NGbgjJv25dJZ29uqs,3918
83
- magnum_ui/static/dashboard/container-infra/clusters/actions.module.spec.js,sha256=FnJvPXYyp0BBzHnN3JhCfta6WvJ2CIqgfBabrqCFzLQ,2963
81
+ magnum_ui/static/dashboard/container-infra/clusters/actions.module.js,sha256=QLn4ixPMnWpsg2sbIWsLD5rmamPaidxh44DJRNqt4o4,4238
82
+ magnum_ui/static/dashboard/container-infra/clusters/actions.module.spec.js,sha256=BCQFceNG7nv_wQq13E6HmqiAGQkhflvS9dcYToVSARY,3195
84
83
  magnum_ui/static/dashboard/container-infra/clusters/cluster-stats.controller.js,sha256=HohGo8zcEoWs4Ze5unm3-rjjeHFeJz1pY350UOmdj1I,2981
85
84
  magnum_ui/static/dashboard/container-infra/clusters/cluster-stats.controller.spec.js,sha256=FmtJOqJHjy0kv4P1x0sjZcQGq7bDpPecEWDhDNFEoUI,2721
86
85
  magnum_ui/static/dashboard/container-infra/clusters/clusters.module.js,sha256=-AGVKBzJNYZ0nYC1uLo-FkWeuyVfz64wDh_mk2sBxao,6737
@@ -104,12 +103,14 @@ magnum_ui/static/dashboard/container-infra/clusters/details/drawer.html,sha256=0
104
103
  magnum_ui/static/dashboard/container-infra/clusters/details/overview.controller.js,sha256=22cJ4cjnVT_jzJ4CCXQ36-krpY1-ADTd08-alm4KdsI,1533
105
104
  magnum_ui/static/dashboard/container-infra/clusters/details/overview.controller.spec.js,sha256=fmuWauBD6bZM8hDN32xtauamqLW9IVB4ZhPE8rpR0W0,1719
106
105
  magnum_ui/static/dashboard/container-infra/clusters/details/overview.html,sha256=tw-ga-rQMN5xQandng7mWmzJ9xbLzTf0242lUgvBbjY,4514
107
- magnum_ui/static/dashboard/container-infra/clusters/resize/resize.service.js,sha256=qUGFTFxINEOrSDRpIS0Xm3FiO_0-TqlNt7_qTtA7SIk,6527
106
+ magnum_ui/static/dashboard/container-infra/clusters/resize/resize.service.js,sha256=S65h2MLKr1Yfe9DtgZQXI79d6qfWoUMeGJeE7qGsAR4,6527
108
107
  magnum_ui/static/dashboard/container-infra/clusters/resize/resize.service.spec.js,sha256=4W7JDfYKRBYq-F0bJZlu9KDH1ow8gRwS6EDMHVFBmeg,4693
109
108
  magnum_ui/static/dashboard/container-infra/clusters/rolling-upgrade/upgrade.service.js,sha256=jvbsYRUGI1FktfETc1sIOssWr_pw1rlrcRCozmCoFck,7506
110
109
  magnum_ui/static/dashboard/container-infra/clusters/rolling-upgrade/upgrade.service.spec.js,sha256=w4OoURdD_IF_jM-fS6ZjlmgOIIGGeF1pVActS6jgKSc,4801
111
110
  magnum_ui/static/dashboard/container-infra/clusters/rotate-certificate/rotate-certificate.service.js,sha256=d-ZaxAFyoBPtDxHOn5svEG_Ac9ygi7sOn7oGv2A-q_U,2382
112
111
  magnum_ui/static/dashboard/container-infra/clusters/rotate-certificate/rotate-certificate.service.spec.js,sha256=mD_mXewxBTi4YlMnBjTlY7alGRq7qRszqPZIIJpGBH0,1678
112
+ magnum_ui/static/dashboard/container-infra/clusters/rotate-credential/rotate-credential.service.js,sha256=Sgj8pBTJwGwS509o3Pw0f2XruPb1Og1-qaQqmK7h6jg,3891
113
+ magnum_ui/static/dashboard/container-infra/clusters/rotate-credential/rotate-credential.service.spec.js,sha256=nGDtTgCfznzMB81iJu83-lfMJXRj0ZuaxS8f_35xQPk,3911
113
114
  magnum_ui/static/dashboard/container-infra/clusters/show-certificate/show-certificate.service.js,sha256=yjvmy4URkfJrl5L0hBzi0BXSkTTQGCGwQUZuu45NYks,2097
114
115
  magnum_ui/static/dashboard/container-infra/clusters/show-certificate/show-certificate.service.spec.js,sha256=ECXhcLrxWgZSAnuHGQ8X-6xXX8o63xhmJXnXdwW3zug,1712
115
116
  magnum_ui/static/dashboard/container-infra/clusters/sign-certificate/sign-certificate-modal.controller.js,sha256=ZFCFDZZG_tnWp4YfJunxjovzKdKXdLQxm-dxnIX0lEI,1531
@@ -118,14 +119,14 @@ magnum_ui/static/dashboard/container-infra/clusters/sign-certificate/sign-certif
118
119
  magnum_ui/static/dashboard/container-infra/clusters/sign-certificate/sign-certificate-model.spec.js,sha256=vFq0HqRFHOSTfp2a55OUvepJr8bT24EabC6tlfBA89c,1580
119
120
  magnum_ui/static/dashboard/container-infra/clusters/sign-certificate/sign-certificate.service.js,sha256=jgt-EhcFz4YqFn-6gqz3adSNb4WVjxY8oqeGTyaQ2c0,2979
120
121
  magnum_ui/static/dashboard/container-infra/clusters/sign-certificate/sign-certificate.service.spec.js,sha256=wBTnUhcAGMX5CnEAsvfi7N2PDNai_kQ3zh4StYTD3HQ,2393
121
- magnum_ui/static/dashboard/container-infra/clusters/workflow/advanced.help.html,sha256=3TpipMb754br3cYVIQyT_smPtbMngEfudJ2nHgapbT4,393
122
+ magnum_ui/static/dashboard/container-infra/clusters/workflow/advanced.help.html,sha256=dNDgJy8Sui3s_H1fM80Vy23C0TAlMGaa_QhTlnWKu0k,393
122
123
  magnum_ui/static/dashboard/container-infra/clusters/workflow/cluster-template.controller.js,sha256=TENUOncg63ukNeGxLUfPtKsDC3wYcopGZHPoXGoPIlQ,5027
123
124
  magnum_ui/static/dashboard/container-infra/clusters/workflow/cluster-template.controller.spec.js,sha256=TupdSwiIUhMRtdapD9SW9M5uWDwAsrPbcULTc5jgKug,9817
124
125
  magnum_ui/static/dashboard/container-infra/clusters/workflow/cluster-template.html,sha256=MMxTztsVLyw7O3ZvStQ7wyvFetVpmCpZ658ctiu3WDk,1315
125
126
  magnum_ui/static/dashboard/container-infra/clusters/workflow/details.help.html,sha256=UTG87Dp-4jYABEKdHqeAKNB4C8fqpgriP9MJ_itEk_0,229
126
127
  magnum_ui/static/dashboard/container-infra/clusters/workflow/management.help.html,sha256=cowhxDWnXXefPGRAbUTbXHZboXEmuLgk0CfMikDjIvQ,266
127
128
  magnum_ui/static/dashboard/container-infra/clusters/workflow/network.help.html,sha256=36Fe01YOn836Qz_GnpBC6A60EDSknLBcKnPtJM75oNA,1211
128
- magnum_ui/static/dashboard/container-infra/clusters/workflow/size.help.html,sha256=C4uRym8byNSBX6ROfCEFm0caxAeA7cusXcuRbzWl7Qo,861
129
+ magnum_ui/static/dashboard/container-infra/clusters/workflow/size.help.html,sha256=I39qX8vR5M2MLJMuSXeZ15kno6cCzK8UgkPJhGrhEew,868
129
130
  magnum_ui/static/dashboard/container-infra/clusters/workflow/workflow.service.js,sha256=wDwsWs1Azk5UyqXzUAR4mAThqAYCLCNxrn9CP49WcEU,29828
130
131
  magnum_ui/static/dashboard/container-infra/clusters/workflow/workflow.service.spec.js,sha256=iV9ZnzQZ8Qbtavh2dRudb3yxu6t9d2fD28U9Ajw-sxU,3861
131
132
  magnum_ui/static/dashboard/container-infra/quotas/actions.module.js,sha256=ijIKewMFFxNf8qBy1GtUcrAgr_5bkSp99GcYP_Axa8M,2434
@@ -150,10 +151,10 @@ magnum_ui/test/test_data.py,sha256=FjDNKKnxx3nDTczb7kMQYbMlg5yhin06F080Gt9AkD0,3
150
151
  magnum_ui/test/api_tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
151
152
  magnum_ui/test/api_tests/test_rest_api.py,sha256=A8VanDLVVnTdJeXstZs0CaokoE27uGbpt2k_x30TFqI,5516
152
153
  magnum_ui/test/integration_tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
153
- magnum_ui-16.0.0.0rc1.dist-info/AUTHORS,sha256=0cQzwdJJrjN8oW8CLf0XHhJB6ab-vZJXy_h5w_LQjdc,2839
154
- magnum_ui-16.0.0.0rc1.dist-info/LICENSE,sha256=XfKg2H1sVi8OoRxoisUlMqoo10TKvHmU_wU39ks7MyA,10143
155
- magnum_ui-16.0.0.0rc1.dist-info/METADATA,sha256=L8DSgEz4BBPvPnbvxBGliUrfIB09oEDGUv_7Ypt7GTE,3499
156
- magnum_ui-16.0.0.0rc1.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
157
- magnum_ui-16.0.0.0rc1.dist-info/pbr.json,sha256=2ZBmaB2J3r5fbK6P1l1YmioDvea34K_1Zf9kYDu4Yho,46
158
- magnum_ui-16.0.0.0rc1.dist-info/top_level.txt,sha256=CDLukePJoQ3_SL4beNNspl5mYErPcdlNGI9CEKD01cA,10
159
- magnum_ui-16.0.0.0rc1.dist-info/RECORD,,
154
+ magnum_ui-17.0.0.0rc1.dist-info/AUTHORS,sha256=LvjAGFnTySAiq5IsdVWHK-047PFtRmrdI73fe7VGWrQ,3011
155
+ magnum_ui-17.0.0.0rc1.dist-info/LICENSE,sha256=XfKg2H1sVi8OoRxoisUlMqoo10TKvHmU_wU39ks7MyA,10143
156
+ magnum_ui-17.0.0.0rc1.dist-info/METADATA,sha256=QXNPbg8Ay_sx32oRam9qn7x-rJZhICmYxpr1phE9Alg,3499
157
+ magnum_ui-17.0.0.0rc1.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
158
+ magnum_ui-17.0.0.0rc1.dist-info/pbr.json,sha256=82eer7wX8gH6YOLqCmzeGS74V6BoMWUrz49PusAD4z4,46
159
+ magnum_ui-17.0.0.0rc1.dist-info/top_level.txt,sha256=CDLukePJoQ3_SL4beNNspl5mYErPcdlNGI9CEKD01cA,10
160
+ magnum_ui-17.0.0.0rc1.dist-info/RECORD,,
@@ -0,0 +1 @@
1
+ {"git_version": "8b85469", "is_release": true}