Hi, as I know, ofagent project had been separated into
networking-ofagent 
(http://git.openstack.org/cgit/stackforge/networking-ofagent/).
Try to load it with Devstack enable_plugin directive.

> Hi Dear all,
> I request for your help please. I would like to install ryu as my sdn
> controller for my cloud IaaS network.
> I try to install it with devstack but I got  the following error :
> * neutron_plugin_install_agent_packages: command not found*
> 
> I would like to know if it is necessary to install ryu with : pip install
> ryu before running the ./stack.sh or not.
> 
> This is the local.conf file of my controller
> 
> [[local|localrc]]
>

# Add ofagent from upstream
enable_plugin networking-ofagent 
https://git.openstack.org/stackforge/networking-ofagent

> SERVICE_HOST=192.168.15.1
> HOST_IP=192.168.15.1
> disable_service n-net
> enable_service neutron q-svc q-agt q-l3 q-dhcp q-meta q-lbaas
> FLAT_INTERFACE=eth2
> 
> Q_PLUGIN=ml2
> ENABLE_TENANT_VLANS=True
> ML2_VLAN_RANGES=physnet1:100:199
> Q_ML2_PLUGIN_MECHANISM_DRIVERS=ofagent,l2population
> Q_AGENT=ofagent
> 
> 
> MYSQL_PASSWORD=cloud
> RABBIT_PASSWORD=cloud
> SERVICE_TOKEN=token
> SERVICE_PASSWORD=cloud
> ADMIN_PASSWORD=cloud
> 
> 
> 
> 
> Regards

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to