Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.1.0, 4.1.1, 4.1.2, 4.1.3
-
None
Description
The code which builds the template (iaas.initialize) used by jclouds is executed only once before stratos appends the availability zone properties to the iaas datastructure.
The problem is in the buildIaas() call shown below:
The issue also exists in the cloudstack, ec2, gce and docker variants of this function.
Many thanks to Vanson Lim for reporting this and providing the attached patch as a solution.