Comment 4 for bug 1533942

Revision history for this message
Yongfeng Du (dolpherdu) wrote :

Hui,

I'm using all in one, running ubuntu install from source.

I did further tests on my env, I can add-br without openvswitch_vswitchd running :
1. stop openvswitch_vswitchd
2. run "ovs-vsctl --no-wait add-br aaa" in the openvswitch_db container
3. docker start openvswitch_vswitchd
4. ovs-vsctl show -- "aaa" is created as expected.

There is still no clue why that failed during "kolla_ansible deploy"