The ceilometer.nova_client Module

class ceilometer.nova_client.Client[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’

Previous topic

The ceilometer.notification Module

Next topic

The ceilometer.objectstore.rgw Module

Project Source

This Page