Fix name of baremetal node info module in docs
Change-Id: Ibf0b4536b02483d6a647bf7120b4271528a02476
This commit is contained in:
parent
be9e28c2c6
commit
f5f4c8221a
@ -29,7 +29,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: os_ironic_info
|
module: os_baremetal_node_info
|
||||||
short_description: Show info about baremetal nodes of Ironic
|
short_description: Show info about baremetal nodes of Ironic
|
||||||
extends_documentation_fragment: openstack
|
extends_documentation_fragment: openstack
|
||||||
author:
|
author:
|
||||||
@ -334,10 +334,10 @@ baremetal_nodes:
|
|||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
# Invoke node inspection
|
# Invoke node inspection
|
||||||
- os_ironic_info:
|
- os_baremetal_node_info:
|
||||||
name: "testnode1"
|
name: "testnode1"
|
||||||
|
|
||||||
- os_ironic_info:
|
- os_baremetal_node_info:
|
||||||
cloud: undercloud
|
cloud: undercloud
|
||||||
auth: password
|
auth: password
|
||||||
filters:
|
filters:
|
||||||
|
Loading…
Reference in New Issue
Block a user