- Aug 21, 2018
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Iaf6bbc793073b410aecd00a8b2688c947b1c17ff
- Aug 20, 2018
-
-
Zuul authored
-
Akihiro Motoki authored
This reverts commit e5dae9b3 (and commit 1ca85550 which is a follow-up styling fix). The reverted commit itself is a nice improvement, but considering the situation that Rocky release is approaching at the end of August we revert this to recover the original user-visible behavior. It would be nice if someone can revisit the improvement in the next Stein release. Change-Id: If324bd47a1b8c1b9579c1f38adeae31fdf583780 Closes-Bug: #1786628 Related-Bug: #1716834 (cherry picked from commit 9fbdc810)
-
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: Ibcc9e05b44aa1d8b2b732240c172d9c2f773e53a
-
- Aug 17, 2018
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I5797c625fa1cf4373b92ac9ed5aa4134879f4ed5
-
- Aug 16, 2018
-
-
mareklycka authored
- Removes an inappropriate condition for the device deletion button - Fixes a jquery selector for the confirmation dialog that pops up on deletion Change-Id: I0a4c7dd5782524a875bf208d4ea63ac6df4a62b4 Closes-Bug: 1781911 (cherry picked from commit a42a56f4)
-
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: I1787817f5b722c08865a8606ae1ad4274f10e3fc
-
- Aug 15, 2018
-
-
Akihiro Motoki authored
Previously allowed() methods in DeleteVolume and DeleteVolumeSnapshot actions assume that the cinder generic group is always available. The current admin volume and volume snapshot tables do not load generic group information, so these allowed() methods failed and as a result these delete actions are not shown. This commit checks if a volume belongs to a generic group in more robust way. This change makes the project volume table work with deployments without the generic group as well. Change-Id: Idd887434153966d9188acaf08346fa6a0f0e6719 Closes-Bug: #1787065 (cherry picked from commit e5d6f54e)
-
Eddie Ramirez authored
Enclosing return statement in a try block. If object is unserializable then return a message. Change-Id: I184f4b10a419037d3ed770fbec42c262f03a89f2 Closes-bug: #1784438 (cherry picked from commit 27f619cf)
-
- Aug 13, 2018
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I3c56ded25322ace0ffc794eec57c8cb182a87115
-
- Aug 12, 2018
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Id93dc473155dc49be5497f870e098005824dffdb
-
- Aug 11, 2018
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I9fb436d345a115d49e6e334532f4906ef2f0f09e
-
- Aug 10, 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: If6e01216c283c985368dd686bfbce6c633173f0c
-
- Aug 09, 2018
-
-
OpenStack Release Bot authored
The new stable upper-constraints file is only available after the openstack/requirements repository is branched. This will happen around the RC1 timeframe. Recheck and merge this change once the requirements repository has been branched. The CI system will work with this patch before the requirements repository is branched because zuul configues the job to run with a local copy of the file and defaults to the master branch. However, accepting the patch will break the test configuration on developers' local systems, so please wait until after the requirements repository is branched to merge the patch. Change-Id: I9fb0e3b494f48899cfec8ef35d07675505e8eb57
-
OpenStack Release Bot authored
Change-Id: Iaa408f64d7396c90bf92e2655cf44d5521f31101
-
- Aug 08, 2018
-
-
Akihiro Motoki authored
The generic group type named "default_cgsnapshot_type" is reserved for the consistency group and we cannot use a generic group using "default_cgsnapshot_type". "default_cgsnapshot_type" should not be listed in "Group Type" selection in "Create Group" form. In addition, "Group" and "Group Snapshot" panels make no sense when there is no group type other than "default_cgsnapshot_type". This commit adds a suggestion to hide "Group" and "Group Snapshot" panels if there is no valid group type to the release notes. Closes-Bug: #1785178 Change-Id: I2dce39bcbcf6bedc8dc0c94d11f3c0a85ea61490
-
Zuul authored
-
Zuul authored
-
- Aug 07, 2018
-
-
zhubx007 authored
Due to the commit https://review.openstack.org/#/c/573093/, the body of create and update from dashboard for volume type encryption does not match the schemas of it's API. The schemas url is https://github.com/openstack/cinder/blob /master/cinder/api/schemas/volume_type_encryption.py So that, pop the volume_type_id and name from the data to match the schemas. Change-Id: I032e59251a0d54cd09ead8cf3b0ac2527d9261db Closes-Bug: #1783467
-
zhubx007 authored
https://review.openstack.org/#/c/561185/ According to the above merged commit, dns_name and dns_domain are added into project/floating_ips/tables.py. But because of the class 'FloatingIPsTable' inherits the project_tables.FloatingIPsTable, so that we should add dns_name and dns_domain into columns of Meta. If not, if you click the Admin/Network/Floating IPs, the page will crash. Closes-Bug: #1785897 Change-Id: I6e933749a56a492989cab002c1b65656b7e2c65b
-
Zuul authored
-
- Aug 06, 2018
-
-
Yuval Adar authored
Change-Id: I239a1ccc530ce652cc2165eef38b9f8193769102 Closes-Bug: #1785606
-
Zuul authored
-
- Aug 03, 2018
-
-
Zuul authored
-
- Aug 01, 2018
-
-
Shu Muto authored
Change-Id: Id6383c7a30e4ad89206eb24759eb8d3bd69b26bb
-
- Jul 31, 2018
-
-
Zuul authored
-
- Jul 26, 2018
-
-
Ivan Kolodyazhny authored
Generec volume groups feature was implemented in series of patches started with https://review.openstack.org/#/c/532430/. Change-Id: If6148f865fefa31cbd64db25c947ba4716b8c080
-
- Jul 25, 2018
-
-
Beth Elwell authored
Now that bug 1695954 is addressed allowing the QoS policy API to accept the 'tenant_id' filter this has been amended in the qos panel code. For further details on the bug requiring project_id to be used temporarily, see https://bugs.launchpad.net/neutron/+bug/1695954. Change-Id: If7920a8826c9cc8dc6ba7a6f056e6e9fa34df677
-
- Jul 24, 2018
-
-
Stuart Grace authored
When a request that is being profiled completes and the response is received, the middleware expires the profiling cookie. It also needs to delete the profiling object that holds the base_id UUID so a new base_id will be created for the next profile. Otherwise the same base_id is used for subsequent queries and they become merged togther in the database. Change-Id: I379cebfa2ed5282c96df0e255a8ba04c65a8523c Closes-Bug: #1777486 Depends-On: https://review.openstack.org/578362
-
- Jul 23, 2018