Closed (fixed)
Project:
Cloud
Version:
4.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
6 Aug 2021 at 09:33 UTC
Updated:
2 Sep 2021 at 08:29 UTC
Jump to comment: Most recent
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
Ryo Yamashita commented@yas
I have created a patch. Could you please check it?
Comment #4
yas@ryo-yamashita
Thank you for supplying the patch. It looks good so I'll merge the patch to
4.xand close this issue as Fixed.The logic looks the same as #3225614: Add a REST API to start AWS Cloud instance, so please consider to unify the methods by using a reflection. That is,
startInstance()andstopInstance()should call the common function having the same logic. Thanks!Comment #7
yasComment #8
yas