diff --git a/doc/pool_mgm/code.rst b/doc/pool_mgm/code.rst index 630a83f7..0aac8380 100644 --- a/doc/pool_mgm/code.rst +++ b/doc/pool_mgm/code.rst @@ -124,7 +124,7 @@ Known Drivers Dictionary .. py:data:: known_drivers This is the dictionary that maps values for the - :option:`libra_pool_mgm.py --driver` option + :option:`--driver ` option to a class implementing the driver :py:class:`~MgmDriver` API for that API server. After implementing a new driver class, you simply add a new entry to this dictionary to plug in the new driver. diff --git a/doc/worker/code.rst b/doc/worker/code.rst index 6c1236a5..17a1fc0a 100644 --- a/doc/worker/code.rst +++ b/doc/worker/code.rst @@ -100,7 +100,7 @@ Known Load Balancer Drivers Dictionary .. py:data:: known_drivers This is the dictionary that maps values for the - :option:`libra_worker.py --driver` option + :option:`--driver ` option to a class implementing the driver :py:class:`~LoadBalancerDriver` API for that appliance. After implementing a new driver class, you simply add a new entry to this dictionary to plug in the new driver. @@ -138,7 +138,8 @@ The steps shown above are: the message that it received. * Based on the contents of the message, the controller then makes the relevant driver API calls using the :py:class:`~drivers.LoadBalancerDriver` driver - that was selected via the :option:`libra_worker.py --driver` option. + that was selected via the :option:`--driver ` + option. * The driver executes the API call. If the driver encounters an error during execution, an exception is thrown that should be handled by the :py:class:`~controller.LBaaSController` object. Otherwise, nothing is