diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2016-06-10 07:36:43 +0200 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-06-10 08:03:58 +0000 |
commit | 70e243d1c48f9554bd4e28e80f7ff766db6fe857 (patch) | |
tree | 6c2f91854470d0e61f267ee05ea3067b34e05629 /vbd/api/src/main/yang/odl-external-reference.yang | |
parent | 973d8c2ecbb02cf6e4971060b6edec3617bce96f (diff) |
HONEYCOMB-7: Remove VBD form HC
VBD is now subproject of ODL:
https://git.opendaylight.org/gerrit/#/admin/projects/honeycomb/vbd
Change-Id: I1bf01a01cca50fe5e3f4f82a53c6b15ec5c7091d
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'vbd/api/src/main/yang/odl-external-reference.yang')
-rw-r--r-- | vbd/api/src/main/yang/odl-external-reference.yang | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/vbd/api/src/main/yang/odl-external-reference.yang b/vbd/api/src/main/yang/odl-external-reference.yang deleted file mode 100644 index e82bfe2b7..000000000 --- a/vbd/api/src/main/yang/odl-external-reference.yang +++ /dev/null @@ -1,41 +0,0 @@ -module odl-external-reference { - // vi: set et smarttab sw=4 tabstop=4: - - yang-version 1; - // FIXME: this mode should go to OpenDaylight/mdsal - namespace "urn:opendaylight:params:xml:ns:yang:external:reference"; - prefix "extref"; - - organization "Cisco Systems, Inc."; - - contact "Robert Varga <rovarga@cisco.com>"; - - description - "Model defining the base type for external references for use instead - of an instance-identifier, which does not allow referencing entities - unknown in the model (due to imports, etc.). - - Copyright (c) 2016 Cisco Systems, Inc. and others. All rights reserved. - - This program and the accompanying materials are made available under the - terms of the Eclipse Public License v1.0 which accompanies this distribution, - and is available at http://www.eclipse.org/legal/epl-v10.html"; - - revision "2016-01-29" { - description "Initial model"; - } - - typedef external-reference { - description "Reference to a YANG-modeled node which resides outside - of this system. The format must use module names as namespace - prefixes -- in a similar fashion RESTCONF does. The reference - is evaluated from the root of the external system. - - This data type does not hold the coordinates of the external - system, nor does it specify which data store on the external - system should be used to satisfy the reference. This information - should be described in the model which instantiates a leaf of - this type."; - type string; - } -} |