diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-05-18 08:49:56 +0200 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-05-23 10:14:45 +0000 |
commit | 05abd83745ab5cf34b8fc650efdf6fcc523b0b9e (patch) | |
tree | c05bb21ac5ae4c18e41ea0a83dedca119ab529b3 /v3po/vpp-translate-utils/src | |
parent | 799ee62f15dff07534beaf98a3ac551deffade38 (diff) |
HONEYCOMB-61: Move vpp context model to v3po-api
Change-Id: I92d9cdd199e245adf5d22ff9756e05d82d66abc4
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'v3po/vpp-translate-utils/src')
-rw-r--r-- | v3po/vpp-translate-utils/src/main/yang/naming-context.yang | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/v3po/vpp-translate-utils/src/main/yang/naming-context.yang b/v3po/vpp-translate-utils/src/main/yang/naming-context.yang deleted file mode 100644 index 0bcfc099b..000000000 --- a/v3po/vpp-translate-utils/src/main/yang/naming-context.yang +++ /dev/null @@ -1,42 +0,0 @@ -module naming-context { - yang-version 1; - namespace "urn:honeycomb:params:xml:ns:yang:naming:context"; - prefix "vpp-u"; - - description - "This module contains data definition for naming mapping context"; - - revision "2016-05-13" { - description - "Initial revision."; - } - - // TODO This should become part of v3po-api as operational-only data - container contexts { - - list naming-context { - - key "name"; - - leaf name { - type string; - } - - container mappings { - list mapping { - - key "name"; - - leaf name { - type string; - } - - leaf index { - type int32; - } - } - } - } - } - -}
\ No newline at end of file |