The openstack_dashboard.dashboards.admin.aggregates.workflows ModuleΒΆ

class openstack_dashboard.dashboards.admin.aggregates.workflows.AddHostsToAggregateAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.MembershipAction

base_fields = OrderedDict()
declared_fields = OrderedDict()
help_text = ''
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x5a8c410>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x6862090>
slug = 'add_host_to_aggregate'
class openstack_dashboard.dashboards.admin.aggregates.workflows.AddHostsToAggregateStep(workflow)[source]

Bases: horizon.workflows.base.UpdateMembersStep

action_class

alias of AddHostsToAggregateAction

available_list_title = <django.utils.functional.__proxy__ object at 0x6862710>
contribute(data, context)[source]
contributes = ('hosts_aggregate',)
help_text = <django.utils.functional.__proxy__ object at 0x6862210>
members_list_title = <django.utils.functional.__proxy__ object at 0x6862fd0>
no_available_text = <django.utils.functional.__proxy__ object at 0x8a76110>
no_members_text = <django.utils.functional.__proxy__ object at 0x8a76450>
show_roles = False
class openstack_dashboard.dashboards.admin.aggregates.workflows.CreateAggregateWorkflow(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

default_steps = (<class 'openstack_dashboard.dashboards.admin.aggregates.workflows.SetAggregateInfoStep'>, <class 'openstack_dashboard.dashboards.admin.aggregates.workflows.AddHostsToAggregateStep'>)
failure_message = <django.utils.functional.__proxy__ object at 0x8a76910>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x8a76310>
handle(request, context)[source]
name = <django.utils.functional.__proxy__ object at 0x8a76790>
slug = 'create_aggregate'
success_message = <django.utils.functional.__proxy__ object at 0x8a76750>
success_url = 'horizon:admin:aggregates:index'
class openstack_dashboard.dashboards.admin.aggregates.workflows.ManageAggregateHostsAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.MembershipAction

base_fields = OrderedDict()
declared_fields = OrderedDict()
help_text = ''
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x6862490>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x6862610>
slug = u'manageaggregatehostsaction'
class openstack_dashboard.dashboards.admin.aggregates.workflows.ManageAggregateHostsStep(workflow)[source]

Bases: horizon.workflows.base.UpdateMembersStep

action_class

alias of ManageAggregateHostsAction

available_list_title = <django.utils.functional.__proxy__ object at 0x8a76290>
contribute(data, context)[source]
contributes = ('hosts_aggregate',)
depends_on = ('id',)
help_text = <django.utils.functional.__proxy__ object at 0x8a76e50>
members_list_title = <django.utils.functional.__proxy__ object at 0x8a76150>
no_available_text = <django.utils.functional.__proxy__ object at 0x8a76490>
no_members_text = <django.utils.functional.__proxy__ object at 0x8a76050>
show_roles = False
class openstack_dashboard.dashboards.admin.aggregates.workflows.ManageAggregateHostsWorkflow(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

default_steps = (<class 'openstack_dashboard.dashboards.admin.aggregates.workflows.ManageAggregateHostsStep'>,)
failure_message = <django.utils.functional.__proxy__ object at 0x8993150>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x89934d0>
handle(request, context)[source]
name = <django.utils.functional.__proxy__ object at 0x8993a50>
slug = 'manage_hosts_aggregate'
success_message = <django.utils.functional.__proxy__ object at 0x89938d0>
success_url = 'horizon:admin:aggregates:index'
class openstack_dashboard.dashboards.admin.aggregates.workflows.SetAggregateInfoAction(request, context, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x560bcd0>), ('availability_zone', <django.forms.fields.CharField object at 0x7162210>)])
clean()[source]
declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x560bcd0>), ('availability_zone', <django.forms.fields.CharField object at 0x7162210>)])
help_text = <django.utils.functional.__proxy__ object at 0x5817fd0>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x5817910>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x5c00090>
slug = 'set_aggregate_info'
class openstack_dashboard.dashboards.admin.aggregates.workflows.SetAggregateInfoStep(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of SetAggregateInfoAction

contributes = ('availability_zone', 'name')

Previous topic

The openstack_dashboard.dashboards.admin.aggregates.tables Module

Next topic

The openstack_dashboard.dashboards.admin.images.panel Module

This Page