Commit 537c2f8c authored by Mahesh Jethanandani's avatar Mahesh Jethanandani
Browse files

Fix units

parent 500d98e6
Loading
Loading
Loading
Loading
Loading
+7 −7
Original line number Original line Diff line number Diff line
@@ -555,10 +555,10 @@ submodule etsi-nfv-vnf {
              fraction-digits 1;
              fraction-digits 1;
              range "0..max";
              range "0..max";
            }
            }
            units "Gb";
            units "GB";
            default 1;
            default 1;
            description
            description
              "Amount of virtual memory in MB.";
              "Amount of virtual memory in GB.";
            reference
            reference
              "GS NFV IFA011: Section 7.1.9.3, Information elements
              "GS NFV IFA011: Section 7.1.9.3, Information elements
               related to Virtual Memory.";
               related to Virtual Memory.";
@@ -731,11 +731,11 @@ submodule etsi-nfv-vnf {
        }
        }
        leaf size-of-storage {
        leaf size-of-storage {
          type uint64;
          type uint64;
          units "Gb";
          units "GB";
          default 0;
          default 0;
          description
          description
            "Size of virtualised storage resource (e.g. size of
            "Size of virtualised storage resource (e.g. size of
             volume, in Gb)";
             volume, in GB)";
          reference
          reference
            "GS NFV IFA011: Section 7.1.9.4, Information elements
            "GS NFV IFA011: Section 7.1.9.4, Information elements
             related to Virtual Storage.";
             related to Virtual Storage.";
@@ -936,7 +936,7 @@ submodule etsi-nfv-vnf {
        }
        }
        leaf min-disk {
        leaf min-disk {
          type uint64;
          type uint64;
          units "Gb";
          units "GB";
          default 0;
          default 0;
          description
          description
            "The minimal disk size requirement for this software
            "The minimal disk size requirement for this software
@@ -953,7 +953,7 @@ submodule etsi-nfv-vnf {
            fraction-digits 1;
            fraction-digits 1;
            range "0..max";
            range "0..max";
          }
          }
          units "Gb";
          units "GB";
          default 0;
          default 0;
          description
          description
            "The minimal RAM requirement for this software image.
            "The minimal RAM requirement for this software image.
@@ -967,7 +967,7 @@ submodule etsi-nfv-vnf {
        }
        }
        leaf size {
        leaf size {
          type uint64;
          type uint64;
          units "Gb";
          units "GB";
          description
          description
            "The size of this software image.";
            "The size of this software image.";
          reference
          reference