
Patch 1: [General] Removed unused parameters from InstanceInfo Many of unused parameters were removed from nova.virt.hardware.InstanceInfo in Pike. Same was notified to OOT(Out of tree) drivers. References: [1] https://review.openstack.org/#/c/471146/6/nova/virt/hardware.py [2] http://lists.openstack.org/pipermail/openstack-dev/2017-June/117962.html Closes-Bug: #1717907 Patch 2: [General] Remove l3_db.subscribe calls from router plugins l3_db.subscribe has been deprecated from newton. Removing it was recently disabled from pike release. Refer bug description for more details. Closes-Bug: #1718180 Change-Id: Ied1868736c4edb9da839d6d4b49aa1d98cbef251
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.