Bases: object
Wrapper for individual limits in a quota.
Bases: object
Wrapper for novaclient.quotas.QuotaSet objects which wraps the individual quotas inside Quota objects.
Bases: horizon.api.base.APIResourceWrapper
Wrapper around novaclient.security_groups.SecurityGroup which wraps its rules in SecurityGroupRule objects and allows access to them.
Wraps transmitted rule info in the novaclient rule class.
Bases: horizon.api.base.APIResourceWrapper
Wrapper for individual rules in a SecurityGroup.
Bases: horizon.api.base.APIResourceWrapper
Simple wrapper around novaclient.server.Server
Preserves the request info so image name can later be retrieved
Bases: horizon.api.base.APIResourceWrapper
Simple wrapper around contrib/simple_usage.py.
Bases: horizon.api.base.APIDictWrapper
Wrapper for the “console” dictionary returned by the novaclient.servers.get_vnc_console method.
Fetches a list of all floating ip pools.
Associates floating IP to server’s fixed IP.
Gets console output of an instance.
Removes relationship between floating and server’s fixed ip.
Gets security groups of an instance.
Allocates a floating ip to tenant. Optionally you may provide a pool for which you would like the IP.
Fetches a floating ip.
Fetches a list of all floating ips.
Releases floating ip from the pool of a tenant.
To see all volumes in the cloud as an admin you can pass in a special search option: {‘all_tenants’: 1}