Fix module labelled incorrectly.

This commit is contained in:
Michael DeHaan 2013-06-01 12:25:24 -04:00
parent bddbdd4881
commit 15560c9801
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ except ImportError:
DOCUMENTATION = '''
---
module: quantum_floating_ip
module: quantum_subnet
short_description: Add/Remove floating ip from an instance
description:
- Add or Remove a floating ip to an instance

View file

@ -44,7 +44,7 @@ options:
choices: [ 'yes', 'no' ]
examples:
- code: "seboolean: name=httpd_can_network_connect state=yes persistent=yes"
description: Set I(httpd_can_network_connect) SELinux flag to I(true) and I(persistent)
description: Set I(httpd_can_network_connect) flag on and keep it persistent across reboots
notes:
- Not tested on any debian based system
requirements: [ ]