<div dir="ltr">Hi All,<div><br></div><div>I am trying to integrate designate(Dnaas) with my existing kilo environment and deployed designate in a separate node where I specified to connect to keystone(controller) server but still it is hitting on localhost while am trying to do api calls.</div><div><br></div><div>designate conf:</div><div><br></div><div><div>auth_uri = <a href="http://controller:5000/v2.0">http://controller:5000/v2.0</a></div><div>identity_uri = <a href="http://controller:35357/">http://controller:35357/</a></div><div>admin_tenant_name = service</div><div>admin_user = designate</div><div>admin_password = ****</div></div><div><br></div><div><br></div><div>error log:</div><div><br></div><div><div>DEBUG keystoneclient.session [-] REQ: curl -g -i -X GET <span style="background-color:rgb(255,255,0)"><b><a href="https://127.0.0.1:35357">https://127.0.0.1:35357</a> </b></span>-H "Accept: application/json" -H "User-Agent: python-keystoneclient" _http_log_request /usr/lib/python2.7/site-packages/keystoneclient/session.py:195</div><div>2016-05-10 13:39:38.175 27473 INFO requests.packages.urllib3.connectionpool [-] Starting new HTTPS connection (5): 127.0.0.1</div><div>2016-05-10 13:39:38.176 27473 WARNING keystonemiddleware.auth_token [-] Authorization failed for token</div><div>2016-05-10 13:39:38.177 27473 INFO keystonemiddleware.auth_token [-] Invalid user token - rejecting request</div><div>2016-05-10 13:39:38.177 27473 INFO eventlet.wsgi [-] 127.0.0.1 - - [10/May/2016 13:39:38] "GET /v1/servers HTTP/1.1" 401 283 0.005058</div><div>2016-05-10 13:39:38.363 27473 DEBUG keystoneclient.session [-] REQ: curl -g -i -X GET <a href="https://127.0.0.1:35357">https://127.0.0.1:35357</a> -H "Accept: application/json" -H "User-Agent: python-keystoneclient" _http_log_request /usr/lib/python2.7/site-packages/keystoneclient/session.py:195</div><div>2016-05-10 13:39:38.365 27473 INFO requests.packages.urllib3.connectionpool [-] Starting new HTTPS connection (6): 127.0.0.1</div><div>2016-05-10 13:39:38.366 27473 WARNING keystonemiddleware.auth_token [-] Authorization failed for token</div><div>2016-05-10 13:39:38.366 27473 INFO keystonemiddleware.auth_token [-] Invalid user token - rejecting request</div><div>2016-05-10 13:39:38.367 27473 INFO eventlet.wsgi [-] 127.0.0.1 - - [10/May/2016 13:39:38] "GET /v1/servers HTTP/1.1" 401 283 0.004249</div></div></div>