Skip to content

Commit 9360696

Browse files
committed
Remove unused OVN configuration settings
The neutron_plugin_agent variable is set to ovn automatically by Kayobe when OVN is enabled. Also remove neutron_ovn_dhcp_agent which is not necessary for the training lab. Both settings were ignored anyway because they should have been in etc/kayobe/kolla/globals.yml.
1 parent 988ca94 commit 9360696

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

a-seed-from-nothing.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@ cd ~/kayobe
105105
# Enable OVN flags
106106
if $ENABLE_OVN
107107
then
108-
cat <<EOF | sudo tee config/src/kayobe-config/etc/kayobe/aufn-ovn.yml
109-
neutron_plugin_agent: "ovn"
110-
neutron_ovn_dhcp_agent: "yes"
111-
EOF
112108
cat <<EOF | sudo tee -a config/src/kayobe-config/etc/kayobe/bifrost.yml
113109
kolla_bifrost_extra_kernel_options:
114110
- "console=ttyS0"

0 commit comments

Comments
 (0)