
Replaced "," with "%" in logs statement for files: - cinder/volume/drivers/aws/ebs.py - cinder/volume/drivers/gce/gceutils.py - glance/glance_store/_drivers/aws.py - neutron/neutron/common/gceutils.py - neutron/neutron/plugins/ml2/drivers/gce/mech_gce.py - neutron/neutron/plugins/ml2/managers.py - neutron/neutron/services/l3_router/gce_router_plugin.py - nova/virt/ec2/ec2driver.py - nova/virt/gce/driver.py - nova/virt/gce/gceutils.py Added import fix in nova/tests/unit/virt/ec2/test_ec2.py Modified run_tests.sh to get total number of passed and failed tests Closes-Bug: #1704147 Change-Id: I4b144b8095cf9ff4807c4b9f4ca21577a43de27f
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.