The ceilometer.nova_client Module

The ceilometer.nova_client Module

class ceilometer.nova_client.Client(conf)[source]

Bases: object

A client which gets information via python-novaclient.

instance_get_all(*args, **kwargs)[source]

Returns list of all instances.

If since is supplied, it will return the instances changes since that datetime. since should be in ISO Format ‘%Y-%m-%dT%H:%M:%SZ’

instance_get_all_by_host(*args, **kwargs)[source]

Returns list of instances on particular host.

If since is supplied, it will return the instances changed since that datetime. since should be in ISO Format ‘%Y-%m-%dT%H:%M:%SZ’

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.