libcloud.compute.drivers.auroracompute module
- class libcloud.compute.drivers.auroracompute.AuroraComputeNodeDriver(key, secret, path=None, host=None, url=None, region=None)[source]
Bases:
CloudStackNodeDriver- Inherits:
NodeDriver.__init__- Parameters:
host (
str) – The host where the API can be reached. (required)path (
str) – The path where the API can be reached. (required)url (
str) – Full URL to the API endpoint. Mutually exclusive with host and path argument.