Created
September 2, 2015 10:25
-
-
Save Kami/d86cd5ebab87f59eb156 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: list_vms | |
| runner_type: run-python | |
| description: List available VMs. | |
| enabled: true | |
| entry_point: list_vms.py | |
| parameters: | |
| credentials: | |
| type: string | |
| description: Name of the credentials set (as defined in the config) to use. | |
| required: true | |
| extra_kwargs: | |
| type: object | |
| description: An object with additional provider specific keyword arguments which are passed directly to the underlying Libcloud method. | |
| required: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment