Removed unusefull properties

This commit is contained in:
vicglarson 2011-04-09 16:21:24 +04:00 committed by Dmitri Babaev
parent 1e204e55cb
commit e01910ffd8
1 changed files with 8 additions and 6 deletions

View File

@ -35,13 +35,15 @@
<description>jclouds components to access an implementation of OpenStack Nova</description>
<properties>
<test.nova.endpoint>https://auth.api.rackspacecloud.com</test.nova.endpoint>
<test.nova.apiversion>1.1</test.nova.apiversion>
<test.nova.identity>FIXME</test.nova.identity>
<test.nova.credential>FIXME</test.nova.credential>
</properties>
<dependencies>
<dependency>
<groupId>org.jclouds.provider</groupId>
<artifactId>aws-ec2</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jclouds.common</groupId>
<artifactId>openstack-common</artifactId>
@ -132,11 +134,11 @@
<value>${test.nova.credential}</value>
</property>
<property>
<name>test.nova.credential</name>
<name>test.ssh.keyfile.public</name>
<value>${test.ssh.keyfile.public}</value>
</property>
<property>
<name>test.nova.credential</name>
<name>test.ssh.keyfile.private</name>
<value>${test.ssh.keyfile.private}</value>
</property>
<property>