jclouds/labs/abiquo
Andrew Gaul 709ca69a2d Enforce that all imports are used via Checkstyle
Also remove all unused imports, via:

mvn checkstyle:checkstyle -Dcheckstyle.output.file=/dev/stdout -Dcheckstyle.output.format=plain | tac | awk -v FS=: '/warning/{print "sed -i " $2 "d " $1}' | while read i; do $i; done
2012-10-29 17:11:08 -07:00
..
src Enforce that all imports are used via Checkstyle 2012-10-29 17:11:08 -07:00
README.md Improved ComputeService and delegate virtual datacenter election to TemplateBuilder 2012-10-20 21:25:51 +02:00
pom.xml Version upgrades 2012-10-29 13:00:44 +00:00

README.md

Jclouds Abiquo Provider

This is the jclouds Abiquo provider. It enables compute features for the Abiquo cloud platform.

Detailed information about the Abiquo REST API can be found in the Abiquo documentation page.

If you find any issue in the provider api, please submit it to the Bug tracking system and we will do our best to fix it.