add explicit type for scheduler hints

This commit is contained in:
David Hocky 2016-03-03 14:15:04 -05:00
parent cda0ec85b4
commit 5fb334e84b

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(