[trivial] Several typo fixes in devstack driver.

Change-Id: I2b8e7308c06b335442b912ef3ea48f3f27d3d3d3
This commit is contained in:
Kyrylo Romanenko 2017-06-02 18:10:27 +03:00
parent 07a8afaf55
commit 19989b1625
1 changed files with 3 additions and 3 deletions

View File

@ -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
"""