The openstack_dashboard.usage.base Module

class openstack_dashboard.usage.base.BaseUsage(request, project_id=None)[source]

Bases: object

csv_link()[source]
first_day[source]
get_cinder_limits()[source]

Get volume limits if cinder is enabled.

get_date_range()[source]
static get_end(year, month, day)[source]
get_form()[source]
get_instances()[source]
get_limits()[source]
get_neutron_limits()[source]
static get_start(year, month, day)[source]
get_usage_list(start, end)[source]
init_form()[source]
show_deleted = False
summarize(start, end)[source]
today[source]
class openstack_dashboard.usage.base.GlobalUsage(request, project_id=None)[source]

Bases: openstack_dashboard.usage.base.BaseUsage

get_usage_list(start, end)[source]
show_deleted = True
class openstack_dashboard.usage.base.ProjectUsage(request, project_id=None)[source]

Bases: openstack_dashboard.usage.base.BaseUsage

attrs = ('memory_mb', 'vcpus', 'uptime', 'hours', 'local_gb')
get_usage_list(start, end)[source]

Previous topic

The openstack_dashboard.usage.tables Module

Next topic

Horizon 2012.1 “Essex”

Project Source

This Page