When submitting OpenStack code, please make it as easy as possible for the
reviewer to run the live tests. That usually means including the code of a
localrc file for DevStack for anything beyond the most basic DevStack deploy.
It also means including the commands to run the live tests. In this case I used
mvn clean test -Plive
-Dtest.openstack-cinder.endpoint=http://166.78.236.99:5000/v2.0/
-Dtest.openstack-cinder.identity=admin:admin
-Dtest.openstack-cinder.credential=devstack -Dtest=QuotasApiLiveTest
I should be able to get to the rest of your PRs tomorrow.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/178#issuecomment-26295689