The openstack_dashboard.dashboards.admin.networks.agents.views ModuleΒΆ

class openstack_dashboard.dashboards.admin.networks.agents.views.AddView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

AddView.failure_url = 'horizon:admin:networks:detail'
AddView.form_class

alias of AddDHCPAgent

AddView.get_context_data(**kwargs)[source]
AddView.get_initial()[source]
AddView.get_success_url()[source]
AddView.success_url = 'horizon:admin:networks:detail'
AddView.template_name = 'admin/networks/agents/add.html'

Previous topic

The openstack_dashboard.dashboards.admin.networks.agents Module

Next topic

The openstack_dashboard.dashboards.admin.networks.agents.forms Module

This Page