- 23 Jul, 2020 1 commit
-
-
Feilong Wang authored
There are two fixes included in this patch: 1. List nodes correctly. We have renamed minion to node, which cause the filter doesn't work correctly. 2. The response from magnumclient resize method is not a json, so we need to convert it to dict before return. Rolling upgrade has the same issue. Task: 39810 Story: 2007697 Change-Id: I7a03dfea2c84a423f15cfbe4194a8492f72dbd35 (cherry picked from commit 96312eaf)
-
- 13 Jul, 2020 1 commit
-
-
Andreas Jaeger authored
horizon is doing frequent releases, the install from source is not working as is anymore. Remove it. Change-Id: I958f51d845f137ac20c1cdce8f55a3172e13246e (cherry picked from commit dbbe877c)
-
- 21 May, 2020 1 commit
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I5770f4f662d2bf9346f116f5d9861409d0dc023b
-
- 20 May, 2020 1 commit
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I6c1482630231946c08919dc3d4e4fa21ffbf8890
-
- 27 Apr, 2020 1 commit
-
-
Zuul authored
-
- 26 Apr, 2020 1 commit
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I015b9cd32b5e347d8d21e721cdc81640cc4deeaa
-
- 24 Apr, 2020 2 commits
-
-
OpenStack Release Bot authored
Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/ussuri branch, tests will continue to use the upper-constraints list on master. Change-Id: I1df00f821800464281be75f9c88fd412fa4233fb
-
OpenStack Release Bot authored
Change-Id: I3280996a7e2688b3da2a0df9369800480cb75d0e
-
- 21 Apr, 2020 2 commits
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I181688a50c8ca0f44f2d8e4003522107eae565c4
-
Zuul authored
-
- 18 Apr, 2020 1 commit
-
-
Sean McGinnis authored
Now that we no longer support py27, we can use the standard library unittest.mock module instead of the third party mock lib. Change-Id: Ie3c9acbcfd21a7ef02c48dace486e80c502f0833 Signed-off-by:Sean McGinnis <sean.mcginnis@gmail.com>
-
- 17 Apr, 2020 3 commits
-
-
Zuul authored
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Id4f28780c93d6915502b87c683183f1d94c7618d
-
manchandavishal authored
Recently horizon added pytest d6fe0170ee2bc14eab27f8bdf0deb57706b85bb7 which causes the job failure here. This patch adds the pytest in the 'lower-constraints.txt' and 'test-requirements.txt' to fix gate. Change-Id: Iebc13eabb514377d7efd02391d20d2e6e14b451c
-
- 14 Apr, 2020 1 commit
-
-
Bharat Kunwar authored
At present, resize cluster invocation via the magnum-ui fails because it tries to resize production_group nodegroup which is not a thing. Until we support ability to specify nodegroups, we ought to use the default of default-worker nodegroup. Change-Id: I3e9553e6d337ab1580c0e3bb3d1a88e8b97f2f23
-
- 11 Apr, 2020 1 commit
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Idebac9e8e3dfee92b8bccfe9c24dbf5ef73718cb
-
- 08 Apr, 2020 1 commit
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I310d3b1b09b93eaa627b1255049004f594934ee6
-
- 01 Apr, 2020 1 commit
-
-
manchandavishal authored
Horizon requires pyScss>=1.3.7 [1] but lower-constraints.txt in magnum-ui uses pyScss 1.3.4 which can cause the failure in future. So this patch update pyScss version in lower-constraints.txt to sync the change. [1] https://review.opendev.org/#/c/715241/ Change-Id: I09c33697cf934fc34313ad7e8b4e4bed336eca4e
-
- 17 Feb, 2020 1 commit
-
-
Zuul authored
-
- 14 Jan, 2020 3 commits
- 11 Jan, 2020 1 commit
-
-
Andreas Jaeger authored
This repo does not support Python 2 anymore, so we don't need six for compatibility between Python2 and 3, convert six usage to Python 3 code. Note that six.text_type is "str" in Python 3, so we can remove the clause completly. Needed-By: https://review.opendev.org/701743 Change-Id: I7dbdf7b773d72db9204c6251b1ce561cf7675522
-
- 10 Jan, 2020 1 commit
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Id1b2b2cc0c48e2ed1cf92751a92fa1fa95acf652
-
- 06 Jan, 2020 1 commit
-
-
xiaojueguan authored
Change-Id: I97fb280d2903a9e3277f5dc2fd96fd3ecde513d9 Closes-Bug: 1858392
-
- 01 Jan, 2020 1 commit
-
-
manchandavishal authored
Django 1.11 ends its extended support in April 2020 (which is before Ussuri release), so horizon drops Django 1.11 support in Ussuri. tox envs for non-primary Django versions are no longer needed in tox.ini as testing environments for non-primary Django versions are setup in the zuul jobs now. horizon>=17.1.0 is required to use Django 2.2. requirements.txt and lower-constraints.txt are updated accordingly. for more info. please refer [1]. Depends-On: https://review.opendev.org/#/c/700733/ [1] https://etherpad.openstack.org/p/Enable_Django22_support_in_Horizon_Plugin Change-Id: Iea3bfeba70fc91c4c5b3f5741111dcd5afa5b324
-
- 30 Dec, 2019 1 commit
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I8f8b2d8d7cb8fb26271e35cc92f01e232d668b5f
-
- 28 Dec, 2019 2 commits
-
-
Akihiro Motoki authored
babel extractors are now registered via python entry points, so there is no need to declare babel extractors in babel configs. This change is important to make translation work in Django 2.2. django-babel does not work with Django 2.2 and looks unmaintained for over two years. The horizon team is thinking to switch the extractor to enmerkar (a fork of django-babel) to make extraction of translation string work again near future. It is important to drop the extractor definition to make the transition smooth. Change-Id: I3ec4561eba1387876c2bbd8ea0f227043e1809ca
-
Akihiro Motoki authored
magnum-ui doc generated the module reference, so requirements.txt should be here to apply upper-constraints. Change-Id: I12a57a5d8a59dbc958512641a1ef49fee5c81152
-
- 18 Dec, 2019 1 commit
-
-
Simon Merrick authored
+ Improve the launch work flow form. + Add REST endpoint for available ingress controllers + Add REST endpint for available addons Change-Id: Ic76d4d853bce0b1bfd107ca1bd6a7231939845df Depends-On: https://review.opendev.org/#/c/697000/
-
- 13 Dec, 2019 1 commit
-
-
Simon Merrick authored
+ Fixes missing url registraion for upgrade cluster in prior patch (https://review.opendev.org/#/c/697000/4). Change-Id: I7dbe7e076f9b0171b4b1990a57270c6ea0f2610c
-
- 12 Dec, 2019 1 commit
-
-
Simon Merrick authored
+ Create new row action on clusters panel + Create new modal form for upgrading cluster + Create REST endpoint for upgrading cluster + Bump python-magnumclient lower constraint Change-Id: Id3fd3ee80fb27b08673933800aea6e7ee7ac7cd0
-
- 11 Dec, 2019 3 commits
-
-
Zuul authored
-
Simon Merrick authored
Create new row action on clusters panel Create new modal form for resizing cluster:wq Create REST endpoint for resizing cluster Bump python-magnumclient lower constraint Add heatclient lower constraint Change-Id: I591d4e6ebe85adac0bcefb3f95b1a7d2abf0ba88
-
Xinliang Liu authored
Fedora-coreos driver has been added in train. So make its image can be chosen in the UI. Make distros listed in order. Closes-Bug: #1855691 Change-Id: Ic436022b36470870f1ba6903515cee5b2bb1725f
-
- 26 Nov, 2019 2 commits
-
-
Bharat Kunwar authored
At present, it is not possible to create a cluster template with only the required values because the default value of `devicemapper` expects a docker_volume_size greater than 3 and this is opaque to the users since the end user simply sees `Cluster Template creation failed` error message on Horizon. Removing the default value for docker_storage_driver addresses this issue. Change-Id: I3b294ba13800a6d2db592cd378413304e8c62cce Story: 2006953 Task: 37639
-
Andrei Nistor authored
Without this patch, starting from Train, a user is not able to create or update a cluster template on the Horizon UI. Story: 2006953 Task: 37638 Change-Id: I214e8bad1dbabfd2e82d6d195152289a89d40e8d
-
- 16 Nov, 2019 1 commit
-
-
Ghanshyam Mann authored
OpenStack is dropping the py2.7 support in ussuri cycle. magnum-ui is ready with python 3 and ok to drop the python 2.7 support. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Depends-On: https://review.opendev.org/#/c/693631/ Change-Id: I9630d3da80bd79f3886bc82e891e827238925704
-
- 05 Oct, 2019 1 commit
-
-
manchandavishal authored
Horizon defined a project template 'horizon-non-primary-django-jobs' for django jobs. This patch use that template to run django jobs here. For information please refer [1] [1] https://review.opendev.org/#/c/681969/ Change-Id: Ic25ac51fb1134b06a1db148026da17239f43beed
-
- 27 Sep, 2019 1 commit
-
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/train. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/train. Change-Id: I57c80fa2bb87d89dd28e997d087f418028f0ffb6 Sem-Ver: feature
-