The openstack_dashboard.dashboards.admin.info.tables ModuleΒΆ

class openstack_dashboard.dashboards.admin.info.tables.NetworkAgentsFilterAction(**kwargs)[source]

Bases: horizon.tables.actions.FilterAction

NetworkAgentsFilterAction.filter(table, agents, filter_string)[source]
class openstack_dashboard.dashboards.admin.info.tables.NetworkAgentsTable(request, data=None, needs_form_wrapper=None, **kwargs)[source]

Bases: horizon.tables.base.DataTable

class NetworkAgentsTable.Meta[source]
NetworkAgentsTable.get_object_id(obj)[source]
class openstack_dashboard.dashboards.admin.info.tables.NovaServiceFilterAction(**kwargs)[source]

Bases: horizon.tables.actions.FilterAction

NovaServiceFilterAction.filter(table, services, filter_string)[source]
class openstack_dashboard.dashboards.admin.info.tables.NovaServicesTable(request, data=None, needs_form_wrapper=None, **kwargs)[source]

Bases: horizon.tables.base.DataTable

class NovaServicesTable.Meta[source]
NovaServicesTable.get_object_id(obj)[source]
class openstack_dashboard.dashboards.admin.info.tables.ServiceFilterAction(**kwargs)[source]

Bases: horizon.tables.actions.FilterAction

ServiceFilterAction.filter(table, services, filter_string)[source]
class openstack_dashboard.dashboards.admin.info.tables.ServicesTable(request, data=None, needs_form_wrapper=None, **kwargs)[source]

Bases: horizon.tables.base.DataTable

class ServicesTable.Meta[source]
openstack_dashboard.dashboards.admin.info.tables.get_available(zone)[source]
openstack_dashboard.dashboards.admin.info.tables.get_enabled(service, reverse=False)[source]
openstack_dashboard.dashboards.admin.info.tables.get_network_agent_state(agent)[source]
openstack_dashboard.dashboards.admin.info.tables.get_network_agent_status(agent)[source]
openstack_dashboard.dashboards.admin.info.tables.get_stats(service)[source]

Previous topic

The openstack_dashboard.dashboards.admin.flavors.extras Module

Next topic

The openstack_dashboard.dashboards.admin.info.tests Module

This Page