'Openstack setup error (failed to create symbolic link '/var/run/ovn/openvswitch': File exists)

im working on a school project building an Openstack Cloud Computing and im following a guide video.

The installation was smooth and then this error pops up:

ln: failed to create symbolic link '/var/run/ovn/openvswitch': File exists

/devstack/tools/worlddump.py:22: DeprecationWarning:
 The distutils package is deprecated and slated for removal in Python 3.12.
 Use setuptools or check PEP 632 for potential alternatives

can u guys help me out ? thanks alot, btw im new in this one.



Solution 1:[1]

this error accord because you reinstall the script you need to delete

/var/run/ovn/openvswitch

by execute the command

sudo rm /var/run/ovn/openvswitch

and then run

./stack.sh

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 ilyas chicha