Merge pull request #8803 from stygstra/quantum_subnet-docs
Fix description on quantum_subnet module
This commit is contained in:
commit
3367c0ab8e
1 changed files with 2 additions and 2 deletions
|
@ -29,9 +29,9 @@ DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: quantum_subnet
|
module: quantum_subnet
|
||||||
version_added: "1.2"
|
version_added: "1.2"
|
||||||
short_description: Add/Remove floating IP from an instance
|
short_description: Add/remove subnet from a network
|
||||||
description:
|
description:
|
||||||
- Add or Remove a floating IP to an instance
|
- Add/remove subnet from a network
|
||||||
options:
|
options:
|
||||||
login_username:
|
login_username:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue