Add api_audit_map.conf for Trove project
Enable cadf support for Trove by adding the api_audit_map.conf file for it. Closes-Bug: #1429423 Change-Id: I3bf5a6185e6ee9656b88ba054e58bc0c28b0eae5
This commit is contained in:
parent
e935333aa4
commit
25a4227657
23
etc/pycadf/trove_api_audit_map.conf
Normal file
23
etc/pycadf/trove_api_audit_map.conf
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
[DEFAULT]
|
||||||
|
# default target endpoint type
|
||||||
|
# should match the endpoint type defined in service catalog
|
||||||
|
target_endpoint_type = None
|
||||||
|
|
||||||
|
# possible end path of api requests
|
||||||
|
[path_keywords]
|
||||||
|
instances=instance
|
||||||
|
configuration=None
|
||||||
|
root=None
|
||||||
|
action=None
|
||||||
|
databases=database
|
||||||
|
users=user
|
||||||
|
flavors=flavor
|
||||||
|
backups=backup
|
||||||
|
configurations=configuration
|
||||||
|
versions=version
|
||||||
|
datastores=datastore
|
||||||
|
parameters=parameter
|
||||||
|
|
||||||
|
# map endpoint type defined in service catalog to CADF typeURI
|
||||||
|
[service_endpoints]
|
||||||
|
database=service/database
|
Loading…
Reference in New Issue
Block a user