How to create OpenStack Server instance with JCloud? [closed]
Hi all, I am using JCloud to build application with OpenStack provider here
http://jclouds.apache.org/guides/openstack/
But In this link i only see how to authenticate with keystone via API Endpoint ( http://xxx.xxx.xxx.xxx:5000/v2.0/ ) And after authenticated it only list how many server (instance) in openstack. But now I want to create instance from JCloud. How can I do? I did not see any guide on JCloud, please help me, thanks so much
Refer this,
http://stackoverflow.com/questions/19...
Since jclouds support native OpenStack API s as well, I think you should be able to use it to create an instance by providing OpenStack credentials.
Reference : https://github.com/woorea/openstack-j...
Thanks you