Feature 10911-Vertical scaling of VM instances from OSM
[osm/RO.git] / RO-VIM-vmware / osm_rovim_vmware / vimconn_vmware.py
index b3cff59..ff89b5a 100644 (file)
@@ -8669,3 +8669,13 @@ if [ "$1" = "precustomization" ];then
         """
         # TODO: Add support for migration
         raise vimconn.VimConnNotImplemented("Should have implemented this")
+
+    def resize_instance(self, vm_id, flavor_id=None):
+        """
+        resize a vdu
+        param:
+            vm_id: ID of an instance
+            flavor_id: flavor_id to resize the vdu to
+        """
+        # TODO: Add support for resize
+        raise vimconn.VimConnNotImplemented("Should have implemented this")