This patch does the following: - updates the Master SHAs for new development work. - includes updates to policy, paste and rootwrap files as required - moves the Aodh repository to openstack_services as it now has implemented a stable branch - Updated the keystone-wsgi file as it was still running the code from liberty - add 2 package requirements to keystone which must be present for the new wsgi file. - updates tempest.conf.j2 to replace ssh_auth_method with auth_method, and change auth_method to 'keypair' (configured is no longer an a valid option) Change-Id: I933c24c03518865d9d40519dafb2ba46769a5453 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
32 lines
706 B
Django/Jinja
32 lines
706 B
Django/Jinja
---
|
|
- event_type: profiler.*
|
|
traits:
|
|
project:
|
|
fields: payload.project
|
|
service:
|
|
fields: payload.service
|
|
name:
|
|
fields: payload.name
|
|
base_id:
|
|
fields: payload.base_id
|
|
trace_id:
|
|
fields: payload.trace_id
|
|
parent_id:
|
|
fields: payload.parent_id
|
|
timestamp:
|
|
fields: payload.timestamp
|
|
host:
|
|
fields: payload.info.host
|
|
path:
|
|
fields: payload.info.request.path
|
|
query:
|
|
fields: payload.info.request.query
|
|
method:
|
|
fields: payload.info.request.method
|
|
scheme:
|
|
fields: payload.info.request.scheme
|
|
db.statement:
|
|
fields: payload.info.db.statement
|
|
db.params:
|
|
fields: payload.info.db.params
|