I'm following some command for set up OVN in 'overlay' mode in this documents. (https://github.com/openvswitch/ovs/blob/master/INSTALL.Docker.md)
But, I'v faced some problems. When I typed ovn-docker-overlay-driver --detach, I can see following ImportError. root@ubuntu:~# ovn-docker-overlay-driver --detach Traceback (most recent call last): File "/usr/local/bin/ovn-docker-overlay-driver", line 27, in <module> import ovs.dirs ImportError: No module named ovs.dirs To solve this problem, I checked many possible thing that can cause this problem. However I couldn't. I think that there are some problems in process that set up Open vSwitch. I've installed Open vSwitch using this document. (https://github.com/openvswitch/ovs/blob/master/INSTALL.md) It will works well. How can I solve this problem, Could you recommend solution? Best regards, Taekho Nam.
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss