Use auth_uri/identity_uri and remove usage of admin_token in trove.conf

Change-Id: I8284aeff7cc6f01a1889fb724e8fc155445888b9
This commit is contained in:
Christian Berendt 2014-09-29 15:47:28 +02:00
parent e48c7b8ab3
commit c9ba064f93

View File

@ -122,12 +122,10 @@ rabbit_password = <replaceable>RABBIT_PASS</replaceable>
of the <filename>api-paste.ini</filename> file so it matches the
listing shown below:</para>
<programlisting language="ini">[filter:authtoken]
auth_host = <replaceable>controller</replaceable>
auth_port = 35357
auth_protocol = http
auth_uri = http://<replaceable>controller</replaceable>:5000/v2.0
identity_uri = http://<replaceable>controller</replaceable>:35357
admin_user = trove
admin_password = <replaceable>ADMIN_PASS</replaceable>
admin_token = <replaceable>ADMIN_TOKEN</replaceable>
admin_tenant_name = service
signing_dir = /var/cache/trove</programlisting>
</step>