diff options
Diffstat (limited to 'docs/release/installation/troubleshooting.rst')
-rw-r--r-- | docs/release/installation/troubleshooting.rst | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/docs/release/installation/troubleshooting.rst b/docs/release/installation/troubleshooting.rst index ed0d1ff6..efff9796 100644 --- a/docs/release/installation/troubleshooting.rst +++ b/docs/release/installation/troubleshooting.rst @@ -85,18 +85,11 @@ executed. However, some other cases it could be worth it to try to debug it. OpenDaylight Integration ------------------------ -When a user deploys any of the following scenarios: - - - os-odl-bgpvpn-ha.yaml - - os-odl_l2-fdio-ha.yaml - - os-odl_l2-fdio-noha.yaml - - os-odl_l2-nofeature-ha.yaml - - os-odl_l2-sfc-noha.yaml - - os-odl_l3-nofeature-ha.yaml - -OpenDaylight (ODL) SDN controller will be deployed too and completely -integrated with OpenStack. ODL is running as a systemd service, so you can -manage it as a regular service: +When a user deploys a scenario that starts with os-odl*: + +OpenDaylight (ODL) SDN controller will be deployed and integrated with +OpenStack. ODL will run as a systemd service, and can be managed as +as a regular service: ``systemctl start/restart/stop opendaylight.service`` |