Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions calico/getting-started/openstack/installation/redhat.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ On each control node, perform the following steps:

1. Edit `/etc/neutron/neutron.conf`. In the `[DEFAULT]` section, find
the line beginning with `core_plugin`, and change it to read
`core_plugin = calico`. Also find the setting for `service_plugins`
and change it to read `service_plugins = qos`.
`core_plugin = calico`.

1. Install the `calico-control` package:

Expand Down
3 changes: 1 addition & 2 deletions calico/getting-started/openstack/installation/ubuntu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ On each control node, perform the following steps.

1. Edit `/etc/neutron/neutron.conf`. In the `[DEFAULT]` section, find
the line beginning with `core_plugin`, and change it to read
`core_plugin = calico`. Also find the setting for `service_plugins`
and change it to read `service_plugins = qos`.
`core_plugin = calico`.

1. Install the `calico-control` package:

Expand Down
Loading