https://issues.apache.org/jira/browse/JCLOUDS-496

This contains the changes in https://github.com/jclouds/jclouds/pull/439 for 
master. In 1.7.x the duplicated methods in the `NovaTemplateOptions` class were 
deprecated and this PR removes them, but keeping the particular logic for not 
allowing empty security groups.
You can merge this Pull Request by running:

  git pull https://github.com/nacx/jclouds 496-nova-sg-master

Or you can view, comment on it, or merge it online at:

  https://github.com/jclouds/jclouds/pull/440

-- Commit Summary --

  * JCLOUDS-496: Use the security groups options in the portable TemplateOptions

-- File Changes --

    M 
apis/openstack-nova/src/main/java/org/jclouds/openstack/nova/v2_0/compute/NovaComputeServiceAdapter.java
 (4)
    M 
apis/openstack-nova/src/main/java/org/jclouds/openstack/nova/v2_0/compute/options/NovaTemplateOptions.java
 (74)
    M 
apis/openstack-nova/src/main/java/org/jclouds/openstack/nova/v2_0/compute/strategy/ApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet.java
 (7)
    M 
apis/openstack-nova/src/test/java/org/jclouds/openstack/nova/v2_0/compute/NovaComputeServiceAdapterExpectTest.java
 (2)
    M 
apis/openstack-nova/src/test/java/org/jclouds/openstack/nova/v2_0/compute/NovaComputeServiceExpectTest.java
 (2)
    M 
apis/openstack-nova/src/test/java/org/jclouds/openstack/nova/v2_0/compute/options/NovaTemplateOptionsTest.java
 (28)

-- Patch Links --

https://github.com/jclouds/jclouds/pull/440.patch
https://github.com/jclouds/jclouds/pull/440.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/440

Reply via email to