I'd love some feedback on latest commit. Instead of pushing off the second PR
noted above I've included those proposed changed here as it's the proper way to
solve the problem instead of pushing it off to some later date. This will allow
us to do the following:
NovaTemplateOptions options = NovaTemplateOptions.Builder.
autoAssignFloatingIp(true).
floatingIpPoolNames(ipPoolNames). //this
is the noted change
blockUntilRunning(true).
securityGroupNames(securityGroups);
@everett-toews @jdaggett @nacx thoughts?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/425#issuecomment-47979279