Minor fixes for os_security_group_rule module

Was not able to use this module as it was.  The changes submitted
resolved the issues I ran into in order to get it working.
This commit is contained in:
dagnello 2015-06-08 18:27:40 -07:00 committed by Matt Clay
parent 2d7dbc5d0c
commit ecef2aadba

View file

@ -153,4 +153,5 @@ def main():
# this is magic, see lib/ansible/module_common.py
from ansible.module_utils.basic import *
from ansible.module_utils.openstack import *
main()