Merge "Add auth_protocol and auth_port to controller"
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user