Merge "Add auth_protocol and auth_port to controller"

This commit is contained in:
Jenkins
2013-11-20 00:04:16 +00:00
committed by Gerrit Code Review

View File

@@ -164,7 +164,9 @@ auth_strategy=keystone</programlisting>
<programlisting language="ini">[filter:authtoken]
paste.filter_factory=keystoneclient.middleware.auth_token:filter_factory
auth_host=<replaceable>controller</replaceable>
auth_uri=http://<replaceable>controller</replaceable>:5000
auth_port=5000
auth_protocol=http
auth_uri=http://<replaceable>controller</replaceable>:5000/v2.0
admin_tenant_name=service
admin_user=nova
admin_password=<replaceable>NOVA_PASS</replaceable></programlisting>