Bug 1068 fixed for auth_url in keystone 25/9025/1
authorK Sai Kiran <saikiran.k@tataelxsi.co.in>
Wed, 20 May 2020 06:55:12 +0000 (12:25 +0530)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Wed, 3 Jun 2020 09:48:12 +0000 (09:48 +0000)
commit990ac461246c2449534955f8e5c73ecbc295f4dc
treedbe71e7f199e21fc6caa678a44bfe9ef958972a9
parentb66b041b8a3669ef44d9a94643cfa4add94d7f9b
Bug 1068 fixed for auth_url in keystone

When we pass auth_url in nbi.cfg -> [authentication], the auth_url is used by password manager
but not by keystone http client. Need to pass auth_url to httpclient so that it uses auth_url
instead of https://keystone:5000 which is in service catalog of keystone.
Added http://keystone:5000/v3 to docker files.
Added regex validation for auth_url.

Change-Id: Ie3e144dd826e73a27c25f917cf54e64cf4c22207
Signed-off-by: K Sai Kiran <saikiran.k@tataelxsi.co.in>
Dockerfile.fromdeb
Dockerfile.local
osm_nbi/authconn_keystone.py
osm_nbi/nbi.cfg
osm_nbi/validation.py