All Projects → dtantsur → rust-openstack

dtantsur / rust-openstack

Licence: Apache-2.0 License
OpenStack SDK for Rust

Programming Languages

rust
11053 projects
shell
77523 projects

Projects that are alternatives of or similar to rust-openstack

openstack
Production-ready Openstack installer using Ansible
Stars: ✭ 34 (-22.73%)
Mutual labels:  openstack
curso-ual17
Curso de infraestructura cloud con Openstack. Universidad de Almeria. Mayo 2017
Stars: ✭ 16 (-63.64%)
Mutual labels:  openstack
tripleo-lab
Custom lab for tripleo - deployed on a physical node with libvirt
Stars: ✭ 20 (-54.55%)
Mutual labels:  openstack
osarchiver
OpenStack databases archiver
Stars: ✭ 14 (-68.18%)
Mutual labels:  openstack
terraform-ovh-commons
This repo contains commons resources to interact with OVH Public Cloud using Terraform.
Stars: ✭ 47 (+6.82%)
Mutual labels:  openstack
halcyon-vagrant-kubernetes
Vagrant deployment mechanism for halcyon-kubernetes.
Stars: ✭ 12 (-72.73%)
Mutual labels:  openstack
storage
Go library providing common interface for working across multiple cloud storage backends
Stars: ✭ 154 (+250%)
Mutual labels:  openstack
taco-scripts
Step-by-step scripts to deploy TACO AIO
Stars: ✭ 24 (-45.45%)
Mutual labels:  openstack
monasca-docker
Docker files and setup for Monasca
Stars: ✭ 24 (-45.45%)
Mutual labels:  openstack
openstack-study
The repository for study activities in OpenStack Korea User Group (오픈스택 한국 커뮤니티 스터디를 위한 저장소입니다)
Stars: ✭ 32 (-27.27%)
Mutual labels:  openstack
kaabah
A Terraform solution to design, build and operate Docker Swarm infrastructures
Stars: ✭ 29 (-34.09%)
Mutual labels:  openstack
COA
Openstack Foundation Openstack Certified Administrator exam Preparation
Stars: ✭ 41 (-6.82%)
Mutual labels:  openstack
aurora
A modern customizable dashboard for OpenStack
Stars: ✭ 21 (-52.27%)
Mutual labels:  openstack
socok8s
Experimental tool for deploying SUSE OpenStack Cloud in Kubernetes cluster
Stars: ✭ 15 (-65.91%)
Mutual labels:  openstack
SelfPortal
One for all virtualization abstraction layer.
Stars: ✭ 22 (-50%)
Mutual labels:  openstack
jupyterhub-deploy-kubernetes-jetstream
Configuration files for my tutorials on deploying JupyterHub on top of Kubernetes on XSEDE Jetstream (Openstack)
Stars: ✭ 15 (-65.91%)
Mutual labels:  openstack
limes
OpenStack-compatible quota/usage tracking service
Stars: ✭ 18 (-59.09%)
Mutual labels:  openstack
f5-openstack-lbaasv2-driver
F5 LBaaSv2 service provider driver for OpenStack Liberty and beyond
Stars: ✭ 20 (-54.55%)
Mutual labels:  openstack
summit-app-ios
The official app for the OpenStack Summit
Stars: ✭ 35 (-20.45%)
Mutual labels:  openstack
Python-notes
Python related technologies used in work: crawler, data analysis, timing tasks, RPC, page parsing, decorator, built-in functions, Python objects, multi-threading, multi-process, asynchronous, redis, mongodb, mysql, openstack, etc.
Stars: ✭ 104 (+136.36%)
Mutual labels:  openstack

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. It is still work-in-progress, so many bits are not implemented.

Documentation: master, latest release, contributing.

Usage

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

Examples

There is an example that lists all running servers (their ID and name). Source your Keystone V3 credentials and run:

cargo run --example list-servers

Enable verbose logging by using standard RUST_LOG variable:

RUST_LOG=openstack cargo run --example list-servers
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].