salt/changelog/57009.added
Cédric Bosdonnat 47f6194c64 Add virt.all_capabilities
In order to get all possible capabilities from a host, the user has to
call virt.capabilities, and then loop over the guests and domains
before calling virt.domain_capabilities for each of them.

This commit embeds all this logic to get them all in a single
virt.all_capabilities call.
2020-05-01 06:40:28 -07:00

1 line
42 B
Text

Add virt.all_capabilities helper function