Re: [jclouds-labs-openstack] Initial support for OpenStack Poppy (#176)

2015-01-19 Thread Zack Shoylev
+ + assertThat(online).isTrue(); + } finally { + server.shutdown(); + } + } + + @Test(enabled = false) + public void testPingFailOn500() throws Exception { + MockWebServer server = mockOpenStackServer(); + server.enqueue(addCommonHeaders(new

[jclouds] fix usermetadata check on OS X (#648)

2015-01-19 Thread Ka-Hing Cheung
Java on OS X does not support extended attributes, which the filesystem blobstore uses to implement user metadata. This disable the relevant test on OS X You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/648 -- Commit Summary -- * fix

[jclouds-examples] Delete all resources in all regions of an account (#70)

2015-01-19 Thread Everett Toews
You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-examples/pull/70 -- Commit Summary -- * Delete all resources in all regions of an account -- File Changes -- A rackspace/src/main/java/org/jclouds/examples/rackspace/DeleteAll.java

[jclouds-labs] Add missing dependency to Profitbricks (#123)

2015-01-19 Thread Ignasi Barrera
The build was broken since the last auto value commits were merged. This provider was missing. /cc @jdaggett take care! You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-labs/pull/123 -- Commit Summary -- * Add missing dependency to

Re: [jclouds-labs] Add missing dependency to Profitbricks (#123)

2015-01-19 Thread Jeremy Daggett
@nacx It looks like I created my branch prior to commit 6e1a037. No wonder it failed! Thanks! :sunglasses: --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/123#issuecomment-70520164

Jenkins build is back to normal : jclouds-labs-openstack #592

2015-01-19 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-labs-openstack/592/

Jenkins build is back to normal : jclouds-labs-openstack » jclouds openstack-glance api #592

2015-01-19 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-labs-openstack/org.apache.jclouds.labs$openstack-glance/592/

Jenkins build is back to normal : jclouds-guava-17-18 » 17.0,OpenJDK 7 (latest) #45

2015-01-19 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-guava-17-18/GUAVA_VERSION=17.0,jdk=OpenJDK%207%20(latest)/45/

Jenkins build is back to normal : jclouds-labs » jclouds ProfitBricks api #728

2015-01-19 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-labs/org.apache.jclouds.labs$profitbricks/728/

Jenkins build is back to normal : jclouds-labs #728

2015-01-19 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-labs/728/

Re: [jclouds-site] add softlayer getting started (#134)

2015-01-19 Thread Everett Toews
+api.getVirtualGuestApi(); +api.getDatacenterApi(); +api.getSoftwareDescriptionApi(); +api.getVirtualGuestBlockDeviceTemplateGroupApi(); +api.getAccountApi(); + +// Be sure to close the context when done +computeServiceContext.close(); +{% endhighlight %} + +## SoftLayer Object Storage

Re: [jclouds-labs-openstack] Initial support for OpenStack Poppy (#176)

2015-01-19 Thread Zack Shoylev
+ * distributed under the License is distributed on an AS IS BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package

Re: [jclouds-labs-openstack] Initial support for OpenStack Poppy (#176)

2015-01-19 Thread Zack Shoylev
+] +} +], +token: { +tenant: { +name: jclouds, +id: 123123, +enabled: true, +description: null +}, +id: TOKEN, +expires:

Re: [jclouds-labs-openstack] Initial support for OpenStack Poppy (#176)

2015-01-19 Thread Jeremy Daggett
+ + assertThat(online).isTrue(); + } finally { + server.shutdown(); + } + } + + @Test(enabled = false) + public void testPingFailOn500() throws Exception { + MockWebServer server = mockOpenStackServer(); + server.enqueue(addCommonHeaders(new

Re: [jclouds-labs-openstack] Initial support for OpenStack Poppy (#176)

2015-01-19 Thread Zack Shoylev
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.jclouds.openstack.poppy.v1.domain; + +import java.util.List; +import java.util.Set; +

Re: [jclouds-labs-openstack] Initial support for OpenStack Poppy (#176)

2015-01-19 Thread Zack Shoylev
Looks clean. What about: cdn service type in jclouds and AutoValue nomenclature? links() vs getLinks() --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/176#issuecomment-70547636

Re: [jclouds-labs-openstack] Initial support for OpenStack Poppy (#176)

2015-01-19 Thread Zack Shoylev
+ + assertThat(online).isTrue(); + } finally { + server.shutdown(); + } + } + + @Test(enabled = false) + public void testPingFailOn500() throws Exception { + MockWebServer server = mockOpenStackServer(); + server.enqueue(addCommonHeaders(new

Re: [jclouds-labs-openstack] Initial support for OpenStack Poppy (#176)

2015-01-19 Thread Jeremy Daggett
+] +} +], +token: { +tenant: { +name: jclouds, +id: 123123, +enabled: true, +description: null +}, +id: TOKEN, +expires:

Re: [jclouds-labs-openstack] Initial support for OpenStack Poppy (#176)

2015-01-19 Thread Jeremy Daggett
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.jclouds.openstack.poppy.v1.domain; + +import java.util.List; +import java.util.Set; +

[jira] [Commented] (JCLOUDS-806) Support OpenStack Poppy API

2015-01-19 Thread Jeremy Daggett (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14282948#comment-14282948 ] Jeremy Daggett commented on JCLOUDS-806:

[jira] [Created] (JCLOUDS-806) Support OpenStack Poppy API

2015-01-19 Thread Jeremy Daggett (JIRA)
Jeremy Daggett created JCLOUDS-806: -- Summary: Support OpenStack Poppy API Key: JCLOUDS-806 URL: https://issues.apache.org/jira/browse/JCLOUDS-806 Project: jclouds Issue Type: New Feature