Skip to content

Commit

Permalink
Add event handling for Openstack port events
Browse files Browse the repository at this point in the history
  • Loading branch information
mansam committed Jul 24, 2018
1 parent 9345d47 commit cbce58c
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
object_type: instance
version: 1.0
object:
attributes:
display_name:
name: port.create.end
inherits:
description:
fields:
- rel4:
value: "/System/event_handlers/refresh"
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
object_type: instance
version: 1.0
object:
attributes:
display_name:
name: port.delete.end
inherits:
description:
fields:
- rel4:
value: "/System/event_handlers/refresh"
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
object_type: instance
version: 1.0
object:
attributes:
display_name:
name: port.update.end
inherits:
description:
fields:
- rel4:
value: "/System/event_handlers/refresh"

0 comments on commit cbce58c

Please sign in to comment.