You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by GitBox <gi...@apache.org> on 2021/02/26 22:41:17 UTC

[GitHub] [libcloud] Kami commented on a change in pull request #1555: status RESIZE of node was not implemented

Kami commented on a change in pull request #1555:
URL: https://github.com/apache/libcloud/pull/1555#discussion_r583964284



##########
File path: libcloud/compute/drivers/openstack.py
##########
@@ -120,6 +120,7 @@ class OpenStackNodeDriver(NodeDriver, OpenStackDriverMixin):
         'PASSWORD': NodeState.PENDING,
         'RESCUE': NodeState.PENDING,
         'REBOOT': NodeState.REBOOTING,
+        'RESIZE': NodeState.MIGRATING,

Review comment:
       I'll make a small change so it uses ``reconfiguring`` state instead, but besides that, LGTM.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org