Skip to content

ow2-sirocco/sirocco-api-openstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sirocco API OpenStack

Goals

Sirocco API OpenStack is a collection of modules which provides a OpenStack compliant API for Sirocco:

  • Nova (Compute)
  • Neutron (Network)
  • Cinder (Block Storage)

You can use any standard OpenStack client as Sirocco Client using the Sirocco OpenStack API endpoint.

Howto

Compile

The module is Java and Maven based, you can compile it with the default Apache Maven install command:

mvn

Tests

Integration tests

Tests are based on Arquillian and are enabled by default. Check the apitest module at https://github.com/ow2-sirocco/sirocco-api-openstack/tree/master/sirocco-api-openstack-apitest. You can run the API tests by activating the apitest profile like:

mvn -Papitest

TODOs

Check the issue tracker at https://github.com/ow2-sirocco/sirocco-api-openstack/issues?state=open

About

Adding Openstack API on top of Sirocco

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages