You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
6 years ago | |
---|---|---|
.. | ||
lib | 6 years ago | |
upgrade | 6 years ago | |
README.rst | 6 years ago | |
computenode-local.conf.sample | 6 years ago | |
db-local.conf.sample | 6 years ago | |
devstackgatekuryrrc | 6 years ago | |
devstackgaterc | 6 years ago | |
devstackgaterc latest-release | 6 years ago | |
devstackgaterc master | 6 years ago | |
local.conf.sample | 6 years ago | |
network_utils.sh | 7 years ago | |
override-defaults | 6 years ago | |
plugin.sh | 6 years ago | |
vtep-local.conf.sample | 6 years ago |
README.rst
Enabling in Devstack
Download devstack and networking-ovn:
git clone https://git.openstack.org/openstack-dev/devstack.git git clone https://git.openstack.org/openstack/networking-ovn.git
Add networking-ovn to devstack. The minimal set of critical local.conf additions are the following:
cd devstack cat << EOF >> local.conf > enable_plugin networking-ovn https://git.openstack.org/openstack/networking-ovn > enable_service ovn > EOF
You can also use the provided example local.conf, or look at its contents to add to your own:
cd devstack
cp ../networking-ovn/devstack/local.conf.sample local.conf
run devstack:
./stack.sh