Fix typo in OpenvSwitch config file
Closes-Bug: #1864891 Change-Id: I9223d7683a9bfebd2421cb982301c9f2c346cc0f
This commit is contained in:
parent
7c776a0839
commit
7d75fd1f2a
@ -215,7 +215,7 @@ Neutron networking is implemented with three applications:
|
|||||||
* neutron-api
|
* neutron-api
|
||||||
* neutron-openvswitch
|
* neutron-openvswitch
|
||||||
|
|
||||||
File ``neutron.yaml`` contains the configuration for them:
|
File ``neutron.yaml`` contains the configuration for two of them:
|
||||||
|
|
||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
|
||||||
@ -227,8 +227,12 @@ File ``neutron.yaml`` contains the configuration for them:
|
|||||||
neutron-security-groups: true
|
neutron-security-groups: true
|
||||||
flat-network-providers: physnet1
|
flat-network-providers: physnet1
|
||||||
openstack-origin: cloud:bionic-train
|
openstack-origin: cloud:bionic-train
|
||||||
neutron-openvswitch:
|
|
||||||
openstack-origin: cloud:bionic-train
|
.. note::
|
||||||
|
|
||||||
|
The neutron-openvswitch charm does not support option ``openstack-origin``
|
||||||
|
due to it being a subordinate charm to the nova-compute charm, which does
|
||||||
|
support it.
|
||||||
|
|
||||||
The ``data-port`` setting refers to a network interface that Neutron Gateway
|
The ``data-port`` setting refers to a network interface that Neutron Gateway
|
||||||
will bind to. In the above example it is 'eth1' and it should be an unused
|
will bind to. In the above example it is 'eth1' and it should be an unused
|
||||||
|
Loading…
x
Reference in New Issue
Block a user