fixed cyclic property

This commit is contained in:
Adrian Cole 2011-11-13 09:20:23 +02:00
parent 6aaa331c83
commit 6738ebf633
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@
<properties>
<test.nova.endpoint>http://localhost:8773/services/Cloud</test.nova.endpoint>
<test.nova.apiversion>1.1</test.nova.apiversion>
<test.nova.identity>${test.nova.identity}</test.nova.identity>
<test.nova.credential>${test.nova.credential}</test.nova.credential>
<test.nova.identity>FIXME_IDENTITY</test.nova.identity>
<test.nova.credential>FIXME_CREDENTIALS</test.nova.credential>
<test.nova.image-id></test.nova.image-id>
</properties>