Problem/Motivation
Change the class name from CloudServerTemplate to CloudLaunchTemplate (Cloud)
Issue fork cloud-3221415
Show commands
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 #4
sekinet commented@yas
I've created the patch. Could you please check it?
Comment #5
yas@sekinet
Thank you for the great patch.
@all
What do you think?
Comment #6
yasComment #7
yasComment #8
baldwinlouie commented@yas and @sekinet,
Thank you for the patch. I have the following general comment.
Do we need a hook_update_N function in `cloud.install` to update existing instances after they update their codebase with this feature? See cloud_update_8110() and cloud_update_8149() and cloud_update_8150(). Hopefully, we just need to run something like cloud_update_8150() to clear out the cached entity definitions.
What do you think?
Comment #9
sekinet commented@baldwinlouie @yas
Thank you for your comment.
I added cloud_update_8152() which clears the cached entity definitions.
Could you please check it?
Comment #10
yas@sekinet @baldwinlouie
I posted my minor comments. Could you please check the ones? Thanks
Comment #11
sekinet commented@yas
Thank you for your comments. I have fixed it, could you please check?
Comment #12
yas@sekinet
Thank you for the update. It looks good to me now.
@baldwinlouie
What do you think?
Thanks
Comment #13
baldwinlouie commented@sekinet, Thank you for the update. It looks good to me.
Comment #14
yas@baldwinlouie
Thank you for your review and your comment.
@sekinet
Thank you for the update. It looks good, so I'll merge the patch to
4.xand close this issue as Fixed.Comment #17
yasComment #18
yas