This will allow specifying ports and fixed IPs when creating nova servers. You can merge this Pull Request by running:
git pull https://github.com/rackspace/jclouds add-nova-neutron-support Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds/pull/311 -- Commit Summary -- * JCLOUDS-486 This will allow booting up nova servers with fixed IPs and ports. * Adds fixed expect test. -- File Changes -- M apis/openstack-nova/src/main/java/org/jclouds/openstack/nova/v2_0/compute/NovaComputeServiceAdapter.java (6) M apis/openstack-nova/src/main/java/org/jclouds/openstack/nova/v2_0/compute/options/NovaTemplateOptions.java (35) A apis/openstack-nova/src/main/java/org/jclouds/openstack/nova/v2_0/domain/Network.java (170) M apis/openstack-nova/src/main/java/org/jclouds/openstack/nova/v2_0/options/CreateServerOptions.java (60) M apis/openstack-nova/src/test/java/org/jclouds/openstack/nova/v2_0/compute/NovaComputeServiceAdapterExpectTest.java (48) A apis/openstack-nova/src/test/resources/new_server_nova_networks.json (41) -- Patch Links -- https://github.com/jclouds/jclouds/pull/311.patch https://github.com/jclouds/jclouds/pull/311.diff --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/311
