0

I installed devstack. I'm trying to develop a java web application that can connect openstack through RESTful, so that we get stored sample data from openstack into our application.

What are the steps needed to do and how to start. If any sample application or links for that plz share to me.

Tom Zych
  • 13,329
  • 9
  • 36
  • 53
jagan
  • 21
  • 1
  • 5

2 Answers2

1

Please read through the entire jclouds OpenStack Guide. It will show you how to connect to any OpenStack cloud including DevStack.

Everett Toews
  • 10,337
  • 10
  • 44
  • 45
0

Another alternative is to use Dasein Cloud abstraction library where you will be able to use a Java abstraction layer to connect to the OpenStack's object storage, but you will also be able to migrate to another cloud storage, like Amazon S3, without making any changes to your application code.

maksimov
  • 5,792
  • 1
  • 30
  • 38