Commit 6b8c6407 authored by Mahesh Jethanandani's avatar Mahesh Jethanandani
Browse files

Address a syntax error

parent e886caab
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ module etsi-nfv-descriptors {
  container nfv {
    list vnfd {
      key "id";

      description
        "A VNF Descriptor (VNFD) is a deployment template which
         describes a VNF in terms of deployment and operational
+23 −21
Original line number Diff line number Diff line
@@ -443,6 +443,7 @@ submodule etsi-nfv-ns {
                }
              }
            }

            container pnf-profile {
              leaf pnf-profile-id {
                must ". = deref(../../pnfd-profile-id)" {
@@ -452,6 +453,7 @@ submodule etsi-nfv-ns {
                }
              }
            }

            container ns-profile {
              leaf ns-profile-id {
                must ". = deref(../../ns-profile-id)" {
@@ -482,14 +484,12 @@ submodule etsi-nfv-ns {
                  path "deref(../vnfd-id)/../nfv:ext-cpd/nfv:id";
                }
              }
            }

            container pnf {
              leaf pnfd-id {
                must ". = deref(../../pnfd-profile-id)/../pnfd-id" {
                }
                type leafref {
                  path "../../../../../../pnfd/id";
                }
              }
                type leafref {
                  path "/nfv:nfv/nfv:pnfd/nfv:id";
                }
@@ -499,6 +499,8 @@ submodule etsi-nfv-ns {
                  path "deref(../pnfd-id)/../nfv:ext-cpd/nfv:id";
                }
              }
            }

            container ns {
              leaf nsd-id {
                must ". = deref(../../nested-ns-profile-id)/" +