Removed API configuration template
This commit is contained in:
parent
be10baf149
commit
97f19dce59
@ -1,30 +0,0 @@
|
|||||||
[composite:quantum]
|
|
||||||
use = egg:Paste#urlmap
|
|
||||||
/: quantumversions
|
|
||||||
/v2.0: quantumapi_v2_0
|
|
||||||
|
|
||||||
[composite:quantumapi_v2_0]
|
|
||||||
use = call:quantum.auth:pipeline_factory
|
|
||||||
noauth = extensions quantumapiapp_v2_0
|
|
||||||
keystone = authtoken keystonecontext extensions quantumapiapp_v2_0
|
|
||||||
|
|
||||||
[filter:keystonecontext]
|
|
||||||
paste.filter_factory = quantum.auth:QuantumKeystoneContext.factory
|
|
||||||
|
|
||||||
[filter:authtoken]
|
|
||||||
paste.filter_factory = keystone.middleware.auth_token:filter_factory
|
|
||||||
auth_host = {{ keystone_host }}
|
|
||||||
auth_port = {{ auth_port }}
|
|
||||||
auth_protocol = http
|
|
||||||
admin_tenant_name = {{ service_tenant }}
|
|
||||||
admin_user = {{ service_username }}
|
|
||||||
admin_password = {{ service_password }}
|
|
||||||
|
|
||||||
[filter:extensions]
|
|
||||||
paste.filter_factory = quantum.extensions.extensions:plugin_aware_extension_middleware_factory
|
|
||||||
|
|
||||||
[app:quantumversions]
|
|
||||||
paste.app_factory = quantum.api.versions:Versions.factory
|
|
||||||
|
|
||||||
[app:quantumapiapp_v2_0]
|
|
||||||
paste.app_factory = quantum.api.v2.router:APIRouter.factory
|
|
Loading…
x
Reference in New Issue
Block a user