horizon/openstack_dashboard/api
Radomir Dopieralski a2326af5c4 Fix changing user's own password
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 bdb3f9d988)
2018-10-30 12:25:39 +00:00
..
rest Addressed TODO to change project_id to tenant_id 2018-07-25 19:57:56 +00:00
__init__.py Drop Heat related code from horizon 2017-12-05 07:38:55 +00:00
base.py Generic volume group support 2018-06-09 06:39:18 +00:00
cinder.py Support volume group when creating a volume 2018-07-03 10:25:36 +00:00
glance.py Fix issue with uploading image to glance on Python3 2018-05-30 10:56:47 +00:00
keystone.py Fix changing user's own password 2018-10-30 12:25:39 +00:00
microversions.py Generic volume group support 2018-06-09 06:39:18 +00:00
network.py Move SG and FIP API wrapper to api.neutron 2017-06-04 17:51:25 +00:00
neutron.py Add DNS parameters to Floating IP panels 2018-07-22 20:24:36 +09:00
nova.py Support "Get me a network" in launch instance 2018-05-07 20:49:29 +09:00
swift.py Add swift object copy function 2018-03-14 08:12:11 +09:00