salt-ext-modules-vmware
salt-ext-modules-vmware copied to clipboard
get vs list
I'm not sure if it's just trying to mirror the API but it's more typical for a list
or list_something
to be found in Salt, when lists of things are needed.
The known modules that need to be changed:
- [ ] - vmc_public_ip.get (to avoid naming things twice, either
vmc_public_ip.list
-- or alternatively createvmc.py::list_public_ips
)