openstack 0.0.5

OpenStack SDK for Rust
Documentation

OpenStack SDK for Rust

Build Status License Latest Version

The goal of this project is to provide a simple API for working with OpenStack clouds. This is an early work-in-progress, don't expect too much of it.

Documentation

Features

  • Authentication against Identity service with user name, password and project scope.

Limitations

  • Only Identity API v3 is supported and planned for support.

Usage

Use standard cargo tool to build and test. Add a dependency on openstack crate to your software to use this library.

Demo

There is an example retrieving a token from Keystone. Source your OpenStack credentials and run from the project root:

cargo run --example get-token