Hi Andrea,
Thank you very much. Really appreciate it.
I applied your pull request to my local repository and did a test. Yes it
was much stable than the master. However I found one issue when trying to
spawn an instance. The OperatingSystemReferenceCode property was not set in
the request.
org.jclouds.softlayer.compute.strategy.SoftLayerComputeServiceAdapter.createNodeWithGroupEncodedIntoName():
operatingSystem = OperatingSystem.builder()
.id(from.getId())
.build();
I update this logic to set the above property and the issue was fixed.
BTW today I accidently deleted the .git folder in my local repository and
tried to fetch your pull request again. What I did was:
git clone https://github.com/apache/jclouds.git
git fetch https://github.com/jclouds/jclouds.git refs/pull/296/head
But as I found the new checkout I got was different from my previous. Could
you please guide me how to fetch your pull request to a fresh local
repository?
Thanks
Imesh
On Mon, Mar 10, 2014 at 11:30 AM, Andrea Turli <[email protected]>wrote:
> Imesh,
>
> Just to clarify, if I checkout 1.7.1 branch and apply this pull request on
> > top would it be ok for the moment?
> >
>
> It should be ok, even if it can be unstable.
>
> Best,
> Andrea
>
--
Imesh Gunaratne
Technical Lead, WSO2
Committer & PPMC Member, Apache Stratos