Table of Contents
Headline
- odl-control / compute: https://wiki.opendaylight.org/view/OVSDB:Helium_and_Openstack_on_Fedora20
- odl / control-network / compute: http://www.siliconloons.com/getting-started-with-opendaylight-and-openstack/
ODL node
Openstack
Controll Node
Devstack: Q_PLUGIN = ml2
grep -r Q_PLUGIN $devstack_dir ... lib/neutron:source $TOP_DIR/lib/neutron_plugins/$Q_PLUGIN
Aha!
Devstack: enable_service odl-compute
odl-compute is about openstack-opendaylight integration.
–
> extras.d/80-opendaylight.sh
—→ install_opendaylight-compute (lib/opendaylight:36)
——
> install_package openvswitch
728: is_service_enabled neutron
install_neutron
–
> lib/neutron: 446