- Aug 25, 2017
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I6af59b662a85e2bee4f80d0dc4198eb2e458171e
-
- Aug 24, 2017
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Ib82eb211f152d0f0cb10e7827948a9f73b3cbf9b
-
- Jul 28, 2017
- Jul 27, 2017
-
-
Jenkins authored
-
Eddie Ramirez authored
This removes some oddities with the CSS causing select menus to be hidden in some circumstances. The side effect of this is that when the modal body is tall, the window now scrolls instead of the body. I'm not sure if this is actually bad, but its different. Change-Id: If890ada4c1c450962789db23e9b4cfc50fe77900 Closes-Bug: 1603496 (cherry picked from commit f40e9d43)
-
- Jul 24, 2017
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: http://docs.openstack.org/developer/i18n/reviewing-translation-import.html Change-Id: I7b946684748f3a457620a1a337893829be23d4fe
-
- Jul 20, 2017
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: http://docs.openstack.org/developer/i18n/reviewing-translation-import.html Change-Id: I87dab6d078434c1aa1e6adb174cce2fcff779f9d
-
- Jul 19, 2017
- Jul 18, 2017
-
-
Jenkins authored
-
- Jul 15, 2017
-
-
Keiichi Hikita authored
If we do some resource action(e.g. create/update/delete ...), UpdateRow will be started. And then resource status will be updated automatically in front-end. But in case removing resource, number of resource that displayed on both above and bottom of table will not be updated correctly. I fixed update_footer_count function in horizon.tables.js. This function only updates number of resource in footer field. (tfoot span.table_count) But we also need to update header field. (thead span.table_count) So I add header update logic into this file. Change-Id: Idc4330fe779b62607ada39a9db3637de82d014f7 Closes-Bug: #1694207 (cherry picked from commit 5b2fe409)
-
- Jul 14, 2017
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: http://docs.openstack.org/developer/i18n/reviewing-translation-import.html Change-Id: Ibee0129a9ae1152cb6b6db206dbb031e85c7646e
-
zhangdebo authored
I found an interesting bug in images panel. In images panel, set filter to be "visibility: public", I got one image listed in the table, then I changed language from "en" to "zh_CN" and filter images again, I got none. In the tab of browser developer tool, I saw a correct response with one image data, but it was not appeared in the table. Later I found the attribute "isServer" of visibility filter is false, that caused the above bug. Change-Id: I130d07727fe74ce65aba72d3e63fdfe0c8721795 Closes-Bug: #1691683 (cherry picked from commit 37240662)
-
- Jul 13, 2017
-
-
Rob Cresswell authored
Change-Id: I765ae0c36d19c88138fbea9545a2ca4791377ffb Closes-Bug: #1703066 (cherry picked from commit 69c81b16)
-
- Jul 12, 2017
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: http://docs.openstack.org/developer/i18n/reviewing-translation-import.html Change-Id: I35f93bd26cb0d7581a5f5ad2873db3ceb4c497db
-
- Jul 11, 2017
-
-
bhavani.cr authored
This patch fixes the inconsistency in the instance creation time. Change-Id: Ic4afd9a03f0278883e0d00a2e075acaa4b4f8dc1 Co-Authored-By:
bhavani <bhavani.r@nectechnologies.in> Closes-Bug: #1418031 (cherry picked from commit 29a37683)
-
- Jul 10, 2017
-
- Jul 06, 2017
-
- Jun 28, 2017
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: http://docs.openstack.org/developer/i18n/reviewing-translation-import.html Change-Id: Iac0f4366feb0e187697409274b84d9ebb6a7ddb1
-
- Jun 20, 2017
-
- Jun 19, 2017
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: http://docs.openstack.org/developer/i18n/reviewing-translation-import.html Change-Id: I134abc8a2a52aa68433765510f69969626f46a6e
-
- Jun 15, 2017
-
-
Jenkins authored
-
Jenkins authored
-
gugl authored
When there is an error from createImage, it still invokes onCreateImage function which should be invoked only when successful service call. Fixed onError function to throw the error and the error will show up in the modal toast message. Change-Id: I20725f894835714d8245ec8b192937110cf11ab5 Closes-bug: #1630833 (cherry picked from commit 9d2c4b04)
-
- Jun 13, 2017
- Jun 12, 2017
-
-
Rob Cresswell authored
This patch makes the "Select Boot Source" dropdown in the Source step of the new Launch Instance have a deterministic order. The slight downside to this is that the order needs to be recalculated as new possible boot sources are loaded. However, given that this is the second step of the workflow, this is unlikely to ever be noticed by a user. Change-Id: Iaa2e37bae02c9ce5ab654ac8a3327c0834e7b49e Closes-Bug: 1640493 (cherry picked from commit b0099bbb)
-
- Jun 09, 2017
-
-
Mohammed Naser authored
This patch adds the ability to configure the default "create volume" value when launching an instance with Cinder enabled. Co-Authored-By:
Rob Cresswell <robert.cresswell@outlook.com> Closes-Bug: 1678109 Change-Id: I272f7f1b20cc1276976c464a82d1776de92d17e7 (cherry picked from commit d734f482)
-
- Jun 08, 2017
-
-
Lucas H. Xu authored
In general, in the case where there is no cinder v1 endpoint created (or deleted - use openstack service delete cinder to reproduce) certain volume related menu entries are not displayed This patch add a a new function to check cinder v2/v3 endpoints instead of only checking the v1 endpoint in instance launch model. Also, in the image panel, instead of checking v1 endpoint, it should check v2 and v3 as well. Change-Id: I642b2f62bb9502f958593c9fcad76e21ee1c80ad Closes-Bug: #1670789 (cherry picked from commit 5ced2f87)
-
Ivan Kolodyazhny authored
500.html template has incorrect styles for OpenStack logo. This patch fixes margins and background image size to fit into the container. Change-Id: Icc2af2731eb8a842c12c073474f3865709b6de2b Closes-Bug: #1696437 (cherry picked from commit 2b3c7bdb)
-
- Jun 07, 2017
-
-
Radomir Dopieralski authored
The novaAPI.getFlavors() call takes only a single parameter, which should be an object with params. But it is being called with two parameters here, both "true", which makes IE11 fail with TypeError later on, when it tries to iterate over keys of params. Change-Id: I0dcfcdca3dda2d94509d7a574184e7f82f21ca22 Closes-Bug: #1694574
-
Radomir Dopieralski authored
Prevent raising of KeyError when one or more fields are missing in the form data. Change-Id: Icf795651773289ecc3b4ef5f22626947bdb5ccd2 Closes-bug: #1688577
-
- Jun 04, 2017
-
-
andrewbogott authored
Change-Id: I3937bfc0e4a244daea2e26cc998e86d51bd07d91 (cherry picked from commit 0c775b73)
-