forked from woorea/openstack-java-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
README
Masanori ITOH edited this page Nov 3, 2013
·
7 revisions
- Anyway, I needed to call OpenStack features from some program written in Java. When the programs were handed over to me, unfortunately they used nova/nova-manage command. :( I looked for if there are OpenStack API Java bindings and found Luis's great works.
- BTW, I'm mainly interested in administrative operations and I found that those features were not available, or I guess that they could be lower priority ones.
- Thus, I began to work on the sdk mainly from a view point of adding administrative API calls.
You can find mainly two things in the 'dev' branch here.
- Administrative Feature Supports
- Hot Aggregate operations (nova aggregate-xxxx equivalents)
- Hypervisor operations (nova hypervisor-xxxx equivalents)
- Service operations (nova service-xxxx equivalents)
- AvailabilityZone operations (nova availability-zone-list equivalent)
- Bug fixes
Note that the above will be eventually proposed to the upstream and hopefully merged.