> + > + <!-- TODO: when out of labs, switch to org.apache.jclouds.provider --> > + <groupId>org.apache.jclouds.labs</groupId> > + <artifactId>profitbricks-c2</artifactId> > + <name>jclouds ProfitBricks Provider</name> > + <description>ComputeService binding to the ProfitBricks API</description> > + <packaging>bundle</packaging> > + > + > + <properties> > + > <test.profitbricks-c2.endpoint>https://api.profitbricks.com/1.2</test.profitbricks-c2.endpoint> > + <test.profitbricks-c2.api-version>1.2</test.profitbricks-c2.api-version> > + <test.profitbricks-c2.identity>FIXME</test.profitbricks-c2.identity> > + <test.profitbricks-c2.credential>FIXME</test.profitbricks-c2.credential> > + <!-- CentOS 6.5 x64 --> > + > <test.profitbricks-c2.template>imageId=centos-6-5-x64</test.profitbricks-c2.template>
This property is used in the live tests, to pick the image to be used. jclouds by default tries to find an Ubuntu image, so unless it is explicitly needed to change that default here, just remove this property. Otherwise change it to a value that matches a real image in Profitbricks (if I'm not wrong this is the one used in DigitalOcean). --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/72/files#r17228739
