Missing api-paste.ini file for Trove
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openstack-trove (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Trusty |
Triaged
|
Medium
|
Unassigned | ||
Utopic |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Hi,
While setting up trove components on Ubuntu 14.04 for Openstack Icehouse , their are various missing files for trove configuration. One of the file is api-paste.ini.
Below is the attached api-paste.ini file , that can be used:
[composite:trove]
use = call:trove.
/: versions
/v1.0: troveapi
[app:versions]
paste.app_factory = trove.versions:
[pipeline:troveapi]
pipeline = faultwrapper authtoken authorization contextwrapper ratelimit extensions troveapp
#pipeline = debug extensions troveapp
[filter:extensions]
paste.filter_
[filter:authtoken]
signing_dir = /var/cache/trove
admin_tenant_name = %SERVICE_
admin_user = %SERVICE_USER%
admin_password = %SERVICE_PASSWORD%
paste.filter_
auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = http
[filter:
paste.filter_
[filter:
paste.filter_
[filter:
paste.filter_
[filter:ratelimit]
paste.filter_
[app:troveapp]
paste.app_factory = trove.common.
#Add this filter to log request and response for debugging
[filter:debug]
paste.filter_
#######
-------
Built: 2014-07-22T20:04:32 00:00
git SHA: d8d5739b67867a5
URL: http://
source File: file:/home/
xml:id: trove-install
no longer affects: | openstack-manuals |
This is certainly resolved for Juno but still needs fixing in Icehouse.