Skip to content

Commit

Permalink
Merge pull request #372 from mansam/automate-event-handling-for-opens…
Browse files Browse the repository at this point in the history
…tack-port-events

Add event handling for Openstack port events
  • Loading branch information
gmcculloug authored Aug 14, 2018
2 parents 0b6a0e5 + cbce58c commit 9e53dd1
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 9e53dd1

Please sign in to comment.