jigish.addweb created an issue. See original summary.
@jigish, I have the following comment about this patch.
+++ b/modules/cloud_service_providers/openstack/openstack.module @@ -66,6 +80,17 @@ function openstack_update_resources(CloudConfig $cloud_config) { + $images = aws_cloud_get_pending_images($cloud_config->getCloudContext());
You need to create a function for openstack pending images. If you call aws_cloud_get_pending_images, it will look at the aws_cloud_image entity table.
aws_cloud_get_pending_images
@baldwinlouie
Thank you for your review.
I changed the function name to openstack_get_pending_images.
openstack_get_pending_images
Please review the updated patch.
Thanks
@yas @baldwinlouie
Fixing coding standard violations.
@jigishaddweb
Thank you for the update. I included the fix of the coding violation at the patch #3135193-3. So we should review the patch #4 above.
What do you think?
@yas and @jigish
Thank you for updating the patch. It looks good to me now.
Thank you for your review. I'll merge the patch to 8.x-1.x and 8.x-2.x and close this issue as Fixed.
8.x-1.x
8.x-2.x
Fixed
Issue #3133379 by jigish.addweb, baldwinlouie, yas: Manage OpenStack...
Automatically closed - issue fixed for 2 weeks with no activity.
Comments
Comment #2
jigish.addweb commentedComment #3
baldwinlouie commented@jigish, I have the following comment about this patch.
You need to create a function for openstack pending images. If you call
aws_cloud_get_pending_images, it will look at the aws_cloud_image entity table.Comment #4
jigish.addweb commented@baldwinlouie
Thank you for your review.
I changed the function name to
openstack_get_pending_images.Please review the updated patch.
Thanks
Comment #5
jigish.addweb commented@yas @baldwinlouie
Fixing coding standard violations.
Thanks
Comment #6
yas@jigishaddweb
Thank you for the update. I included the fix of the coding violation at the patch #3135193-3. So we should review the patch #4 above.
@baldwinlouie
What do you think?
Comment #7
baldwinlouie commented@yas and @jigish
Thank you for updating the patch. It looks good to me now.
Comment #8
yas@baldwinlouie
Thank you for your review. I'll merge the patch to
8.x-1.xand8.x-2.xand close this issue asFixed.Comment #11
yas