Your instruction is with devstack, I try deploy setup with openstack icehouse.
I have 4 node setup (controller + neutron-server, l3 + dhcp node, compute, and ODL) So in /etc/neutron/plugins/ml2/ml2_conf.ini I changed: mechanism_drivers = opendaylight In /etc/neutron/plugins/ml2/ml2_conf_odl.ini: url = http://10.10.1.10:8080/controller/nb/v2/neutron username = admin password = admin As wrote in https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/drivers/README.odl this should be enought. Also, In devstack are some more moves: https://github.com/openstack-dev/devstack/blob/master/extras.d/80-opendaylight.sh sudo ovs-vsctl set-manager tcp:$ODL_MGR_IP:$ODL_MGR_PORT sudo ovs-vsctl set Open_vSwitch $ovstbl other_config:local_ip=$ODL_LOCAL_IP When I perform last two steps in ODL dashboard I can see ovs bridges. Now after neutron-plugin-openvswitch-agent restart I got error in log files: http://paste.openstack.org/show/82186/ On 2014.05.30. 15:20, wbaoping0704 wrote: > is there any question? i have deployed successful, you can follow > http://www.siliconloons.com/getting-started-with-opendaylight-and-openstack/ > 2014-05-30 > > > > wbaoping0704 > > > > 发件人:Mārtiņš Jakubovičs <[email protected]> > 发送时间:2014-05-30 20:11 > 主题:Re: [Openstack] OpenDaylight + OpenStack > 收件人:"Kyle Mestery"<[email protected]> > 抄送:"[email protected]"<[email protected]> > > Yes, I am trying deploy from this instruction also, but without success > yet... > > On 2014.05.29. 20:49, Kyle Mestery wrote: >> On Thu, May 29, 2014 at 9:52 AM, Mārtiņš Jakubovičs <[email protected]> >> wrote: >>> Hello, >>> >>> Is there any normal documentation or howto's to setup opendaylight with >>> openstack? All what I found are ODL + Devstack in which configuration >>> are a little bit "messy" for me. >>> >> Here are some good instructions for using OpenDaylight with RDO: >> >> http://openstack.redhat.com/OpenDaylight_integration >> >> Thanks, >> Kyle >> >>> Thanks. >>> >>> _______________________________________________ >>> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack >>> Post to : [email protected] >>> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack >> > > > _______________________________________________ > Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : [email protected] > Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
