Files
zaqar/etc/paste.ini-sample
Bryan Davidson 24ab9e0b4c Keystone Authentication
* Inserted Keystone middleware into Paste Deploy pipeline when
  running an HTTP transport instance.

Change-Id: I8d206747878b1013f668f116fdfc1d76204aef1c
2013-03-25 12:36:53 -04:00

16 lines
412 B
Plaintext

[pipeline:main]
pipeline = authtoken marconi
[filter:authtoken]
paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = https
admin_tenant_name = %SERVICE_TENANT_NAME%
admin_user = %SERVICE_USER%
admin_password = %SERVICE_PASSWORD%
[app:marconi]
paste.app_factory = lib.marconi_paste:WSGI.app_factory
config_file = marconi.conf-sample