Re: [jclouds/jclouds] update CloudstackTemplateOptions pattern (#957)

2016-08-02 Thread Andrea Turli
Closed #957. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/957#event-742493469

Re: [jclouds/jclouds] update CloudstackTemplateOptions pattern (#957)

2016-05-19 Thread Ignasi Barrera
> } > > - public CloudStackTemplateOptions setupStaticNat(boolean setupStaticNat) { > - this.setupStaticNat = setupStaticNat; > + public CloudStackTemplateOptions userData(URL userDataUrl) throws > IOException { > + this.userData = Resources.toString(checkNotNull(userDataUrl,

[jclouds/jclouds] update CloudstackTemplateOptions pattern (#957)

2016-05-19 Thread Andrea Turli
You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/957 -- Commit Summary -- * update CloudstackTemplateOptions pattern -- File Changes -- M