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

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

Bases: horizon.workflows.base.UpdateMembersStep

AddHostsToAggregateStep.action_class

alias of AddHostsToAggregateAction

AddHostsToAggregateStep.available_list_title = <django.utils.functional.__proxy__ object at 0x7e885d0>
AddHostsToAggregateStep.contribute(data, context)[source]
AddHostsToAggregateStep.contributes = ('hosts_aggregate',)
AddHostsToAggregateStep.help_text = <django.utils.functional.__proxy__ object at 0x7e88590>
AddHostsToAggregateStep.members_list_title = <django.utils.functional.__proxy__ object at 0x7e88610>
AddHostsToAggregateStep.no_available_text = <django.utils.functional.__proxy__ object at 0x7e88650>
AddHostsToAggregateStep.no_members_text = <django.utils.functional.__proxy__ object at 0x7e88690>
AddHostsToAggregateStep.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

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

Bases: horizon.workflows.base.MembershipAction

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

Bases: horizon.workflows.base.UpdateMembersStep

ManageAggregateHostsStep.action_class

alias of ManageAggregateHostsAction

ManageAggregateHostsStep.available_list_title = <django.utils.functional.__proxy__ object at 0x7e88710>
ManageAggregateHostsStep.contribute(data, context)[source]
ManageAggregateHostsStep.contributes = ('hosts_aggregate',)
ManageAggregateHostsStep.depends_on = ('id',)
ManageAggregateHostsStep.help_text = <django.utils.functional.__proxy__ object at 0x7e886d0>
ManageAggregateHostsStep.members_list_title = <django.utils.functional.__proxy__ object at 0x7e88750>
ManageAggregateHostsStep.no_available_text = <django.utils.functional.__proxy__ object at 0x7e88790>
ManageAggregateHostsStep.no_members_text = <django.utils.functional.__proxy__ object at 0x7e887d0>
ManageAggregateHostsStep.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

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

Bases: horizon.workflows.base.Action

SetAggregateInfoAction.base_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7e1dd50>), ('availability_zone', <django.forms.fields.CharField object at 0x7e88310>)])
SetAggregateInfoAction.clean()[source]
SetAggregateInfoAction.declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7e1dd50>), ('availability_zone', <django.forms.fields.CharField object at 0x7e88310>)])
SetAggregateInfoAction.help_text = <django.utils.functional.__proxy__ object at 0x7e88410>
SetAggregateInfoAction.help_text_template = None
SetAggregateInfoAction.media
SetAggregateInfoAction.name = <django.utils.functional.__proxy__ object at 0x7e883d0>
SetAggregateInfoAction.permissions = ()
SetAggregateInfoAction.progress_message = <django.utils.functional.__proxy__ object at 0x7e88450>
SetAggregateInfoAction.slug = 'set_aggregate_info'
class openstack_dashboard.dashboards.admin.aggregates.workflows.SetAggregateInfoStep(workflow)[source]

Bases: horizon.workflows.base.Step

SetAggregateInfoStep.action_class

alias of SetAggregateInfoAction

SetAggregateInfoStep.contributes = ('availability_zone', 'name')

Previous topic

The openstack_dashboard.dashboards.admin.aggregates.forms Module

Next topic

The openstack_dashboard.dashboards.admin.info.tables Module

This Page