Fixed typo in comment
This commit is contained in:
parent
6d56767454
commit
299d28f7e5
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ def main():
|
|||
else:
|
||||
_glance_delete_image(module, module.params, client)
|
||||
|
||||
# this is magic, see lib/ansible/module.params['common.py
|
||||
# this is magic, see lib/ansible/module_common.py
|
||||
from ansible.module_utils.basic import *
|
||||
from ansible.module_utils.openstack import *
|
||||
main()
|
||||
|
|
Loading…
Reference in a new issue