Update openjdk version to 19 and yang2swagger version to 2.1.0
[osm/IM.git] / models / augments / common-augments.yang
index cf883b9..18481a9 100644 (file)
@@ -348,7 +348,6 @@ module common-augments {
                                 description
                                   "Helm version to use for this helm-chart, v3 by default";
                                 type enumeration {
-                                  enum "v2";
                                   enum "v3";
                                 }
                                 default "v3";
@@ -730,10 +729,17 @@ module common-augments {
         list vdu-storage-requirements {
             description
               "Array of key-value pairs that articulate the storage
-               deployment requirements. If the storage type is persistent-storage
-               following setting holds the persistent volume upon VM deletion:
-               key: keep-volume
-               value: true";
+               deployment requirements.
+
+               If the storage type is persistent-storage, the following setting
+               holds the persistent volume upon VM deletion:
+                 key: keep-volume
+                 value: true
+
+               If storage volume can be attached to several VMs, the following setting
+               will allow it:
+                 key: multiattach
+                 value: true";
 
             key "key";