Hi Eoghan,
I think that error you see there is fine. I believe the agent does a show to see if the interface exists and if it doesn't it goes ahead and creates the interface. I just ran stack.sh with the following:
ENABLED_SERVICES="g-api,g-reg,key,n-api,n-cpu,n-sch,n-vnc,mysql,rabbit,openstackx,q-svc,quantum,q-agt,n-cpu,q-dhcp"
Q_PLUGIN=openvswitch
and everything worked fine. Can you try rm -fr /opt/stack; and then do a git pull in your devstack dir to make sure that you have the most up to date devstack code?
↧