Hi All, I did some debugging on $subject and I found that there is a problem in GCEIaas.java class located in cloud controller component. In line 184, iaasInfo.getPayload() is always has a null value. So the method setDynamicPayload() will return immediately without setting user metadata to the instance. But I can see that the payload object has some values. So is that null check on line 184 is required? Any help is appreciated.
-- Thanks, Regards, ASH