|
|
@ -26,8 +26,7 @@ DOCUMENTATION = '''
|
|
|
|
---
|
|
|
|
---
|
|
|
|
module: os_server_facts
|
|
|
|
module: os_server_facts
|
|
|
|
short_description: Retrieve facts about a compute instance
|
|
|
|
short_description: Retrieve facts about a compute instance
|
|
|
|
extends_documentation_fragment: openstack
|
|
|
|
version_added: "2.0"
|
|
|
|
version_added: "1.10"
|
|
|
|
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Retrieve facts about a server instance from OpenStack.
|
|
|
|
- Retrieve facts about a server instance from OpenStack.
|
|
|
|
notes:
|
|
|
|
notes:
|
|
|
@ -37,7 +36,7 @@ options:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Name or ID of the instance
|
|
|
|
- Name or ID of the instance
|
|
|
|
required: true
|
|
|
|
required: true
|
|
|
|
requirements: ["shade"]
|
|
|
|
extends_documentation_fragment: openstack
|
|
|
|
'''
|
|
|
|
'''
|
|
|
|
|
|
|
|
|
|
|
|
EXAMPLES = '''
|
|
|
|
EXAMPLES = '''
|
|
|
|