OVS agent gained a native interface using Ryu?
Hi,
I am trying set up devstack multinode with ryu as sdn controller. According to the guide in https://github.com/osrg/ryu/wiki/Configuration-OpenStack-OFAgent-agent (https://github.com/osrg/ryu/wiki/Conf...) OVS agent gained a native interface using Ryu since Liberty.
Can anyone explain what it means and what changes I have to make to the following local.conf file for Mitaka to work with Ryu?
[[local|localrc]]
SERVICE_TOKEN=token
ADMIN_PASSWORD=1
MYSQL_PASSWORD=1
RABBIT_PASSWORD=1
SERVICE_PASSWORD=$ADMIN_PASSWORD
HOST_IP=10.10.10.10
FLAT_INTERFACE=eth1
MULTI_HOST=True
LOGFILE=$DEST/logs/stack.sh.log
LOGDAYS=2
SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5c2000f5
SWIFT_REPLICAS=1
SWIFT_DATA_DIR=$DEST/data
enable_service tempest
disable_service n-net
ENABLED_SERVICES+=,neutron,q-svc,q-agt,q-dhcp,q-l3,q-meta
enable_plugin networking-ofagent https://github.com/openstack/networking-ofagent (https://github.com/openstack/networki...)
Q_PLUGIN=ml2 Q_AGENT=ofagent
Q_ML2_PLUGIN_MECHANISM_DRIVERS=ofagent,l2population
ENABLE_TENANT_VLANS=True
ENABLE_TENANT_TUNNELS=True
Q_ML2_TENANT_NETWORK_TYPE=gre,vxlan