Enable warning-is-error in doc build
- Fix sphinx warning in release notes Part of doc-migration work. For more detail, see: https://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html https://etherpad.openstack.org/p/doc-migration-tracking Change-Id: Ia5fa833fef5f7e2ba613df39df85b783227641e5
This commit is contained in:
parent
df0546f621
commit
7386f9c66a
@ -4,4 +4,9 @@ other:
|
|||||||
ovsdbapp must get granted access to ovsdb by adding a new Manager via ovs-vsctl
|
ovsdbapp must get granted access to ovsdb by adding a new Manager via ovs-vsctl
|
||||||
command. The command must be executed with root privileges. An example of how to
|
command. The command must be executed with root privileges. An example of how to
|
||||||
create a new manager for localhost on port 6640 is as follows:
|
create a new manager for localhost on port 6640 is as follows:
|
||||||
`sudo ovs-vsctl --id=@manager -- create Manager target=\"ptcp:6640:127.0.0.1\" -- add Open_vSwitch . manager_options @manager'
|
|
||||||
|
.. code-block:: console
|
||||||
|
|
||||||
|
sudo ovs-vsctl --id=@manager \
|
||||||
|
-- create Manager target=\"ptcp:6640:127.0.0.1\" \\
|
||||||
|
-- add Open_vSwitch . manager_options @manager
|
||||||
|
Loading…
Reference in New Issue
Block a user