[
https://issues.apache.org/jira/browse/JCLOUDS-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13821490#comment-13821490
]
Andrea commented on JCLOUDS-336:
--------------------------------
I've tested https://github.com/jclouds/jclouds-labs/pull/28 for 1.6.3 and it
failed for me 2 tests
Failed tests:
testNetworksAndFirewallDeletedWhenAllGroupNodesAreTerminated(org.jclouds.googlecomputeengine.compute.GoogleComputeEngineServiceExpectTest):
expected [GET
https://www.googleapis.com/compute/v1beta15/projects/myproject/global/networks/jclouds-test-delete
HTTP/1.1(..)
testCreateNodeWhenNetworkNorFirewallExistDoesNotExist(org.jclouds.googlecomputeengine.compute.GoogleComputeEngineServiceExpectTest):
expected [GET
https://www.googleapis.com/compute/v1beta15/projects/myproject/global/firewalls/jclouds-test-port-22
HTTP/1.1(..)
I've opened a new PR at https://github.com/jclouds/jclouds-labs/pull/36 tested
for 1.6.3 which looks good.
> Move GCE to v1beta16 API
> ------------------------
>
> Key: JCLOUDS-336
> URL: https://issues.apache.org/jira/browse/JCLOUDS-336
> Project: jclouds
> Issue Type: Improvement
> Components: jclouds-labs-google
> Affects Versions: 1.6.2
> Reporter: Andrew Bayer
> Assignee: Andrew Bayer
> Fix For: 1.7.0, 1.6.3
>
>
> GCE's got a new API version, v1beta16 -
> https://developers.google.com/compute/docs/transition-v1beta16 - there's not
> a huge difference. The only real changes are in the load balancer, which
> we're not implementing yet, and moving around quotas from zones to regions -
> and we didn't actually have quotas in zones in the first place! Nonetheless,
> it'd be good to bump the API version, since they tend to vanish old ones.
> For 1.6.3, this'll just mean s/v1beta15/v1beta16/g. For 1.7.0, I'm also
> adding the region-level quotas.
--
This message was sent by Atlassian JIRA
(v6.1#6144)