- Jun 07, 2018
-
-
Zuul authored
-
- Jun 05, 2018
-
-
Ivan Kolodyazhny authored
Change-Id: I34e193725da4d860cee223e274301fc04f3b2954
-
Ivan Kolodyazhny authored
Since Cinder API v1 is removed in I03bf2db5bd7e2fdfb4f6032758ccaf2b348a82ba we don't need _replace_v2_parameters function anymore. Change-Id: I18c2787241f1dcbe4c0afc14a76630d9bfb1162a
-
- Jun 04, 2018
-
-
Zuul authored
-
vmarkov authored
Horizon can support several auth mechanisms, i.e. Keystone creds and OpenID. User allowed to choose proper way of auth and disclaimer is shown. But it is possible to allow choose from the only variant, and in this case disclaimer also shown, which is confusing. Proposed patch fix disclaimer display and makes it reasonable Closes-bug: #1774623 Change-Id: Ib039c6fdf1e4cd21b5ebe426fe2a15355a37353c
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
andrewbogott authored
Closes-Bug: #1771851 Change-Id: If77746cbbe73540218b90c516e5f8802c002854f
-
- Jun 01, 2018
-
-
Zuul authored
-
- May 31, 2018
-
-
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: Ie7f04e4ea1fc726999f996940487a650c05252e2
-
Zuul authored
-
- May 30, 2018
-
-
Feilong Wang authored
Currently, the flavor list is random on the panel of booting instance, which is not a good experience for end user. This patch fixes it and adds test accordingly. Closes-Bug: #1715042 Change-Id: Id5369ab75487d214a3395ba507b4394d4497903e
-
Michal Arbet authored
It was unable to upload image when horizon was running on python3, there was a problem with closed file in new thread. This commit is fixing this issue with added if clause whether horizon running on python2 or python3 and correctly call close_called on file when running on python3. Change-Id: Ice178f6269ac527ba62b26d86976b5336987c922 Closes-Bug: #1773935
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I943a6386977886265374b124d082980c42e63b8e
-
- May 25, 2018
-
-
Feilong Wang authored
Just like the flavor sort issue, this is another regression issue when we shift from the legacy launch instance wizard. By default, the image list should be ordered by name. Change-Id: Id619ad531f7e91326694ee90c112d6a7db0d14ad
-
- May 24, 2018
-
-
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: I8e5e6fc1609c8bc38647e38282d8e7c26546b842
-
chenxing authored
Because Heat projects have been migrated to Storyboard, the reference should be updated correctly. Change-Id: I4f5eea84fe50ecb495dcd0167e521950387a4810
-
- May 23, 2018
-
-
jmoffitt authored
The prior commit for this was functional but not quite correct. The policy rules currently in Horizon for attach and detach of volumes don't exist in Nova and are missing from the local copy of nova_policy.json and from Nova generated policy files. The fix to use the create instance copy of the rule only worked for attach and not detach ( https://review.openstack.org/#/c/570071/ ) This commit updates detach as well, and should be correct going forward based on the Nova policy rules at: https://git.openstack.org/cgit/openstack/nova/tree/nova/policies/volumes_attachments.py Change-Id: I07fccd6f12149cd88a049c46aa113dfd2b60bbaa Closes-bug: 1772759
-
Zuul authored
-
- May 22, 2018
-
-
jmoffitt authored
The attach_volume rule on the Compute Instances and Volume pages does not match the rule in the nova_policy.json file, or what is generated from an oslo policy generation on Nova. Update the rule to match what is used in the default policy file, and what Nova uses in its unit tests. While looking at this, discovered that the detach_volume has a similar problem, with no rule that matches at all. It may make sense to have detach volume use similar permissions to attach Change-Id: I40c709c7bb0c8538b56624dbfff1faea2eba9ee6 Closes-bug: 1772759
-
- May 20, 2018
-
-
Ian Y. Choi authored
auto_alloocated_network -> auto_allocated_network TrivialFix Change-Id: I6b2158f80826a23611bd6ae15285a8acedeb0925
-
- May 17, 2018
-
-
Larry GUO authored
Horizon don't have related change which align with the change in https://review.openstack.org/#/c/330285 . With this fix, horizon can work as expected Change-Id: I5940c662a0bec2beaf4863e07f7244311ba51212 Closes-Bug: #1770326 Signed-off-by:
GUO Larry <guo1017138@163.com>
-
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: Ia10b70620c5e83c61ead17822c8988618fb2f5cc
-
- May 16, 2018
- May 15, 2018
-
-
Adrian Turjak authored
Django 1.4 stopped creating django.wsgi files and the common practice now for a while has been a wsgi.py since it is actually python code, and should actually be importable. Right now someone has to copy and rename the existing file if they want to use it with a server like gunicorn. This patch adds a new file in location that is importable via python and adds a deprecation log to the old one. This also updates the wsgi generation commands to instead create 'horizon_wsgi.py' and have the apache conf generation also use that or the default wsgi file. Change-Id: I0f8bd16c8973ad23bcd8f73b54584dc69e5aed0c Closes-Bug: #1763204
-
- May 14, 2018
-
-
Akihiro Motoki authored
blueprint mock-framework-in-unit-tests Change-Id: I9e01edb594ba5272b4f516a327f65b83c96e5896
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Akihiro Motoki authored
blueprint mock-framework-in-unit-tests Change-Id: Id9b40bf44c5ab46e7af6c5fa1dea96663c38f3dd
-