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.
40 lines
1.3 KiB
40 lines
1.3 KiB
#
|
|
# Sample DevStack local.conf.
|
|
#
|
|
# This sample file is intented to be used for running ovn-northd and the
|
|
# OVN DBs on a separate node.
|
|
#
|
|
# For this configuration to work, you *must* set the SERVICE_HOST option to the
|
|
# IP address of the main DevStack host.
|
|
#
|
|
|
|
[[local|localrc]]
|
|
|
|
DATABASE_PASSWORD=password
|
|
RABBIT_PASSWORD=password
|
|
SERVICE_PASSWORD=password
|
|
SERVICE_TOKEN=password
|
|
ADMIN_PASSWORD=password
|
|
|
|
# The DevStack plugin defaults to using the ovn branch from the official ovs
|
|
# repo. You can optionally use a different one. For example, you may want to
|
|
# use the latest patches in blp's ovn branch:
|
|
#OVN_REPO=https://github.com/blp/ovs-reviews.git
|
|
#OVN_BRANCH=ovn
|
|
|
|
enable_plugin networking-ovn https://git.openstack.org/openstack/networking-ovn
|
|
|
|
disable_all_services
|
|
enable_service ovn-northd
|
|
|
|
# A UUID to uniquely identify this system. If one is not specified, a random
|
|
# one will be generated and saved in the file 'ovn-uuid' for re-use in future
|
|
# DevStack runs.
|
|
#OVN_UUID=
|
|
|
|
# Whether or not to build custom openvswitch kernel modules from the ovs git
|
|
# tree. This is enabled by default. This is required unless your distro kernel
|
|
# includes ovs+conntrack support. This support was first released in Linux 4.3,
|
|
# and will likely be backported by some distros.
|
|
#OVN_BUILD_MODULES=False
|