Adaptor module
Security
Resource management
Execution management on compute resources
Data management on storage resources
jsaga-help -help
openstack://<HOSTNAME>:<PORT>/v2.0/ Where: <HOSTNAME> is the name of the host running the Openstack identity service, <PORT> is the port of the Openstack identity service. Optional arguments: KeypairName= the key pair name installed on Openstack PrivateKey= the local private key corresponding to the keypair KeypairName and PrivateKey allow to access compute resources with a public key. Otherwise, access will be done with the password provided by Openstack when the compute resource was booted.
ResourceManager rm = ResourceFactory.createResourceManager(session, url); rm.listTemplates(Type.COMPUTE);