live tests pass on both Rackspace and HPCS 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/27#issuecomment-25301985
