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

class openstack_dashboard.dashboards.admin.info.tables.AggregatesTable(request, data=None, needs_form_wrapper=None, **kwargs)[source]

Bases: horizon.tables.base.DataTable

class AggregatesTable.Meta[source]
AggregatesTable.Meta.name = 'aggregates'
AggregatesTable.Meta.verbose_name = <django.utils.functional.__proxy__ object at 0x65b7710>
AggregatesTable.base_actions = {}
AggregatesTable.base_columns = {'name': <Column: name>, 'availability_zone': <Column: availability_zone>, 'hosts': <Column: hosts>, 'metadata': <Column: metadata>}
class openstack_dashboard.dashboards.admin.info.tables.NetworkAgentsFilterAction(**kwargs)[source]

Bases: horizon.tables.actions.FilterAction

NetworkAgentsFilterAction.base_options = {'__module__': 'openstack_dashboard.dashboards.admin.info.tables', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'update': <function update at 0x481a230>, 'get_policy_target': <function get_policy_target at 0x481a0c8>, 'allowed': <function allowed at 0x481a140>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x481a050>, 'get_default_classes': <function get_default_classes at 0x481a2a8>, 'update': <function update at 0x481a230>, 'get_policy_target': <function get_policy_target at 0x481a0c8>, '_allowed': <function _allowed at 0x481a1b8>, '__repr__': <function __repr__ at 0x481a398>, 'allowed': <function allowed at 0x481a140>, 'get_default_attrs': <function get_default_attrs at 0x481a320>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x465df50>}, '__init__': <function __init__ at 0x481a5f0>, 'filter': <function filter at 0x65afc08>, 'name': 'filter', 'data_type_matched': <function data_type_matched at 0x481a050>, 'get_default_classes': <function get_default_classes at 0x481a6e0>, 'get_param_name': <function get_param_name at 0x481a668>, 'data_type_filter': <function data_type_filter at 0x481a7d0>, '_allowed': <function _allowed at 0x481a1b8>, '__repr__': <function __repr__ at 0x481a398>, 'get_default_attrs': <function get_default_attrs at 0x481a320>, 'assign_type_string': <function assign_type_string at 0x481a758>, '__doc__': 'A base class representing a filter action for a table.\n\n .. attribute:: name\n\n The short name or "slug" representing this action. Defaults to\n ``"filter"``.\n\n .. attribute:: verbose_name\n\n A descriptive name used for display purposes. Defaults to the\n value of ``name`` with the first letter of each word capitalized.\n\n .. attribute:: param_name\n\n A string representing the name of the request parameter used for the\n search term. Default: ``"q"``.\n\n .. attribute: filter_type\n\n A string representing the type of this filter. Default: ``"query"``.\n\n .. attribute: needs_preloading\n\n If True, the filter function will be called for the initial\n GET request with an empty ``filter_string``, regardless of the\n value of ``method``.\n '}
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.Meta.multi_select = False
NetworkAgentsTable.Meta.name = 'network_agents'
NetworkAgentsTable.Meta.table_actions = (<class 'openstack_dashboard.dashboards.admin.info.tables.NetworkAgentsFilterAction'>,)
NetworkAgentsTable.Meta.verbose_name = <django.utils.functional.__proxy__ object at 0x65b7d10>
NetworkAgentsTable.base_actions = {'filter': <NetworkAgentsFilterAction: filter>}
NetworkAgentsTable.base_columns = {'agent_type': <Column: agent_type>, 'binary': <Column: binary>, 'host': <Column: host>, 'status': <Column: status>, 'state': <Column: state>, 'heartbeat_timestamp': <Column: heartbeat_timestamp>}
NetworkAgentsTable.get_object_id(obj)[source]
class openstack_dashboard.dashboards.admin.info.tables.NovaServiceFilterAction(**kwargs)[source]

Bases: horizon.tables.actions.FilterAction

NovaServiceFilterAction.base_options = {'__module__': 'openstack_dashboard.dashboards.admin.info.tables', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'update': <function update at 0x481a230>, 'get_policy_target': <function get_policy_target at 0x481a0c8>, 'allowed': <function allowed at 0x481a140>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x481a050>, 'get_default_classes': <function get_default_classes at 0x481a2a8>, 'update': <function update at 0x481a230>, 'get_policy_target': <function get_policy_target at 0x481a0c8>, '_allowed': <function _allowed at 0x481a1b8>, '__repr__': <function __repr__ at 0x481a398>, 'allowed': <function allowed at 0x481a140>, 'get_default_attrs': <function get_default_attrs at 0x481a320>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x465df50>}, '__init__': <function __init__ at 0x481a5f0>, 'filter': <function filter at 0x65afa28>, 'name': 'filter', 'data_type_matched': <function data_type_matched at 0x481a050>, 'get_default_classes': <function get_default_classes at 0x481a6e0>, 'get_param_name': <function get_param_name at 0x481a668>, 'data_type_filter': <function data_type_filter at 0x481a7d0>, '_allowed': <function _allowed at 0x481a1b8>, '__repr__': <function __repr__ at 0x481a398>, 'get_default_attrs': <function get_default_attrs at 0x481a320>, 'assign_type_string': <function assign_type_string at 0x481a758>, '__doc__': 'A base class representing a filter action for a table.\n\n .. attribute:: name\n\n The short name or "slug" representing this action. Defaults to\n ``"filter"``.\n\n .. attribute:: verbose_name\n\n A descriptive name used for display purposes. Defaults to the\n value of ``name`` with the first letter of each word capitalized.\n\n .. attribute:: param_name\n\n A string representing the name of the request parameter used for the\n search term. Default: ``"q"``.\n\n .. attribute: filter_type\n\n A string representing the type of this filter. Default: ``"query"``.\n\n .. attribute: needs_preloading\n\n If True, the filter function will be called for the initial\n GET request with an empty ``filter_string``, regardless of the\n value of ``method``.\n '}
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.Meta.multi_select = False
NovaServicesTable.Meta.name = 'nova_services'
NovaServicesTable.Meta.table_actions = (<class 'openstack_dashboard.dashboards.admin.info.tables.NovaServiceFilterAction'>,)
NovaServicesTable.Meta.verbose_name = <django.utils.functional.__proxy__ object at 0x65b70d0>
NovaServicesTable.base_actions = {'filter': <NovaServiceFilterAction: filter>}
NovaServicesTable.base_columns = {'binary': <Column: binary>, 'host': <Column: host>, 'zone': <Column: zone>, 'status': <Column: status>, 'state': <Column: state>, 'updated_at': <Column: updated_at>}
NovaServicesTable.get_object_id(obj)[source]
class openstack_dashboard.dashboards.admin.info.tables.ServiceFilterAction(**kwargs)[source]

Bases: horizon.tables.actions.FilterAction

ServiceFilterAction.base_options = {'__module__': 'openstack_dashboard.dashboards.admin.info.tables', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'update': <function update at 0x481a230>, 'get_policy_target': <function get_policy_target at 0x481a0c8>, 'allowed': <function allowed at 0x481a140>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x481a050>, 'get_default_classes': <function get_default_classes at 0x481a2a8>, 'update': <function update at 0x481a230>, 'get_policy_target': <function get_policy_target at 0x481a0c8>, '_allowed': <function _allowed at 0x481a1b8>, '__repr__': <function __repr__ at 0x481a398>, 'allowed': <function allowed at 0x481a140>, 'get_default_attrs': <function get_default_attrs at 0x481a320>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x465df50>}, '__init__': <function __init__ at 0x481a5f0>, 'filter': <function filter at 0x65af758>, 'name': 'filter', 'data_type_matched': <function data_type_matched at 0x481a050>, 'get_default_classes': <function get_default_classes at 0x481a6e0>, 'get_param_name': <function get_param_name at 0x481a668>, 'data_type_filter': <function data_type_filter at 0x481a7d0>, '_allowed': <function _allowed at 0x481a1b8>, '__repr__': <function __repr__ at 0x481a398>, 'get_default_attrs': <function get_default_attrs at 0x481a320>, 'assign_type_string': <function assign_type_string at 0x481a758>, '__doc__': 'A base class representing a filter action for a table.\n\n .. attribute:: name\n\n The short name or "slug" representing this action. Defaults to\n ``"filter"``.\n\n .. attribute:: verbose_name\n\n A descriptive name used for display purposes. Defaults to the\n value of ``name`` with the first letter of each word capitalized.\n\n .. attribute:: param_name\n\n A string representing the name of the request parameter used for the\n search term. Default: ``"q"``.\n\n .. attribute: filter_type\n\n A string representing the type of this filter. Default: ``"query"``.\n\n .. attribute: needs_preloading\n\n If True, the filter function will be called for the initial\n GET request with an empty ``filter_string``, regardless of the\n value of ``method``.\n '}
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]
ServicesTable.Meta.multi_select = False
ServicesTable.Meta.name = 'services'
ServicesTable.Meta.status_columns = ['enabled']
ServicesTable.Meta.table_actions = (<class 'openstack_dashboard.dashboards.admin.info.tables.ServiceFilterAction'>,)
ServicesTable.Meta.verbose_name = <django.utils.functional.__proxy__ object at 0x65ba590>
ServicesTable.base_actions = {'filter': <ServiceFilterAction: filter>}
ServicesTable.base_columns = {'id': <Column: id>, 'name': <Column: name>, 'service_type': <Column: service_type>, 'host': <Column: host>, 'enabled': <Column: enabled>}
class openstack_dashboard.dashboards.admin.info.tables.ZonesTable(request, data=None, needs_form_wrapper=None, **kwargs)[source]

Bases: horizon.tables.base.DataTable

class ZonesTable.Meta[source]
ZonesTable.Meta.multi_select = False
ZonesTable.Meta.name = 'zones'
ZonesTable.Meta.status_columns = ['available']
ZonesTable.Meta.verbose_name = <django.utils.functional.__proxy__ object at 0x65baad0>
ZonesTable.base_actions = {}
ZonesTable.base_columns = {'name': <Column: name>, 'hosts': <Column: hosts>, 'available': <Column: available>}
ZonesTable.get_object_id(zone)[source]
openstack_dashboard.dashboards.admin.info.tables.get_aggregate_hosts(aggregate)[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_metadata(aggregate)[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]
openstack_dashboard.dashboards.admin.info.tables.get_zone_hosts(zone)[source]

Previous topic

The openstack_dashboard.dashboards.admin.info.urls Module

Next topic

The openstack_dashboard.dashboards.admin.info.panel Module

This Page