Few minor things from review of the pull request

pull/18777/head
Toshio Kuratomi 9 years ago committed by Matt Clay
parent 6acfa5fcee
commit 4c863187ad

@ -56,7 +56,7 @@ options:
- Should the resource be present or absent.
choices: [present, absent]
default: present
requirements: ["shade"]
requirements: []
'''
EXAMPLES = '''
@ -163,4 +163,5 @@ def main():
# this is magic, see lib/ansible/module_common.py
from ansible.module_utils.basic import *
from ansible.module_utils.openstack import *
if __name__ == '__main__':
main()

Loading…
Cancel
Save