f2c95ee757
- Removed AWS tests temporarily from run_tests.sh as they are failing with credential error. - Removed check from run_tests.sh which was used to run tests on devstack setup. - Fixed LOG statement bug for Cinder driver - Fixed Nova braces bug for Nova tests Closes-Bug: #1704124 Change-Id: Id94e44e848555bf6a96b9ef0b0c276579169987c |
||
---|---|---|
cinder | ||
glance | ||
neutron | ||
nova | ||
.gitignore | ||
.gitreview | ||
clone_repos.sh | ||
CONTRIBUTING.rst | ||
LICENSE | ||
omni-requirements.txt | ||
README.md | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
OpenStack-Omni aims to provide a standard OpenStack API for managing hybrid and multi-cloud environments. This repository contains Openstack drivers for various public cloud environments. These drivers currently provide the capability to spin up Openstack instances, images, volumes and networks on Amazon EC2. We need contributions to support other public cloud environments like Azure, Google Compute Engine, Rackspace, etc. Following Openstack projects are supported --
- Nova
- Neutron
- Cinder
- Glance
Check out this video at Openstack Barcelona 2016 Keynote to find out more:
Setup
The setup instructions are project specific. Check the project directories for specifics.
Status
Development is active. Can be used for individual testing.
Contributions
Contributions are welcome. Specifically following areas need help:
- Similar drivers for Windows Azure, Google Compute Engine and other public cloud providers
- An easy way (automated) to add Omni drivers to existing Openstack Deployments.