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 0x7ccc810>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x7ccc710>
format_status_message(message)[source]
handle(request, data)[source]
name = <django.utils.functional.__proxy__ object at 0x7ccc690>
slug = 'create_project'
success_message = <django.utils.functional.__proxy__ object at 0x7ccc790>
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')
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 0x7ccb810>, 'domain_name': <django.forms.fields.CharField object at 0x7ccb990>, 'name': <django.forms.fields.CharField object at 0x7ccba50>, 'description': <django.forms.fields.CharField object at 0x7ccbbd0>, 'enabled': <django.forms.fields.BooleanField object at 0x7ccbc90>}
help_text = <django.utils.functional.__proxy__ object at 0x7ccbd50>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x7ccbd10>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x7ccbed0>
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',)
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 0x7cc1910>, 'cores': <django.forms.fields.IntegerField object at 0x7cc1b10>, 'instances': <django.forms.fields.IntegerField object at 0x7cc1c50>, 'injected_files': <django.forms.fields.IntegerField object at 0x7cc1d90>, 'injected_file_content_bytes': <django.forms.fields.IntegerField object at 0x7cc1e90>, 'volumes': <django.forms.fields.IntegerField object at 0x7cc1f90>, 'snapshots': <django.forms.fields.IntegerField object at 0x7cca110>, 'gigabytes': <django.forms.fields.IntegerField object at 0x7cca250>, 'ram': <django.forms.fields.IntegerField object at 0x7cca390>, 'floating_ips': <django.forms.fields.IntegerField object at 0x7cca4d0>, 'fixed_ips': <django.forms.fields.IntegerField object at 0x7cca610>, 'security_groups': <django.forms.fields.IntegerField object at 0x7cca750>, 'security_group_rules': <django.forms.fields.IntegerField object at 0x7cca890>, 'security_group': <django.forms.fields.IntegerField object at 0x7cca9d0>, 'security_group_rule': <django.forms.fields.IntegerField object at 0x7ccab10>, 'floatingip': <django.forms.fields.IntegerField object at 0x7ccac50>, 'network': <django.forms.fields.IntegerField object at 0x7ccad90>, 'port': <django.forms.fields.IntegerField object at 0x7ccaed0>, 'router': <django.forms.fields.IntegerField object at 0x7ccb050>, 'subnet': <django.forms.fields.IntegerField object at 0x7ccb190>}
help_text = <django.utils.functional.__proxy__ object at 0x7ccb5d0>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x7ccb590>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x7ccb710>
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 0x7cc1910>, 'cores': <django.forms.fields.IntegerField object at 0x7cc1b10>, 'instances': <django.forms.fields.IntegerField object at 0x7cc1c50>, 'injected_files': <django.forms.fields.IntegerField object at 0x7cc1d90>, 'injected_file_content_bytes': <django.forms.fields.IntegerField object at 0x7cc1e90>, 'volumes': <django.forms.fields.IntegerField object at 0x7cc1f90>, 'snapshots': <django.forms.fields.IntegerField object at 0x7cca110>, 'gigabytes': <django.forms.fields.IntegerField object at 0x7cca250>, 'ram': <django.forms.fields.IntegerField object at 0x7cca390>, 'floating_ips': <django.forms.fields.IntegerField object at 0x7cca4d0>, 'fixed_ips': <django.forms.fields.IntegerField object at 0x7cca610>, 'security_groups': <django.forms.fields.IntegerField object at 0x7cca750>, 'security_group_rules': <django.forms.fields.IntegerField object at 0x7cca890>, 'security_group': <django.forms.fields.IntegerField object at 0x7cca9d0>, 'security_group_rule': <django.forms.fields.IntegerField object at 0x7ccab10>, 'floatingip': <django.forms.fields.IntegerField object at 0x7ccac50>, 'network': <django.forms.fields.IntegerField object at 0x7ccad90>, 'port': <django.forms.fields.IntegerField object at 0x7ccaed0>, 'router': <django.forms.fields.IntegerField object at 0x7ccb050>, 'subnet': <django.forms.fields.IntegerField object at 0x7ccb190>}
help_text = ''
help_text_template = None
ifcb_label = <django.utils.functional.__proxy__ object at 0x7cc1450>
media
name = 'ProjectQuotaAction'
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x7ccb310>
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 0x7cccd90>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x7ccccd0>
format_status_message(message)[source]
handle(request, data)[source]
name = <django.utils.functional.__proxy__ object at 0x7cccc90>
slug = 'update_project'
success_message = <django.utils.functional.__proxy__ object at 0x7cccd10>
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 0x7ccc510>
contribute(data, context)[source]
members_list_title = <django.utils.functional.__proxy__ object at 0x7ccc550>
no_available_text = <django.utils.functional.__proxy__ object at 0x7ccc590>
no_members_text = <django.utils.functional.__proxy__ object at 0x7ccc5d0>
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 0x7ccc2d0>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x7ccc4d0>
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',)
class openstack_dashboard.dashboards.identity.projects.workflows.UpdateProjectInfoAction(request, *args, **kwargs)[source]

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

base_fields = {'domain_id': <django.forms.fields.CharField object at 0x7ccb810>, 'domain_name': <django.forms.fields.CharField object at 0x7ccb990>, 'name': <django.forms.fields.CharField object at 0x7ccba50>, 'description': <django.forms.fields.CharField object at 0x7ccbbd0>, 'enabled': <django.forms.fields.BooleanField object at 0x7ccc910>}
help_text = <django.utils.functional.__proxy__ object at 0x7ccca90>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x7ccca50>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x7cccc10>
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 0x7ccc150>
contribute(data, context)[source]
members_list_title = <django.utils.functional.__proxy__ object at 0x7ccc190>
no_available_text = <django.utils.functional.__proxy__ object at 0x7ccc1d0>
no_members_text = <django.utils.functional.__proxy__ object at 0x7ccc210>
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 0x7ccbf50>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x7ccc110>
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',)
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 0x7cc1910>, 'cores': <django.forms.fields.IntegerField object at 0x7cc1b10>, 'instances': <django.forms.fields.IntegerField object at 0x7cc1c50>, 'injected_files': <django.forms.fields.IntegerField object at 0x7cc1d90>, 'injected_file_content_bytes': <django.forms.fields.IntegerField object at 0x7cc1e90>, 'volumes': <django.forms.fields.IntegerField object at 0x7cc1f90>, 'snapshots': <django.forms.fields.IntegerField object at 0x7cca110>, 'gigabytes': <django.forms.fields.IntegerField object at 0x7cca250>, 'ram': <django.forms.fields.IntegerField object at 0x7cca390>, 'floating_ips': <django.forms.fields.IntegerField object at 0x7cca4d0>, 'fixed_ips': <django.forms.fields.IntegerField object at 0x7cca610>, 'security_groups': <django.forms.fields.IntegerField object at 0x7cca750>, 'security_group_rules': <django.forms.fields.IntegerField object at 0x7cca890>, 'security_group': <django.forms.fields.IntegerField object at 0x7cca9d0>, 'security_group_rule': <django.forms.fields.IntegerField object at 0x7ccab10>, 'floatingip': <django.forms.fields.IntegerField object at 0x7ccac50>, 'network': <django.forms.fields.IntegerField object at 0x7ccad90>, 'port': <django.forms.fields.IntegerField object at 0x7ccaed0>, 'router': <django.forms.fields.IntegerField object at 0x7ccb050>, 'subnet': <django.forms.fields.IntegerField object at 0x7ccb190>}
clean()[source]
help_text = <django.utils.functional.__proxy__ object at 0x7ccb3d0>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x7ccb390>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x7ccb510>
slug = 'update_quotas'

Previous topic

The openstack_dashboard.dashboards.identity.projects.panel Module

Next topic

The openstack_dashboard.dashboards.identity.projects.tables Module

This Page