Skip to content

Commit

Permalink
model for add/remove interface on network router
Browse files Browse the repository at this point in the history
This commit adds model code for adding and removing router interfaces.

BZ for this is:

https://bugzilla.redhat.com/show_bug.cgi?id=1394284

Euwe backport depends on merging ManageIQ/manageiq#13005
  • Loading branch information
sseago authored and bdunne committed Feb 8, 2017
1 parent 3a268de commit e8132aa
Show file tree
Hide file tree
Showing 2 changed files with 24 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: router.interface.create
inherits:
description:
fields:
- rel4:
value: "/System/event_handlers/event_action_refresh?target=ems"
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: router.interface.delete
inherits:
description:
fields:
- rel4:
value: "/System/event_handlers/event_action_refresh?target=ems"

0 comments on commit e8132aa

Please sign in to comment.