I've tried to run the live test on HPCloud as follows: ```bash mvn test -Plive -Dtest.openstack-nova.endpoint="https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0/" \ -Dtest.openstack-nova.identity="<identity>" \ -Dtest.openstack-nova.credential="<credential>" \ -Dtest.openstack-nova.image-id=bec3cab5-4722-40b9-a78a-3489218e22fe \ -Dtest.openstack-nova.flavor-id=standard.small \ -Djclouds.keystone.credential-type=apiAccessKeyCredentials \ -Dtest.openstack-nova.region=region-a.geo-1 -Dtest=VolumeAttachmentApiLiveTest ```
But I get the following failure, in [this line](https://github.com/jclouds/jclouds/blob/master/apis/openstack-nova/src/test/java/org/jclouds/openstack/nova/v2_0/extensions/VolumeAttachmentApiLiveTest.java#L84). Is it normal that the attachment api is not available in HPCloud? /cc @ccustine @everett-toews ```bash setup(org.jclouds.openstack.nova.v2_0.extensions.VolumeAttachmentApiLiveTest) Time elapsed: 7.562 sec <<< FAILURE! java.lang.IllegalStateException: Optional.get() cannot be called on an absent value at com.google.common.base.Absent.get(Absent.java:47) at org.jclouds.openstack.nova.v2_0.extensions.VolumeAttachmentApiLiveTest.setup(VolumeAttachmentApiLiveTest.java:84) ``` --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/710#issuecomment-84369333
