- Mar 04, 2019
-
-
pengyuesheng authored
When the modal box is opened, horizon.datatables.qs will be empty. When update row, the cache cannot be updated in real time, this makes filtering problems. Change-Id: I605726fa78c20126a7f48ad3b2953bc6b416349f Closes-Bug: #1817656
-
- Feb 23, 2019
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I8f0cd4ddf36e308221a1d4702b6afed674963e5a
-
- Feb 22, 2019
-
-
Zuul authored
-
- Feb 21, 2019
-
-
Zuul authored
-
Zuul authored
-
pengyuesheng authored
Change-Id: I538da897f1dca75bd8ceb23dc74b32ba4c410691
-
- Feb 20, 2019
-
-
Zuul authored
-
pengyuesheng authored
Change-Id: I285a588acf30b5e0858f98ff3d847a4049eb6b34 Closes-Bug: #1816684
-
Zuul authored
-
- Feb 19, 2019
-
-
manchandavishal authored
This patch fixes Volume Snapshot table 'Project' column info. Change-Id: Ibc8288da55867b63fddbb2b763bfd61377b0e5ad Closes-Bug: #1815859
-
Zuul authored
-
- Feb 15, 2019
-
-
Corey Bryant authored
This is a mechanically generated patch to add a unit test job running under Python 3.7. See ML discussion here [1] for context. [1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html Change-Id: I9607ff70e24f1fee298e1685c4cc7fbf46800d18 Story: #2004073 Task: #27417
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
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: Ib2356f3c0c6d5d376105c1d3b0c3c7656c0a4287
-
manchandavishal authored
This commit allow admin to list/show and delete volume-group snapshots using horizon dashboard. Partially-Implements blueprint cinder-generic-volume-groups Change-Id: If00d156a7a56ed699425b35ac60314c3a8cd049c
-
pengyuesheng authored
When the status of the volume snapshot is Error Deleting, the status displayed on the snapshot details page is Error_deleting Change-Id: Ib9541fe0612c154dd3aa4120e3526d678a9f7b37 Closes-Bug: #1816011
-
manchandavishal authored
This patch add 'Project ID' information in instances,Subnet, Volumes and Volumes Snapshots detail pages. Change-Id: I48da491d5283ab607d298b454d32a349e97be0d1 Closes-Bug: #1815029
-
- Feb 14, 2019
-
-
Zuul authored
-
- Feb 13, 2019
-
-
manchandavishal authored
After submitting a launch instance-workflow, an instance is technically only scheduled for launch - and not yet actually launched. This patch reflects this in the message presented in the top right corner. Closes-Bug: #1287051 Change-Id: Ie86e61c0db561eeb64101c55d304b07191f33ea8 Co-Authored-By:
Trygve Vea <trygve.vea@gmail.com>
-
pengyuesheng authored
The name is not required, so data["name"] may be empty, but the network.name_or_id must have a value Change-Id: I560e30f0081ea85e8f6e4b2db20c70630573741e Closes-Bug: #1815702
-
pengyuesheng authored
Flavor ID regex and Nova service are inconsistent and need to be modified Change-Id: Ib247cc0cbbf8e340f0ab19002d0010f571b9a33c Closes-Bug: #1813236
-
- Feb 12, 2019
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
manchandavishal authored
This patch add 'Project' column in volume-group table to the admin volume group panel.Now user would be able to list that group is created by admin or demo user. Change-Id: I5e4837a1a03b50bd6121aa0ab019829fd4a79dbb
-
pengyuesheng authored
on create volume form, do not enter the volume size and no error message shown Change-Id: I1b3c0d2cdddb77d5a3797d1af8e23299ed8f131b Closes-Bug: #1812965
-
- Feb 11, 2019
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I0f8a00ad57e6e6d5fca93f9c937ffe464d574557
-
- Feb 09, 2019
-
-
Akihiro Motoki authored
In "Manage Specs" table of "Volume Types" panel, when a key name of a QoS spec contains multiple spaces the QoS spec cannot be deleted because multiple spaces in the key name are reduced into a single space by the "minifyspace" templatetag. "minifyspace" itself is useful, so it looks better to escape a key name of a QoS spec to keep multiple spaces. This commit escapes a key name of a QoS spec by using urllib.parse.quote(). Change-Id: Id11080e2a4284d69b8afb5c554728a98e024289f Closes-Bug: #1811644
-
Akihiro Motoki authored
Previously tenant_absolute_limits was mocked but return_value was not set properly. As a result, MagicMock() is compared to an integer and this causes TypeError in python 3. Change-Id: I4c912c77f28df816811b9bb1667629548f3998c4 Closes-Bug: #1815287
-