deb-horizon/openstack_dashboard/api
kenji-ishii 6beefb3726 Modify update user info from pencil icon in keystone v2
When we update the user info from pencil icon in User List,
data doesn't have 'project' attribute.
Therefore, date.pop('project') failed and exception occur.

The v2 API updates user model and default project separately.
And in User List, operator don't need to consider if a user
have a default tenant.
So we should check if data has a 'project' attribute and
if data has no 'project' attribute, it will update only user info.

Change-Id: I979bedeb8ddb15d3f7f171660ec9df4875edb53a
Closes-Bug: #1523343
2016-02-08 00:30:14 +00:00
..
rest Merge "API for Metadata Definitions" 2016-01-26 02:20:19 +00:00
__init__.py Moving Trove to contrib 2015-08-05 23:07:47 -07:00
base.py Delete the unused LOG configure code 2015-12-09 02:04:29 -05:00
ceilometer.py Merge "Delete some deprecated codes" 2016-02-06 06:29:38 +00:00
cinder.py api cinder volume_migrate wrong number of params 2016-02-05 14:10:19 +01:00
fwaas.py Replace SortedDict with OrderedDict 2015-09-04 18:39:15 +00:00
glance.py Merge "Support properties_target when fetching namespaces" 2016-02-05 06:21:42 +00:00
heat.py Add handle get_file when launch stack from horizon 2015-12-17 23:11:07 -06:00
keystone.py Modify update user info from pencil icon in keystone v2 2016-02-08 00:30:14 +00:00
lbaas.py Fix Load Balancer table Subnet row displays CIDR 2015-09-16 18:35:27 +08:00
network_base.py Wrong usage of "an" 2015-12-30 13:53:53 +08:00
network.py Remove port_id from floating ip disassociate 2014-12-01 17:26:51 +08:00
neutron.py Use new log style when LOG.error 2015-12-30 15:20:22 +00:00
nova.py Merge "Tolerate unconfigured glance service when loading image name" 2016-01-22 03:49:49 +00:00
swift.py replace deprecated iso8601_from_timestamp 2015-12-17 16:56:42 +08:00
vpn.py Replace SortedDict with OrderedDict 2015-09-04 18:39:15 +00:00