bd0610232a
This change fixes nits mentioned in reviews of commit 295b35c48f
* Renaming ironic_api_audit_map.conf.sample file to
api_audit_map.conf.sample
* Doc change --> changing to [oslo_messaging_notifications]/driver
as notification_driver is deprecated
* Renaming path_keyword vendor_passthru in api_audit_map.conf.sample
Change-Id: Ib073598cea1e9acc9788e2db85f814f0295134ef
30 lines
739 B
Plaintext
30 lines
739 B
Plaintext
[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 of api requests for CADF target typeURI
|
|
# Just need to include top resource path to identify class
|
|
# of resources. Ex: Log audit event for API requests
|
|
# path containing "nodes" keyword and node uuid.
|
|
[path_keywords]
|
|
nodes = node
|
|
drivers = driver
|
|
chassis = chassis
|
|
ports = port
|
|
states = state
|
|
power = None
|
|
provision = None
|
|
maintenance = None
|
|
validate = None
|
|
boot_device = None
|
|
supported = None
|
|
console = None
|
|
vendor_passthru = vendor_passthru
|
|
|
|
|
|
# map endpoint type defined in service catalog to CADF typeURI
|
|
[service_endpoints]
|
|
baremetal = service/compute/baremetal
|