Skip to content

Commit

Permalink
Always use OVN
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Oct 24, 2024
1 parent de3d2f8 commit 5e7f0b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guides/deploy-guide/services/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ osism apply -a pull openvswitch
osism apply openvswitch
```

## OVN (if used)
## OVN

In `environments/kolla/configuration.yml` the parameter `neutron_plugin_agent` is set to
`ovn` if OVN is used as a network plugin. Otherwise the network plugin is set to `openvswitch`.
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/upgrade-guide/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ osism apply -a pull openvswitch
osism apply -a upgrade openvswitch
```

## OVN (if used)
## OVN

Before the upgrade of OVN, the upgrade of Open vSwitch must already have been done.

Expand Down

0 comments on commit 5e7f0b8

Please sign in to comment.