Current commits passed live tests on both rackspace and HPCS using the following CLI args. Note, I'll squash and retain jdagget as owner after fixing nits, as he did lion's share of work.
Rackspace ```bash mvn -Dtest.openstack-swift.endpoint=https://identity.api.rackspacecloud.com/v2.0/ -Dtest.openstack-swift.identity=ferncam1 -Dtest.openstack-swift.credential=REDACTED -Dtest.jclouds.keystone.credential-type=passwordCredentials -Plive clean install ``` HPCS ```bash mvn -Dtest.openstack-swift.endpoint=https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0/ -Dtest.openstack-swift.identity=adrianc-project1:XMNANKT2USE52E2PZF3R -Dtest.openstack-swift.credential=REDACTED -Dtest.jclouds.keystone.credential-type=apiAccessKeyCredentials -Plive clean install ``` --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/25#issuecomment-25252329
