
Issue: - Classes used in gce_router_plugin.py are different on master and stable/newton branch. Example: - In newton branch, we are importing "from neutron.db import l3_db" and we are using this import as l3_db.Router. But on master branch, l3_db doesn't have attribute "Router". Hence to solve this, we need to import "from neutron.db.models import l3". File Modified: - neutron/neutron/services/l3_router/gce_router_plugin.py Closes-Bug: #1702881 Change-Id: I4d872ee0034417cdf38e774d69d1acec7924cc17
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.