From 19989b16257c9b8d527adc8fa88f35089c0a4194 Mon Sep 17 00:00:00 2001 From: Kyrylo Romanenko Date: Fri, 2 Jun 2017 18:10:27 +0300 Subject: [PATCH] [trivial] Several typo fixes in devstack driver. Change-Id: I2b8e7308c06b335442b912ef3ea48f3f27d3d3d3 --- os_faults/drivers/devstack.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/os_faults/drivers/devstack.py b/os_faults/drivers/devstack.py index ae2fa58..bb97a92 100644 --- a/os_faults/drivers/devstack.py +++ b/os_faults/drivers/devstack.py @@ -53,7 +53,7 @@ class ServiceInScreen(service.ServiceAsProcess): - **window_name** - name of a service - **grep** - regexp for grep to find process PID - - **port** - tuple with two values - potocol, port number (optional) + - **port** - tuple with two values - protocol, port number (optional) """ NAME = 'screen' @@ -97,7 +97,7 @@ class DevStackManagement(cloud_management.CloudManagement, """Devstack driver. This driver requires devstack installed in screen mode (USE_SCREEN=True). - Supports discovering of node MAC addreses. + Supports discovering of node MAC addresses. **Example configuration:** @@ -122,7 +122,7 @@ class DevStackManagement(cloud_management.CloudManagement, - **password** - password for all nodes (optional) - **private_key_file** - path to key file (optional) - **slaves** - list of ips for additional nodes (optional) - - **iface** - network interface name to retrive mac address (optional) + - **iface** - network interface name to retrieve mac address (optional) - **serial** - how many hosts Ansible should manage at a single time. (optional) default: 10 """