Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2015-03-24 Thread Everett Toews
Superseded by #705  

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565#issuecomment-85716224

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread CloudBees pull request builder plugin
[jclouds-pull-requests-java-6 
#181](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests-java-6/181/) 
SUCCESS
This pull request looks good

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565#issuecomment-58579898

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread Adrian Cole
 +!-- identity endpoint --
 +
 test.rackspace-cloudfiles-us.endpointhttps://identity.api.rackspacecloud.com/v2.0//test.rackspace-cloudfiles-us.endpoint
 +
 test.rackspace-cloudfiles-us.api-version1/test.rackspace-cloudfiles-us.api-version
 +test.rackspace-cloudfiles-us.build-version /
 +
 test.rackspace-cloudfiles-us.identity${test.rackspace-us.identity}/test.rackspace-cloudfiles-us.identity
 +
 test.rackspace-cloudfiles-us.credential${test.rackspace-us.credential}/test.rackspace-cloudfiles-us.credential
 +
 jclouds.osgi.exportorg.jclouds.rackspace.cloudfiles.us*;version=${project.version}/jclouds.osgi.export
 +jclouds.osgi.import
 +  org.jclouds.rest.internal;version=${jclouds.version},
 +  org.jclouds.labs*;version=${project.version},
 +  org.jclouds*;version=${jclouds.version},
 +  *
 +/jclouds.osgi.import
 +  /properties
 +
 +  repositories

probably no longer needed

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565/files#r18675266

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread Jeremy Daggett
@demobox Just need to backport the changes to 1.8.x once I get the :+1: from 
you. Thx!

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565#issuecomment-58580133

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread Adrian Cole
 +  groupIdorg.apache.jclouds.provider/groupId
 +  artifactIdrackspace-cloudfiles-us/artifactId
 +  version2.0.0-SNAPSHOT/version
 +  namejclouds Rackspace Cloud Files US provider/name
 +  descriptionOpenStack Object Storage implementation targeted to Rackspace 
 Cloud Files US/description
 +  packagingbundle/packaging
 +
 +  properties
 +!-- identity endpoint --
 +
 test.rackspace-cloudfiles-us.endpointhttps://identity.api.rackspacecloud.com/v2.0//test.rackspace-cloudfiles-us.endpoint
 +
 test.rackspace-cloudfiles-us.api-version1/test.rackspace-cloudfiles-us.api-version
 +test.rackspace-cloudfiles-us.build-version /
 +
 test.rackspace-cloudfiles-us.identity${test.rackspace-us.identity}/test.rackspace-cloudfiles-us.identity
 +
 test.rackspace-cloudfiles-us.credential${test.rackspace-us.credential}/test.rackspace-cloudfiles-us.credential
 +
 jclouds.osgi.exportorg.jclouds.rackspace.cloudfiles.us*;version=${project.version}/jclouds.osgi.export
 +jclouds.osgi.import

I think these are simplified in other poms

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565/files#r18675302

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread Adrian Cole
 +http://www.apache.org/licenses/LICENSE-2.0
 +
 +Unless required by applicable law or agreed to in writing, software
 +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.
 +
 +--
 +project xmlns=http://maven.apache.org/POM/4.0.0; 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
 http://maven.apache.org/maven-v4_0_0.xsd;
 +  modelVersion4.0.0/modelVersion
 +  parent
 +groupIdorg.apache.jclouds/groupId
 +artifactIdjclouds-project/artifactId
 +version2.0.0-SNAPSHOT/version
 +relativePath /

is this correct?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565/files#r18675324

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread Adrian Cole
 +  idapache-snapshots/id
 +  urlhttps://repository.apache.org/content/repositories/snapshots/url
 +  releases
 +enabledfalse/enabled
 +  /releases
 +  snapshots
 +enabledtrue/enabled
 +  /snapshots
 +/repository
 +  /repositories
 +
 +  dependencies
 +dependency
 +  groupIdorg.apache.jclouds.api/groupId
 +  artifactIdopenstack-swift/artifactId
 +  version${project.parent.version}/version

switch to parent.version

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565/files#r18675376

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread Adrian Cole
 +See the License for the specific language governing permissions and
 +limitations under the License.
 +
 +--
 +project xmlns=http://maven.apache.org/POM/4.0.0; 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
 http://maven.apache.org/maven-v4_0_0.xsd;
 +  modelVersion4.0.0/modelVersion
 +  parent
 +groupIdorg.apache.jclouds/groupId
 +artifactIdjclouds-project/artifactId
 +version2.0.0-SNAPSHOT/version
 +relativePath /
 +  /parent
 +
 +  groupIdorg.apache.jclouds.provider/groupId
 +  artifactIdrackspace-cloudfiles-us/artifactId
 +  version2.0.0-SNAPSHOT/version

probably don't need this

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565/files#r18675351

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread Jeremy Daggett
 +!-- identity endpoint --
 +
 test.rackspace-cloudfiles-us.endpointhttps://identity.api.rackspacecloud.com/v2.0//test.rackspace-cloudfiles-us.endpoint
 +
 test.rackspace-cloudfiles-us.api-version1/test.rackspace-cloudfiles-us.api-version
 +test.rackspace-cloudfiles-us.build-version /
 +
 test.rackspace-cloudfiles-us.identity${test.rackspace-us.identity}/test.rackspace-cloudfiles-us.identity
 +
 test.rackspace-cloudfiles-us.credential${test.rackspace-us.credential}/test.rackspace-cloudfiles-us.credential
 +
 jclouds.osgi.exportorg.jclouds.rackspace.cloudfiles.us*;version=${project.version}/jclouds.osgi.export
 +jclouds.osgi.import
 +  org.jclouds.rest.internal;version=${jclouds.version},
 +  org.jclouds.labs*;version=${project.version},
 +  org.jclouds*;version=${jclouds.version},
 +  *
 +/jclouds.osgi.import
 +  /properties
 +
 +  repositories

Is this entire block defined elsewhere in a parent pom now?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565/files#r18675434

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread Adrian Cole
some pom cleanup is probably good. that and updating allblobstore/pom.xml

otherwise LG

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565#issuecomment-58580495

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread Ignasi Barrera
 +See the License for the specific language governing permissions and
 +limitations under the License.
 +
 +--
 +project xmlns=http://maven.apache.org/POM/4.0.0; 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
 http://maven.apache.org/maven-v4_0_0.xsd;
 +  modelVersion4.0.0/modelVersion
 +  parent
 +groupIdorg.apache.jclouds/groupId
 +artifactIdjclouds-project/artifactId
 +version2.0.0-SNAPSHOT/version
 +relativePath /
 +  /parent
 +
 +  groupIdorg.apache.jclouds.api/groupId
 +  artifactIdrackspace-cloudfiles/artifactId
 +  version2.0.0-SNAPSHOT/version

This will now always be released with the same version than the parent. I'd 
suggest removing the version from here to avoid mistakes.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565/files#r18675432

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread Ignasi Barrera
 +  idapache-snapshots/id
 +  urlhttps://repository.apache.org/content/repositories/snapshots/url
 +  releases
 +enabledfalse/enabled
 +  /releases
 +  snapshots
 +enabledtrue/enabled
 +  /snapshots
 +/repository
 +  /repositories
 +
 +  dependencies
 +dependency
 +  groupIdorg.apache.jclouds.api/groupId
 +  artifactIdopenstack-swift/artifactId
 +  version${project.parent.version}/version

This is no longer needed. Use `${project.version}` everywhere.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565/files#r18675462

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread Ignasi Barrera
 +!-- identity endpoint --
 +
 test.rackspace-cloudfiles-us.endpointhttps://identity.api.rackspacecloud.com/v2.0//test.rackspace-cloudfiles-us.endpoint
 +
 test.rackspace-cloudfiles-us.api-version1/test.rackspace-cloudfiles-us.api-version
 +test.rackspace-cloudfiles-us.build-version /
 +
 test.rackspace-cloudfiles-us.identity${test.rackspace-us.identity}/test.rackspace-cloudfiles-us.identity
 +
 test.rackspace-cloudfiles-us.credential${test.rackspace-us.credential}/test.rackspace-cloudfiles-us.credential
 +
 jclouds.osgi.exportorg.jclouds.rackspace.cloudfiles.us*;version=${project.version}/jclouds.osgi.export
 +jclouds.osgi.import
 +  org.jclouds.rest.internal;version=${jclouds.version},
 +  org.jclouds.labs*;version=${project.version},
 +  org.jclouds*;version=${jclouds.version},
 +  *
 +/jclouds.osgi.import
 +  /properties
 +
 +  repositories

Nope but the build itself will already build all the needed SNAPSHOT 
dependencies. The repo is needed in projects in other Git repos where the 
dependencies are not part of the Maven build.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565/files#r18675532

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread Ignasi Barrera
It seems that we've both started to review and comment at the same time 
@adriancole :) Just to avoid repeating comments, all yours!

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565#issuecomment-58581052

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread Jeremy Daggett
 +  groupIdorg.apache.jclouds.provider/groupId
 +  artifactIdrackspace-cloudfiles-us/artifactId
 +  version2.0.0-SNAPSHOT/version
 +  namejclouds Rackspace Cloud Files US provider/name
 +  descriptionOpenStack Object Storage implementation targeted to Rackspace 
 Cloud Files US/description
 +  packagingbundle/packaging
 +
 +  properties
 +!-- identity endpoint --
 +
 test.rackspace-cloudfiles-us.endpointhttps://identity.api.rackspacecloud.com/v2.0//test.rackspace-cloudfiles-us.endpoint
 +
 test.rackspace-cloudfiles-us.api-version1/test.rackspace-cloudfiles-us.api-version
 +test.rackspace-cloudfiles-us.build-version /
 +
 test.rackspace-cloudfiles-us.identity${test.rackspace-us.identity}/test.rackspace-cloudfiles-us.identity
 +
 test.rackspace-cloudfiles-us.credential${test.rackspace-us.credential}/test.rackspace-cloudfiles-us.credential
 +
 jclouds.osgi.exportorg.jclouds.rackspace.cloudfiles.us*;version=${project.version}/jclouds.osgi.export
 +jclouds.osgi.import

Example?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565/files#r18675924

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread Adrian Cole
 +  groupIdorg.apache.jclouds.provider/groupId
 +  artifactIdrackspace-cloudfiles-us/artifactId
 +  version2.0.0-SNAPSHOT/version
 +  namejclouds Rackspace Cloud Files US provider/name
 +  descriptionOpenStack Object Storage implementation targeted to Rackspace 
 Cloud Files US/description
 +  packagingbundle/packaging
 +
 +  properties
 +!-- identity endpoint --
 +
 test.rackspace-cloudfiles-us.endpointhttps://identity.api.rackspacecloud.com/v2.0//test.rackspace-cloudfiles-us.endpoint
 +
 test.rackspace-cloudfiles-us.api-version1/test.rackspace-cloudfiles-us.api-version
 +test.rackspace-cloudfiles-us.build-version /
 +
 test.rackspace-cloudfiles-us.identity${test.rackspace-us.identity}/test.rackspace-cloudfiles-us.identity
 +
 test.rackspace-cloudfiles-us.credential${test.rackspace-us.credential}/test.rackspace-cloudfiles-us.credential
 +
 jclouds.osgi.exportorg.jclouds.rackspace.cloudfiles.us*;version=${project.version}/jclouds.osgi.export
 +jclouds.osgi.import

https://github.com/jclouds/jclouds/blob/master/providers/ultradns-ws/pom.xml#L42

ex.

```
jclouds.osgi.importorg.jclouds*;version=${project.version},*/jclouds.osgi.import
```

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565/files#r18676355

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread CloudBees pull request builder plugin
[jclouds-pull-requests-java-6 
#182](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests-java-6/182/) 
SUCCESS
This pull request looks good

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565#issuecomment-58582469

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread CloudBees pull request builder plugin
[jclouds-pull-requests 
#1270](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/1270/) SUCCESS
This pull request looks good

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565#issuecomment-58583530

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread Adrian Cole
 +http://www.apache.org/licenses/LICENSE-2.0
 +
 +Unless required by applicable law or agreed to in writing, software
 +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.
 +
 +--
 +project xmlns=http://maven.apache.org/POM/4.0.0; 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
 http://maven.apache.org/maven-v4_0_0.xsd;
 +  modelVersion4.0.0/modelVersion
 +  parent
 +groupIdorg.apache.jclouds/groupId
 +artifactIdjclouds-project/artifactId
 +version2.0.0-SNAPSHOT/version
 +relativePath /

forgot to give an example for these..

```
relativePath../../project/pom.xml/relativePath
```

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565/files#r18677093

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread Adrian Cole
 +  namejclouds rackspace-cloudfiles api/name
 +  descriptionjclouds components to access Rackspace Cloud 
 Files/description
 +  packagingbundle/packaging
 +
 +  properties
 +!-- identity endpoint --
 +
 test.rackspace-cloudfiles.endpointhttps://identity.api.rackspacecloud.com/v2.0//test.rackspace-cloudfiles.endpoint
 +
 test.rackspace-cloudfiles.api-version1/test.rackspace-cloudfiles.api-version
 +test.rackspace-cloudfiles.build-version /
 +
 test.rackspace-cloudfiles.identityFIXME_IDENTITY/test.rackspace-cloudfiles.identity
 +
 test.rackspace-cloudfiles.credentialFIXME_CREDENTIALS/test.rackspace-cloudfiles.credential
 +
 jclouds.osgi.exportorg.jclouds.rackspace.cloudfiles.v1*;version=${project.version}/jclouds.osgi.export
 +
 jclouds.osgi.importorg.jclouds*;version=${jclouds.version},*/jclouds.osgi.import
 +  /properties
 +
 +  repositories

ditto on the repo stanza kill, in case forgot.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565/files#r18677112

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread Adrian Cole
ok just ping me and I'll give a last look when you're ready, @jdaggett. Thanks 
for doing this! This will be the first time we can allow users to switch off 
the old stuff, and not be in labs, since nova.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565#issuecomment-58584121

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread CloudBees pull request builder plugin
[jclouds-pull-requests 
#1271](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/1271/) SUCCESS
This pull request looks good

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565#issuecomment-58585409

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread BuildHive
[jclouds » jclouds 
#1766](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/1766/) SUCCESS
This pull request looks good
[(what's this?)](https://www.cloudbees.com/what-is-buildhive)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565#issuecomment-58586702

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread CloudBees pull request builder plugin
[jclouds-pull-requests-java-6 
#183](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests-java-6/183/) 
SUCCESS
This pull request looks good

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565#issuecomment-58586835

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread CloudBees pull request builder plugin
[jclouds-pull-requests-java-6 
#184](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests-java-6/184/) 
SUCCESS
This pull request looks good

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565#issuecomment-58587305

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread Jeremy Daggett
 +http://www.apache.org/licenses/LICENSE-2.0
 +
 +Unless required by applicable law or agreed to in writing, software
 +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.
 +
 +--
 +project xmlns=http://maven.apache.org/POM/4.0.0; 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
 http://maven.apache.org/maven-v4_0_0.xsd;
 +  modelVersion4.0.0/modelVersion
 +  parent
 +groupIdorg.apache.jclouds/groupId
 +artifactIdjclouds-project/artifactId
 +version2.0.0-SNAPSHOT/version
 +relativePath /

Ah yes! The reason we had an empty relative path there was because Maven 
complained about the separate labs project.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565/files#r18678587

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread Jeremy Daggett
 +  namejclouds rackspace-cloudfiles api/name
 +  descriptionjclouds components to access Rackspace Cloud 
 Files/description
 +  packagingbundle/packaging
 +
 +  properties
 +!-- identity endpoint --
 +
 test.rackspace-cloudfiles.endpointhttps://identity.api.rackspacecloud.com/v2.0//test.rackspace-cloudfiles.endpoint
 +
 test.rackspace-cloudfiles.api-version1/test.rackspace-cloudfiles.api-version
 +test.rackspace-cloudfiles.build-version /
 +
 test.rackspace-cloudfiles.identityFIXME_IDENTITY/test.rackspace-cloudfiles.identity
 +
 test.rackspace-cloudfiles.credentialFIXME_CREDENTIALS/test.rackspace-cloudfiles.credential
 +
 jclouds.osgi.exportorg.jclouds.rackspace.cloudfiles.v1*;version=${project.version}/jclouds.osgi.export
 +
 jclouds.osgi.importorg.jclouds*;version=${jclouds.version},*/jclouds.osgi.import
 +  /properties
 +
 +  repositories

Doh, hold on!

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565/files#r18678615

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread CloudBees pull request builder plugin
[jclouds-pull-requests-java-6 
#185](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests-java-6/185/) 
SUCCESS
This pull request looks good

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565#issuecomment-58587554

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread Jeremy Daggett
@adriancole Looks like this is good to go. I am going to submit a PR for 1.8.x 
in just a min here. WDYT about removing the old API/providers?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565#issuecomment-58589040

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread Adrian Cole
 +  idapache-snapshots/id
 +  urlhttps://repository.apache.org/content/repositories/snapshots/url
 +  releases
 +enabledfalse/enabled
 +  /releases
 +  snapshots
 +enabledtrue/enabled
 +  /snapshots
 +/repository
 +  /repositories
 +
 +  dependencies
 +dependency
 +  groupIdorg.apache.jclouds.api/groupId
 +  artifactIdopenstack-swift/artifactId
 +  version${project.parent.version}/version

@jdaggett I'd do a find/replace sweep on the poms.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565/files#r18679418

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread CloudBees pull request builder plugin
[jclouds-pull-requests 
#1272](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/1272/) SUCCESS
This pull request looks good

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565#issuecomment-58589523

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread Adrian Cole
and old cloudservers, too..

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565#issuecomment-58589683

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread Adrian Cole
@jdaggett one last find/replace, then LGTM

I'm in favor of removing the old providers, for sure. We'll probably need to 
keep swift for another release, but for the cloudfiles, I'd say do it!

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565#issuecomment-58589652

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread CloudBees pull request builder plugin
[jclouds-pull-requests 
#1273](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/1273/) SUCCESS
This pull request looks good

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565#issuecomment-58589856

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread CloudBees pull request builder plugin
[jclouds-pull-requests 
#1274](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/1274/) SUCCESS
This pull request looks good

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565#issuecomment-58590151

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread BuildHive
[jclouds » jclouds 
#1767](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/1767/) SUCCESS
This pull request looks good
[(what's this?)](https://www.cloudbees.com/what-is-buildhive)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565#issuecomment-58592736

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread BuildHive
[jclouds » jclouds 
#1768](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/1768/) SUCCESS
This pull request looks good
[(what's this?)](https://www.cloudbees.com/what-is-buildhive)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565#issuecomment-58597421

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread BuildHive
[jclouds » jclouds 
#1769](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/1769/) SUCCESS
This pull request looks good
[(what's this?)](https://www.cloudbees.com/what-is-buildhive)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565#issuecomment-58600966

Re: [jclouds] Import rackspace-cloudfiles from labs (#565)

2014-10-09 Thread BuildHive
[jclouds » jclouds 
#1770](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/1770/) SUCCESS
This pull request looks good
[(what's this?)](https://www.cloudbees.com/what-is-buildhive)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/565#issuecomment-58604367