Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jclouds now supports security groups in the base TemplateOptions class #1409

Open
richardcloudsoft opened this issue May 22, 2014 · 0 comments

Comments

@richardcloudsoft
Copy link
Member

Previously, security groups in jclouds could only be set by downcasting to the cloud-specific implementation of TemplateOptions and setting security groups there. This is what JcloudsLocation does. However jclouds recently added setting security groups in the base TemplateOptions (with the caveat that not all clouds will understand it.)

JcloudsLocation should be modified to do this.

A previous implementation was attempted in PR #1373 but is not suitable for merging at the moment; due to a bug in CloudStack's implementation in jclouds, it would end up ignoring the security group. Once that issue is fixed in jclouds, then that PR could be re-opened and merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant