[trivial] Several typo fixes in devstack driver.
Change-Id: I2b8e7308c06b335442b912ef3ea48f3f27d3d3d3
This commit is contained in:
parent
07a8afaf55
commit
19989b1625
@ -53,7 +53,7 @@ class ServiceInScreen(service.ServiceAsProcess):
|
|||||||
|
|
||||||
- **window_name** - name of a service
|
- **window_name** - name of a service
|
||||||
- **grep** - regexp for grep to find process PID
|
- **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'
|
NAME = 'screen'
|
||||||
@ -97,7 +97,7 @@ class DevStackManagement(cloud_management.CloudManagement,
|
|||||||
"""Devstack driver.
|
"""Devstack driver.
|
||||||
|
|
||||||
This driver requires devstack installed in screen mode (USE_SCREEN=True).
|
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:**
|
**Example configuration:**
|
||||||
|
|
||||||
@ -122,7 +122,7 @@ class DevStackManagement(cloud_management.CloudManagement,
|
|||||||
- **password** - password for all nodes (optional)
|
- **password** - password for all nodes (optional)
|
||||||
- **private_key_file** - path to key file (optional)
|
- **private_key_file** - path to key file (optional)
|
||||||
- **slaves** - list of ips for additional nodes (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.
|
- **serial** - how many hosts Ansible should manage at a single time.
|
||||||
(optional) default: 10
|
(optional) default: 10
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user