<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>
<div>
<div>Which section of the config did you add that to? The [keystone_authtoken] section?</div>
<div>
<div id="">
<div><font class="Apple-style-span" color="#000000"><font class="Apple-style-span" face="Calibri"><span class="Apple-style-span" style="font-size: 14px;"><br>
</span></font></font></div>
<div><font class="Apple-style-span" color="#000000"><font class="Apple-style-span" face="Calibri"><span class="Apple-style-span" style="font-size: 14px;">Also that section seems to want auth_host: </span></font></font>https://github.com/openstack/designate/blob/master/etc/designate/designate.conf.sample#L158</div>
<div><font class="Apple-style-span" color="#000000"><font class="Apple-style-span" face="Calibri">___________________________________________________________________</font></font></div>
<div><font class="Apple-style-span" color="#000000"><font class="Apple-style-span" face="Calibri">Kris Lindgren</font></font></div>
<div><font class="Apple-style-span" color="#000000"><font class="Apple-style-span" face="Calibri"><span class="Apple-style-span" style="font-size: 14px;">Senior Linux Systems Engineer</span></font></font></div>
<div><font class="Apple-style-span" color="#000000"><font class="Apple-style-span" face="Calibri"><span class="Apple-style-span" style="font-size: 14px;">GoDaddy</span></font></font></div>
</div>
</div>
</div>
</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:12pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>raju <<a href="mailto:raju.roks@gmail.com">raju.roks@gmail.com</a>><br>
<span style="font-weight:bold">Date: </span>Tuesday, May 10, 2016 at 11:52 AM<br>
<span style="font-weight:bold">To: </span>"<a href="mailto:openstack-operators@lists.openstack.org">openstack-operators@lists.openstack.org</a>" <<a href="mailto:openstack-operators@lists.openstack.org">openstack-operators@lists.openstack.org</a>><br>
<span style="font-weight:bold">Subject: </span>[Openstack-operators] Designate keystone auth issue<br>
</div>
<div><br>
</div>
<div>
<div>
<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>
</div>
</div>
</span>
</body>
</html>