Ignasi Barrera created JCLOUDS-896:
--------------------------------------
Summary: Replace the GCETemplateOptions#network by the
TemplateOptions#networks option
Key: JCLOUDS-896
URL: https://issues.apache.org/jira/browse/JCLOUDS-896
Project: jclouds
Issue Type: Sub-task
Components: jclouds-labs-google
Affects Versions: 1.9.0
Reporter: Ignasi Barrera
Currently the GCETemplateOptions provide a way to specify the URI of a network
where the VMs will be attached. The portable TemplateOptions already provides
that property as a list of Strings, so the provider-specific options should be
removed and the portable one should be used instead:
* If a VM can be attached to multiple networks, then the adapter should honor
the property and attach the VM to all them.
* If not, we should validate the options and fail giving a proper feedback to
the user.
* If no network is explicitly provided, the VMs will be attached to the default
network, as suggested in https://github.com/jclouds/jclouds-labs-google/pull/138
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)