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

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

Bases: horizon.workflows.base.Workflow

default_steps = (<class 'openstack_dashboard.dashboards.identity.projects.workflows.CreateProjectInfo'>, <class 'openstack_dashboard.dashboards.identity.projects.workflows.UpdateProjectMembers'>, <class 'openstack_dashboard.dashboards.identity.projects.workflows.CreateProjectQuota'>)
failure_message = <django.utils.functional.__proxy__ object at 0x2b77fa815a10>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x2b77fa815910>
format_status_message(message)[source]
handle(request, data)[source]
name = <django.utils.functional.__proxy__ object at 0x2b77fa815890>
slug = 'create_project'
success_message = <django.utils.functional.__proxy__ object at 0x2b77fa815990>
success_url = 'horizon:identity:projects:index'
class openstack_dashboard.dashboards.identity.projects.workflows.CreateProjectInfo(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of CreateProjectInfoAction

contributes = ('domain_id', 'domain_name', 'project_id', 'name', 'description', 'enabled')
template_name = 'identity/projects/_common_horizontal_form.html'
class openstack_dashboard.dashboards.identity.projects.workflows.CreateProjectInfoAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = {'domain_id': <django.forms.fields.CharField object at 0x2b77fa812990>, 'domain_name': <django.forms.fields.CharField object at 0x2b77fa812a90>, 'name': <django.forms.fields.CharField object at 0x2b77fa812b50>, 'description': <django.forms.fields.CharField object at 0x2b77fa812cd0>, 'enabled': <django.forms.fields.BooleanField object at 0x2b77fa812d90>}
help_text = <django.utils.functional.__proxy__ object at 0x2b77fa812e90>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x2b77fa812e10>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x2b77fa815110>
slug = u'createprojectinfoaction'
class openstack_dashboard.dashboards.identity.projects.workflows.CreateProjectQuota(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of CreateProjectQuotaAction

contributes = ('metadata_items', 'cores', 'instances', 'injected_files', 'injected_file_content_bytes', 'ram', 'floating_ips', 'fixed_ips', 'security_groups', 'security_group_rules', 'volumes', 'snapshots', 'gigabytes', 'network', 'subnet', 'port', 'router', 'floatingip', 'security_group', 'security_group_rule')
depends_on = ('project_id',)
template_name = 'identity/projects/_common_horizontal_form.html'
class openstack_dashboard.dashboards.identity.projects.workflows.CreateProjectQuotaAction(request, *args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.identity.projects.workflows.ProjectQuotaAction

base_fields = {'metadata_items': <django.forms.fields.IntegerField object at 0x2b77fa61a890>, 'cores': <django.forms.fields.IntegerField object at 0x2b77fa6313d0>, 'instances': <django.forms.fields.IntegerField object at 0x2b77fa674dd0>, 'injected_files': <django.forms.fields.IntegerField object at 0x2b77fa674e10>, 'injected_file_content_bytes': <django.forms.fields.IntegerField object at 0x2b77fa674f50>, 'volumes': <django.forms.fields.IntegerField object at 0x2b77fa811090>, 'snapshots': <django.forms.fields.IntegerField object at 0x2b77fa8111d0>, 'gigabytes': <django.forms.fields.IntegerField object at 0x2b77fa811310>, 'ram': <django.forms.fields.IntegerField object at 0x2b77fa811450>, 'floating_ips': <django.forms.fields.IntegerField object at 0x2b77fa811590>, 'fixed_ips': <django.forms.fields.IntegerField object at 0x2b77fa8116d0>, 'security_groups': <django.forms.fields.IntegerField object at 0x2b77fa811810>, 'security_group_rules': <django.forms.fields.IntegerField object at 0x2b77fa811950>, 'security_group': <django.forms.fields.IntegerField object at 0x2b77fa811a90>, 'security_group_rule': <django.forms.fields.IntegerField object at 0x2b77fa811bd0>, 'floatingip': <django.forms.fields.IntegerField object at 0x2b77fa811d10>, 'network': <django.forms.fields.IntegerField object at 0x2b77fa811e50>, 'port': <django.forms.fields.IntegerField object at 0x2b77fa811f90>, 'router': <django.forms.fields.IntegerField object at 0x2b77fa812110>, 'subnet': <django.forms.fields.IntegerField object at 0x2b77fa812250>}
help_text = <django.utils.functional.__proxy__ object at 0x2b77fa812710>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x2b77fa8126d0>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x2b77fa8128d0>
slug = 'create_quotas'
class openstack_dashboard.dashboards.identity.projects.workflows.ProjectQuotaAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = {'metadata_items': <django.forms.fields.IntegerField object at 0x2b77fa61a890>, 'cores': <django.forms.fields.IntegerField object at 0x2b77fa6313d0>, 'instances': <django.forms.fields.IntegerField object at 0x2b77fa674dd0>, 'injected_files': <django.forms.fields.IntegerField object at 0x2b77fa674e10>, 'injected_file_content_bytes': <django.forms.fields.IntegerField object at 0x2b77fa674f50>, 'volumes': <django.forms.fields.IntegerField object at 0x2b77fa811090>, 'snapshots': <django.forms.fields.IntegerField object at 0x2b77fa8111d0>, 'gigabytes': <django.forms.fields.IntegerField object at 0x2b77fa811310>, 'ram': <django.forms.fields.IntegerField object at 0x2b77fa811450>, 'floating_ips': <django.forms.fields.IntegerField object at 0x2b77fa811590>, 'fixed_ips': <django.forms.fields.IntegerField object at 0x2b77fa8116d0>, 'security_groups': <django.forms.fields.IntegerField object at 0x2b77fa811810>, 'security_group_rules': <django.forms.fields.IntegerField object at 0x2b77fa811950>, 'security_group': <django.forms.fields.IntegerField object at 0x2b77fa811a90>, 'security_group_rule': <django.forms.fields.IntegerField object at 0x2b77fa811bd0>, 'floatingip': <django.forms.fields.IntegerField object at 0x2b77fa811d10>, 'network': <django.forms.fields.IntegerField object at 0x2b77fa811e50>, 'port': <django.forms.fields.IntegerField object at 0x2b77fa811f90>, 'router': <django.forms.fields.IntegerField object at 0x2b77fa812110>, 'subnet': <django.forms.fields.IntegerField object at 0x2b77fa812250>}
help_text = ''
help_text_template = None
ifcb_label = <django.utils.functional.__proxy__ object at 0x2b77fa6034d0>
media
name = 'ProjectQuotaAction'
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x2b77fa812450>
slug = u'projectquotaaction'
class openstack_dashboard.dashboards.identity.projects.workflows.UpdateProject(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

default_steps = (<class 'openstack_dashboard.dashboards.identity.projects.workflows.UpdateProjectInfo'>, <class 'openstack_dashboard.dashboards.identity.projects.workflows.UpdateProjectMembers'>, <class 'openstack_dashboard.dashboards.identity.projects.workflows.UpdateProjectQuota'>)
failure_message = <django.utils.functional.__proxy__ object at 0x2b77fa815fd0>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x2b77fa815f50>
format_status_message(message)[source]
handle(request, data)[source]
name = <django.utils.functional.__proxy__ object at 0x2b77fa815f10>
slug = 'update_project'
success_message = <django.utils.functional.__proxy__ object at 0x2b77fa815f90>
success_url = 'horizon:identity:projects:index'
class openstack_dashboard.dashboards.identity.projects.workflows.UpdateProjectGroups(workflow)[source]

Bases: horizon.workflows.base.UpdateMembersStep

action_class

alias of UpdateProjectGroupsAction

available_list_title = <django.utils.functional.__proxy__ object at 0x2b77fa815750>
contribute(data, context)[source]
members_list_title = <django.utils.functional.__proxy__ object at 0x2b77fa815790>
no_available_text = <django.utils.functional.__proxy__ object at 0x2b77fa8157d0>
no_members_text = <django.utils.functional.__proxy__ object at 0x2b77fa815810>
class openstack_dashboard.dashboards.identity.projects.workflows.UpdateProjectGroupsAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.MembershipAction

base_fields = {}
help_text = ''
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x2b77fa8154d0>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x2b77fa815710>
slug = 'update_group_members'
class openstack_dashboard.dashboards.identity.projects.workflows.UpdateProjectInfo(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of UpdateProjectInfoAction

contributes = ('domain_id', 'domain_name', 'name', 'description', 'enabled')
depends_on = ('project_id',)
template_name = 'identity/projects/_common_horizontal_form.html'
class openstack_dashboard.dashboards.identity.projects.workflows.UpdateProjectInfoAction(request, initial, *args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.identity.projects.workflows.CreateProjectInfoAction

base_fields = {'domain_id': <django.forms.fields.CharField object at 0x2b77fa812990>, 'domain_name': <django.forms.fields.CharField object at 0x2b77fa812a90>, 'name': <django.forms.fields.CharField object at 0x2b77fa812b50>, 'description': <django.forms.fields.CharField object at 0x2b77fa812cd0>, 'enabled': <django.forms.fields.BooleanField object at 0x2b77fa815b10>}
clean()[source]
help_text = <django.utils.functional.__proxy__ object at 0x2b77fa815c90>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x2b77fa815c10>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x2b77fa815ed0>
slug = 'update_info'
class openstack_dashboard.dashboards.identity.projects.workflows.UpdateProjectMembers(workflow)[source]

Bases: horizon.workflows.base.UpdateMembersStep

action_class

alias of UpdateProjectMembersAction

available_list_title = <django.utils.functional.__proxy__ object at 0x2b77fa815350>
contribute(data, context)[source]
members_list_title = <django.utils.functional.__proxy__ object at 0x2b77fa815390>
no_available_text = <django.utils.functional.__proxy__ object at 0x2b77fa8153d0>
no_members_text = <django.utils.functional.__proxy__ object at 0x2b77fa815410>
class openstack_dashboard.dashboards.identity.projects.workflows.UpdateProjectMembersAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.MembershipAction

base_fields = {}
help_text = ''
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x2b77fa815150>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x2b77fa815310>
slug = 'update_members'
class openstack_dashboard.dashboards.identity.projects.workflows.UpdateProjectQuota(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of UpdateProjectQuotaAction

contributes = ('metadata_items', 'cores', 'instances', 'injected_files', 'injected_file_content_bytes', 'ram', 'floating_ips', 'fixed_ips', 'security_groups', 'security_group_rules', 'volumes', 'snapshots', 'gigabytes', 'network', 'subnet', 'port', 'router', 'floatingip', 'security_group', 'security_group_rule')
depends_on = ('project_id',)
template_name = 'identity/projects/_common_horizontal_form.html'
class openstack_dashboard.dashboards.identity.projects.workflows.UpdateProjectQuotaAction(request, *args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.identity.projects.workflows.ProjectQuotaAction

base_fields = {'metadata_items': <django.forms.fields.IntegerField object at 0x2b77fa61a890>, 'cores': <django.forms.fields.IntegerField object at 0x2b77fa6313d0>, 'instances': <django.forms.fields.IntegerField object at 0x2b77fa674dd0>, 'injected_files': <django.forms.fields.IntegerField object at 0x2b77fa674e10>, 'injected_file_content_bytes': <django.forms.fields.IntegerField object at 0x2b77fa674f50>, 'volumes': <django.forms.fields.IntegerField object at 0x2b77fa811090>, 'snapshots': <django.forms.fields.IntegerField object at 0x2b77fa8111d0>, 'gigabytes': <django.forms.fields.IntegerField object at 0x2b77fa811310>, 'ram': <django.forms.fields.IntegerField object at 0x2b77fa811450>, 'floating_ips': <django.forms.fields.IntegerField object at 0x2b77fa811590>, 'fixed_ips': <django.forms.fields.IntegerField object at 0x2b77fa8116d0>, 'security_groups': <django.forms.fields.IntegerField object at 0x2b77fa811810>, 'security_group_rules': <django.forms.fields.IntegerField object at 0x2b77fa811950>, 'security_group': <django.forms.fields.IntegerField object at 0x2b77fa811a90>, 'security_group_rule': <django.forms.fields.IntegerField object at 0x2b77fa811bd0>, 'floatingip': <django.forms.fields.IntegerField object at 0x2b77fa811d10>, 'network': <django.forms.fields.IntegerField object at 0x2b77fa811e50>, 'port': <django.forms.fields.IntegerField object at 0x2b77fa811f90>, 'router': <django.forms.fields.IntegerField object at 0x2b77fa812110>, 'subnet': <django.forms.fields.IntegerField object at 0x2b77fa812250>}
clean()[source]
help_text = <django.utils.functional.__proxy__ object at 0x2b77fa8124d0>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x2b77fa812490>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x2b77fa812690>
slug = 'update_quotas'

Previous topic

The openstack_dashboard.dashboards.identity.projects.panel Module

Next topic

The openstack_dashboard.dashboards.settings Module

This Page