<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Yes<div>Please submit a patch.</div><div><br></div><div>Vish</div><div><br><div><div>On Feb 9, 2012, at 5:11 PM, Joshua Harlow wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">

<title>Nova api-paste.ini??</title>

<div>
<font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size:11pt">Hi all,<br>
<br>
For devstackPy I am configuring the “filter:authtoken” sections like in glance:<br>
<br>
[filter:authtoken]<br>
paste.filter_factory = keystone.middleware.auth_token:filter_factory<br>
service_host = %KEYSTONE_SERVICE_HOST%<br>
service_port = %KEYSTONE_SERVICE_PORT%<br>
service_protocol = %KEYSTONE_SERVICE_PROTOCOL%<br>
auth_host = %KEYSTONE_AUTH_HOST%<br>
auth_port = %KEYSTONE_AUTH_PORT%<br>
auth_protocol = %KEYSTONE_AUTH_PROTOCOL%<br>
auth_uri = %KEYSTONE_SERVICE_PROTOCOL%://%KEYSTONE_SERVICE_HOST%:%KEYSTONE_SERVICE_PORT%/<br>
admin_token = %SERVICE_TOKEN%<br>
<br>
I am replacing those with actual values (using a mix of pythons config parser and regex).<br>
<br>
I was seeing that nova/api-paste.ini though does not have those parameterized (not all of them at least).<br>
Is that on the plan? Should a patch be submitted?<br>
<br>
[filter:authtoken]<br>
paste.filter_factory = keystone.middleware.auth_token:filter_factory<br>
service_protocol = http<br>
service_host = 127.0.0.1<br>
service_port = 5000<br>
auth_host = 127.0.0.1<br>
auth_port = 35357<br>
auth_protocol = http<br>
auth_uri = <a href="http://127.0.0.1:5000/">http://127.0.0.1:5000/</a><br>
# NOTE(vish): you will have to replace the value below with an actual admin token<br>
admin_token = %SERVICE_TOKEN%<br>
</span></font>
</div>


_______________________________________________<br>Mailing list: <a href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a><br>Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>Unsubscribe : <a href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a><br>More help   : <a href="https://help.launchpad.net/ListHelp">https://help.launchpad.net/ListHelp</a><br></blockquote></div><br></div></body></html>