add explicit type for scheduler hints

This commit is contained in:
David Hocky 2016-03-03 14:15:04 -05:00 committed by Matt Clay
parent 3b800f1f34
commit d6e32b8245

View file

@ -560,7 +560,7 @@ def main():
boot_volume = dict(default=None, aliases=['root_volume']), boot_volume = dict(default=None, aliases=['root_volume']),
terminate_volume = dict(default=False, type='bool'), terminate_volume = dict(default=False, type='bool'),
volumes = dict(default=[], type='list'), volumes = dict(default=[], type='list'),
scheduler_hints = dict(default=None), scheduler_hints = dict(default=None, type='dict'),
state = dict(default='present', choices=['absent', 'present']), state = dict(default='present', choices=['absent', 'present']),
) )
module_kwargs = openstack_module_kwargs( module_kwargs = openstack_module_kwargs(