jclouds/labs/abiquo
Andrew Gaul 08b9982384 Enforce modifier order via Checkstyle
Also fix violations, via:

find -name \*.java | xargs sed -i 's/final static/static final/'
find -name \*.java | xargs sed -i 's/static private/private static/'
find -name \*.java | xargs sed -i 's/static abstract/abstract static/'
2012-11-01 20:01:30 -07:00
..
src Enforce modifier order via Checkstyle 2012-11-01 20:01:30 -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.