Bug 1078 fixed by using try block for user update 29/9029/1
authorK Sai Kiran <saikiran.k@tataelxsi.co.in>
Wed, 27 May 2020 11:00:10 +0000 (16:30 +0530)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Wed, 3 Jun 2020 09:48:13 +0000 (09:48 +0000)
commit974276d1b4e7fe9cf177702eb6d657aa42618a41
treed8f772b0a49ad2dd95305815ac1a2df902af8f4b
parentf00430d3af1d7bb8780862a074474344084b6154
Bug 1078 fixed by using try block for user update

Following the documentation of LDAP in devops repo, the user profiles are read only.
Try Except block resolves the issue. Raise error to NBI when change
for username/password is requested.

Change-Id: Id5919af575ec7cd128424fc53f7365d6cd4c29a7
Signed-off-by: K Sai Kiran <saikiran.k@tataelxsi.co.in>
osm_nbi/authconn_keystone.py