Remove invalid character from neutron_api_audit_map.conf
Change-Id: I668afc75d481864f670d0d1b4e33233d91d9e26f
This commit is contained in:
parent
783ce98ec5
commit
0c7c8f35e1
@ -3,7 +3,7 @@
|
|||||||
# should match the endpoint type defined in service catalog
|
# should match the endpoint type defined in service catalog
|
||||||
target_endpoint_type = None
|
target_endpoint_type = None
|
||||||
|
|
||||||
[custom_actions]
|
[custom_actions]
|
||||||
add_router_interface = update/add
|
add_router_interface = update/add
|
||||||
remove_router_interface = update/remove
|
remove_router_interface = update/remove
|
||||||
|
|
||||||
@ -12,7 +12,7 @@ remove_router_interface = update/remove
|
|||||||
floatingips = ip
|
floatingips = ip
|
||||||
healthmonitors = healthmonitor
|
healthmonitors = healthmonitor
|
||||||
health_monitors = health_monitor
|
health_monitors = health_monitor
|
||||||
lb = None
|
lb = None
|
||||||
members = member
|
members = member
|
||||||
metering-labels = label
|
metering-labels = label
|
||||||
metering-label-rules = rule
|
metering-label-rules = rule
|
||||||
|
Loading…
Reference in New Issue
Block a user