<div dir="ltr"><div><div><div><div>I think I figure this out:<br><br></div>Line: 27<br></div>file: /usr/lib/python2.7/site-packages/cinder/keymgr/key_mgr.py<br><br>this was the default param on cinder key manager which was:<br><br>               default='<a href="http://localhost:5000/v3">http://localhost:5000/v3</a>',<br>which I updated it with:<br>               default='<a href="http://10.20.30.26:5000/v3">http://10.20.30.26:5000/v3</a>',<br></div>and that was all....<br><br></div>but it's the default library value I thinks, and it should be possible to be overwrite on some configuration files i hope... (ex: /etc/cinder/api-paste.ini)<br></div>