- Nov 30, 2018
-
- Nov 28, 2018
-
-
Rafal Ramocki authored
Change-Id: Ia6b1c99c277c4cd5b19deae5212c7806b4b06a23 Closes-Bug: 1791043 (cherry picked from commit 71be92dd)
-
Mohammed Naser authored
If you're a user without administrative permissions, you will not be able to edit a password using the table inside the identity section due to the fact that it uses a different edit API which is not meant to be used for the user-side of things. This patch adds a policy change in order to hide the change password link for normal users, while keeping the functionality inside the Settings panel still intact. This change was first broken by I76eb9f95c7112bcbad75ee151f363f892298d081 Partial-Bug: 1788384 Change-Id: I7a64257ac274c9dac5705ba72a85833f8e7a1591 (cherry picked from commit 0630be63)
-
- Nov 23, 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: I29a8bc8f538ba7bb48e6fb7754b5c7a530d4ff00
-
Zuul authored
-
Zuul authored
-
- Nov 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: If9d6453dbe03415efbe1fef3a44611f192f0ab09
-
- Nov 20, 2018
-
-
zhubx007 authored
Glance project has a blueprint hidden-images. The commit can be seen from https://review.openstack.org/#/c/578755/ The os_hidden is added into image metadata as bool type. From horizon, the string value of os_hidden is passed to glanceclient. https://github.com/openstack/python-glanceclient/blob/master/glanceclient/v2/images.py#L341 But type is not correspond so raise exception to horizon from glanceclient. Here to change the type of os_hidden before passing it to glanceclient. Closes-Bug: #1789172 Change-Id: I0d4edaa4b661d2da79cdb45e4afa97d826aeb65d (cherry picked from commit 47ba614f)
-
Mathieu Gagné authored
The "request" attribute is not available in openstack_auth.backend.KeystoneBackend.get_user when session data is restored and it's the first request to happen after a server restart. As stated by the function document, the "request" attribute needs to be monkey-patched by openstack_auth.utils.patch_middleware_get_user for this function to work properly. This should happen in openstack_auth.urls at import time. But there is nowhere in Horizon where this module is imported at startup. It's only introspected by openstack_dashboard.urls due to AUTHENTICATION_URLS setting. Without this monkey-patching, the whole authentication mechanism falls back to "AnonymousUser" and you will get redirected to the login page due to horizon.exceptions.NotAuthenticated being raised by horizon.decorators.require_auth as request.user.is_authenticated will be False. But if a user requests a page under auth/, it will have the side-effect of monkey-patching django.contrib.auth.middleware as expected. This means that once this request is completed, all following requests to pages other than the ones under auth/ will have there sessions properly restored and you will be properly authenticated. Therefore this change introduces a dummy middleware which sole purpose is to perform this monkey-patching as early as possible. There is also some cleanup to get rid of the previous attempts at monkeypatching. Closes-bug: #1764622 Conflicts: openstack_dashboard/settings.py openstack_dashboard/test/helpers.py Change-Id: Ib9912090a87b716e7f5710f6f360b0df168ec2e3 (cherry picked from commit 0d163613)
-
- Nov 10, 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: I39a97be850e4123dee0da9deec74dd1c04e74a1f
-
- Nov 08, 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: Ibb7663f621eb1564755d12aa9bacfd3a52ecd3c6
-
- Oct 31, 2018
-
-
Zuul authored
-
- Oct 30, 2018
-
-
Zuul authored
-
Zuul authored
-
Radomir Dopieralski authored
The original code is monkey-patching keystoneclient object to add a user_id attribute to it. This no longer works with more recent versions of keystoneclient, as they wrap the client in a helper class. I'm not happy with this solution, it's likely to have side effects and to break again. I'm putting it up for discussion for a better solution. Change-Id: Idb296d1b10fa02a0b4852e96fe8cb2bdd70380e0 Closes-bug: #1776678 (cherry picked from commit bdb3f9d9)
-
- Oct 29, 2018
-
-
Guang Yee authored
Add a new optional WEBSSO_KEYSTONE_URL property to facilitate WEBSSO deployments where network segmentation is used per security requirement. In this case, the controllers are not reachable from public network. Therefore, user's browser will not be able to reach OPENSTACK_KEYSTONE_URL if it is set to the internal endpoint. If WEBSSO_KEYSTONE_URL is set, it will be used instead of OPENSTACK_KEYSTONE_URL. Change-Id: I05ea4227aa4c2cb0a73015ed7fd29cf1a96e696a Closes-bug: #1544703 (cherry picked from commit a53f012f)
-
- Oct 18, 2018
-
-
ardentpark authored
* Fix release version name(latest->rocky) * Fix list number(trivial) Change-Id: Iba509025d99ac89e467f0a3b6ee92d93258499f7
-
- Sep 27, 2018
-
-
Edward Hope-Morley authored
If enable_backup is False in OPENSTACK_CINDER_FEATURES then we should not display the backups panel. Change-Id: I276eebf0f11406bf354f5d8bbecef7b244d6d340 Closes-Bug: #1778771 (cherry picked from commit 6c2225ba)
-
- Sep 14, 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: I3b48f05cd994777d855ad7f80ca70a2672edd3e3
-
- Sep 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: Ic2c52f38cbbf45062f55d5bad504efd857ba1741
-
- Sep 10, 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: I0ff06f2ebef7eea1c4aea57f1356729fb886c09a
-
- Sep 09, 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: Id5bd2dc66b35403c600647a06a1278eb375d8203
-
- Sep 05, 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: I9bc06e60591062505dd8a4b1b179846ccc43eb3e
-
- Sep 01, 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: I644e779fe9782f355525c47a751ebe591927ce0a
-
- Aug 28, 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: I44b7185f052218820490ae96fb982ebd462c5083
-
- Aug 25, 2018
-
-
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: Ifc416dc0c973d2e305e66f5bce9024275add2fb2
-
- Aug 21, 2018
-
-
Nguyen Hai authored
This is a mechanically generated patch to complete step 1 of moving the zuul job settings out of project-config and into each project repository. Because there will be a separate patch on each branch, the branch specifiers for branch-specific jobs have been removed. Because this patch is generated by a script, there may be some cosmetic changes to the layout of the YAML file(s) as the contents are normalized. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: Ibf417d680c99014b935813ecd20b08875b1a0c42 Story: #2002586 Task: #24299
-
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
-