The openstack_dashboard.dashboards.identity.domains.workflows ModuleΒΆ

class openstack_dashboard.dashboards.identity.domains.workflows.CreateDomain(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

default_steps = (<class 'openstack_dashboard.dashboards.identity.domains.workflows.CreateDomainInfo'>,)
failure_message = <django.utils.functional.__proxy__ object at 0x7f424338c710>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x7f424338c590>
format_status_message(message)[source]
handle(request, data)[source]
name = <django.utils.functional.__proxy__ object at 0x7f424338c650>
slug = 'create_domain'
success_message = <django.utils.functional.__proxy__ object at 0x7f424338c550>
success_url = 'horizon:identity:domains:index'
class openstack_dashboard.dashboards.identity.domains.workflows.CreateDomainInfo(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of CreateDomainInfoAction

contributes = ('domain_id', 'name', 'description', 'enabled')
class openstack_dashboard.dashboards.identity.domains.workflows.CreateDomainInfoAction(request, context, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7f42433bae10>), ('description', <django.forms.fields.CharField object at 0x7f42433ba4d0>), ('enabled', <django.forms.fields.BooleanField object at 0x7f4243bf8e90>)])
declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7f42433bae10>), ('description', <django.forms.fields.CharField object at 0x7f42433ba4d0>), ('enabled', <django.forms.fields.BooleanField object at 0x7f4243bf8e90>)])
help_text = <django.utils.functional.__proxy__ object at 0x7f42433bae90>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x7f42433ba210>
permissions = ()
policy_rules = ()
progress_message = <django.utils.functional.__proxy__ object at 0x7f424340a210>
slug = 'create_domain'
class openstack_dashboard.dashboards.identity.domains.workflows.UpdateDomain(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

default_steps = (<class 'openstack_dashboard.dashboards.identity.domains.workflows.UpdateDomainInfo'>, <class 'openstack_dashboard.dashboards.identity.domains.workflows.UpdateDomainUsers'>, <class 'openstack_dashboard.dashboards.identity.domains.workflows.UpdateDomainGroups'>)
failure_message = <django.utils.functional.__proxy__ object at 0x7f424330b710>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x7f424330b690>
format_status_message(message)[source]
handle(request, data)[source]
name = <django.utils.functional.__proxy__ object at 0x7f424330b650>
slug = 'update_domain'
success_message = <django.utils.functional.__proxy__ object at 0x7f424330b6d0>
success_url = 'horizon:identity:domains:index'
class openstack_dashboard.dashboards.identity.domains.workflows.UpdateDomainGroups(workflow)[source]

Bases: horizon.workflows.base.UpdateMembersStep

action_class

alias of UpdateDomainGroupsAction

available_list_title = <django.utils.functional.__proxy__ object at 0x7f424338c690>
contribute(data, context)[source]
members_list_title = <django.utils.functional.__proxy__ object at 0x7f424338cd10>
no_available_text = <django.utils.functional.__proxy__ object at 0x7f424338c5d0>
no_members_text = <django.utils.functional.__proxy__ object at 0x7f424338c610>
class openstack_dashboard.dashboards.identity.domains.workflows.UpdateDomainGroupsAction(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 0x7f424338cad0>
permissions = ()
policy_rules = ()
progress_message = <django.utils.functional.__proxy__ object at 0x7f424338c1d0>
slug = 'update_group_members'
class openstack_dashboard.dashboards.identity.domains.workflows.UpdateDomainInfo(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of UpdateDomainInfoAction

contributes = ('name', 'description', 'enabled')
depends_on = ('domain_id',)
class openstack_dashboard.dashboards.identity.domains.workflows.UpdateDomainInfoAction(request, context, *args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.identity.domains.workflows.CreateDomainInfoAction

base_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7f42433bae10>), ('description', <django.forms.fields.CharField object at 0x7f42433ba4d0>), ('enabled', <django.forms.fields.BooleanField object at 0x7f4243bf8e90>)])
declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7f42433bae10>), ('description', <django.forms.fields.CharField object at 0x7f42433ba4d0>), ('enabled', <django.forms.fields.BooleanField object at 0x7f4243bf8e90>)])
help_text = <django.utils.functional.__proxy__ object at 0x7f4243331610>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x7f42433136d0>
permissions = ()
policy_rules = ()
progress_message = <django.utils.functional.__proxy__ object at 0x7f424330b590>
slug = 'update_domain'
class openstack_dashboard.dashboards.identity.domains.workflows.UpdateDomainUsers(workflow)[source]

Bases: horizon.workflows.base.UpdateMembersStep

action_class

alias of UpdateDomainUsersAction

available_list_title = <django.utils.functional.__proxy__ object at 0x7f42433f47d0>
contribute(data, context)[source]
members_list_title = <django.utils.functional.__proxy__ object at 0x7f424338cfd0>
no_available_text = <django.utils.functional.__proxy__ object at 0x7f424338c4d0>
no_members_text = <django.utils.functional.__proxy__ object at 0x7f424338ca90>
class openstack_dashboard.dashboards.identity.domains.workflows.UpdateDomainUsersAction(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 0x7f42434724d0>
permissions = ()
policy_rules = ()
progress_message = <django.utils.functional.__proxy__ object at 0x7f424343fd50>
slug = 'update_user_members'

Previous topic

The openstack_dashboard.dashboards.identity.domains.tables Module

Next topic

The openstack_dashboard.dashboards.identity.identity_providers.urls Module

Project Source

This Page