The openstack_dashboard.dashboards.project.networks.views ModuleΒΆ

Views for managing Neutron Networks.

class openstack_dashboard.dashboards.project.networks.views.CreateView[source]

Bases: openstack_dashboard.dashboards.project.networks.views.DefaultSubnetWorkflowMixin, horizon.workflows.views.WorkflowView

get_initial()[source]
workflow_class

alias of CreateNetwork

class openstack_dashboard.dashboards.project.networks.views.DefaultSubnetWorkflowMixin[source]

Bases: object

get_default_dns_servers()[source]
class openstack_dashboard.dashboards.project.networks.views.DetailView(*args, **kwargs)[source]

Bases: horizon.tabs.views.TabbedTableView

get_context_data(**kwargs)[source]
static get_redirect_url()[source]
page_title = '{{ network.name | default:network.id }}'
tab_group_class

alias of NetworkDetailsTabs

template_name = 'horizon/common/_detail.html'
class openstack_dashboard.dashboards.project.networks.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

FILTERS_MAPPING = {'router:external': {<django.utils.functional.__proxy__ object at 0x7f9f40884f10>: False, <django.utils.functional.__proxy__ object at 0x7f9f40884350>: True}, 'admin_state_up': {<django.utils.functional.__proxy__ object at 0x7f9f40884c10>: False, <django.utils.functional.__proxy__ object at 0x7f9f40884d90>: True}, 'shared': {<django.utils.functional.__proxy__ object at 0x7f9f40884d10>: False, <django.utils.functional.__proxy__ object at 0x7f9f40884e90>: True}}
get_data()[source]
page_title = <django.utils.functional.__proxy__ object at 0x7f9f40ecdd50>
table_class

alias of NetworksTable

template_name = 'project/networks/index.html'
class openstack_dashboard.dashboards.project.networks.views.UpdateView(*args, **kwargs)[source]

Bases: horizon.forms.views.ModalFormView

context_object_name = 'network'
form_class

alias of UpdateNetwork

form_id = 'update_network_form'
get_context_data(**kwargs)[source]
get_initial()[source]
modal_header = <django.utils.functional.__proxy__ object at 0x7f9f40884dd0>
page_title = <django.utils.functional.__proxy__ object at 0x7f9f40884ed0>
submit_label = <django.utils.functional.__proxy__ object at 0x7f9f408849d0>
submit_url = 'horizon:project:networks:update'
success_url = <django.utils.functional.__proxy__ object at 0x7f9f40884690>
template_name = 'project/networks/update.html'

Previous topic

The openstack_dashboard.dashboards.project.ngvolumes.urls Module

Next topic

The openstack_dashboard.dashboards.project.networks Module

Project Source

This Page