Openstack cloud (identity service, nova service and swift service) vs Java application

后端 未结 2 725
我在风中等你
我在风中等你 2020-12-22 06:41

I want to build a Java application to access the OpenStack services like the Identity Service (username, password, secret key, etc), Nova service (create and remove virtual

相关标签:
2条回答
  • 2020-12-22 07:10

    There is a project on github (CloudServiceDeployer) handling almost what you were asking for.

    Take a more closer view to the classes below

    • OpenstackConnector.java
    • Deployer.java
    0 讨论(0)
  • 2020-12-22 07:17

    There is java SDK(aka jcloud) is available to access the openstack functionality.

    wiki link : https://wiki.openstack.org/wiki/OpenStack-SDK-Java

    0 讨论(0)
提交回复
热议问题