
Issue: - When setting up devstack, Nova didn't find devstack service for conductor. Hence set up was failing. Fix: - Removed unnecessary services from being restarted. Change-Id: Ibdf16f50364ee53849b0a12726b9d9a17c9b0480
Overview
Devstack plugin to configure Omni drivers into Openstack components.
As part of stack.sh:
1. Update .conf files as per the driver requirements for Glance, Cinder, Nova and Neutron
2. Copy Omni driver files into individual components
3. Restart devstack services
Usage
Following lines need to be added in local.conf to enable Omni plugin:
1. To enable plugin:
- enable_plugin omni https://github.com/openstack/omni.git
2. To set clouds supported by Omni:
- OMNI_PROVIDER=<gce/aws/....>
3. Parameters required for Omni drivers:
================== =====
AWS GCE
SECRET_KEY | ZONE |
ACCESS_KEY | PROJECT_ID |
REGION_NAME AVAILABILITY_ZONE |
REGION |
Run stack.sh in your devstack tree to get started.
Assumptions
- For GCE provider, service key is available in /etc/omni.json