Bug 1078 fixed by using try block for user update 79/8979/3
authorK Sai Kiran <saikiran.k@tataelxsi.co.in>
Wed, 27 May 2020 11:00:10 +0000 (16:30 +0530)
committerK Sai Kiran <saikiran.k@tataelxsi.co.in>
Thu, 28 May 2020 10:51:13 +0000 (16:21 +0530)
commit7a69811f7292bf0e43a4a5ac76aa9d2a488702da
treea2e61c705cef6419e311e8f785e5a11bbadf5cb8
parentc94939f2af165a92bd426d75c71312dd63f00ac0
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