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 0x2aba1469ba50>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x2aba1469b550>
format_status_message(message)[source]
handle(request, data)[source]
name = <django.utils.functional.__proxy__ object at 0x2aba1469bc90>
slug = 'create_project'
success_message = <django.utils.functional.__proxy__ object at 0x2aba1469b290>
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 0x2aba145edf10>, 'domain_name': <django.forms.fields.CharField object at 0x2aba145ed0d0>, 'name': <django.forms.fields.CharField object at 0x2aba13d91150>, 'description': <django.forms.fields.CharField object at 0x2aba13d91310>, 'enabled': <django.forms.fields.BooleanField object at 0x2aba13d91250>}
help_text = <django.utils.functional.__proxy__ object at 0x2aba13d916d0>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x2aba13d91210>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x2aba13d910d0>
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 0x2aba11d5cbd0>, 'cores': <django.forms.fields.IntegerField object at 0x2aba11d5c9d0>, 'instances': <django.forms.fields.IntegerField object at 0x2aba11d5cc90>, 'injected_files': <django.forms.fields.IntegerField object at 0x2aba11d5c610>, 'injected_file_content_bytes': <django.forms.fields.IntegerField object at 0x2aba11d5cfd0>, 'volumes': <django.forms.fields.IntegerField object at 0x2aba11d5c850>, 'snapshots': <django.forms.fields.IntegerField object at 0x2aba11d5c2d0>, 'gigabytes': <django.forms.fields.IntegerField object at 0x2aba11d5cf50>, 'ram': <django.forms.fields.IntegerField object at 0x2aba11d5c710>, 'floating_ips': <django.forms.fields.IntegerField object at 0x2aba121a0a10>, 'fixed_ips': <django.forms.fields.IntegerField object at 0x2aba121a0fd0>, 'security_groups': <django.forms.fields.IntegerField object at 0x2aba121a0290>, 'security_group_rules': <django.forms.fields.IntegerField object at 0x2aba121a0b10>, 'security_group': <django.forms.fields.IntegerField object at 0x2aba121a0810>, 'security_group_rule': <django.forms.fields.IntegerField object at 0x2aba1419db10>, 'floatingip': <django.forms.fields.IntegerField object at 0x2aba1419dad0>, 'network': <django.forms.fields.IntegerField object at 0x2aba1419d0d0>, 'port': <django.forms.fields.IntegerField object at 0x2aba1419d3d0>, 'router': <django.forms.fields.IntegerField object at 0x2aba1419d510>, 'subnet': <django.forms.fields.IntegerField object at 0x2aba1419d590>}
help_text = <django.utils.functional.__proxy__ object at 0x2aba1252c150>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x2aba118d0350>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x2aba144a4050>
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 0x2aba11d5cbd0>, 'cores': <django.forms.fields.IntegerField object at 0x2aba11d5c9d0>, 'instances': <django.forms.fields.IntegerField object at 0x2aba11d5cc90>, 'injected_files': <django.forms.fields.IntegerField object at 0x2aba11d5c610>, 'injected_file_content_bytes': <django.forms.fields.IntegerField object at 0x2aba11d5cfd0>, 'volumes': <django.forms.fields.IntegerField object at 0x2aba11d5c850>, 'snapshots': <django.forms.fields.IntegerField object at 0x2aba11d5c2d0>, 'gigabytes': <django.forms.fields.IntegerField object at 0x2aba11d5cf50>, 'ram': <django.forms.fields.IntegerField object at 0x2aba11d5c710>, 'floating_ips': <django.forms.fields.IntegerField object at 0x2aba121a0a10>, 'fixed_ips': <django.forms.fields.IntegerField object at 0x2aba121a0fd0>, 'security_groups': <django.forms.fields.IntegerField object at 0x2aba121a0290>, 'security_group_rules': <django.forms.fields.IntegerField object at 0x2aba121a0b10>, 'security_group': <django.forms.fields.IntegerField object at 0x2aba121a0810>, 'security_group_rule': <django.forms.fields.IntegerField object at 0x2aba1419db10>, 'floatingip': <django.forms.fields.IntegerField object at 0x2aba1419dad0>, 'network': <django.forms.fields.IntegerField object at 0x2aba1419d0d0>, 'port': <django.forms.fields.IntegerField object at 0x2aba1419d3d0>, 'router': <django.forms.fields.IntegerField object at 0x2aba1419d510>, 'subnet': <django.forms.fields.IntegerField object at 0x2aba1419d590>}
help_text = ''
help_text_template = None
ifcb_label = <django.utils.functional.__proxy__ object at 0x2aba1296e210>
media
name = 'ProjectQuotaAction'
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x2aba1419de10>
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 0x2aba142719d0>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x2aba14271350>
format_status_message(message)[source]
handle(request, data)[source]
name = <django.utils.functional.__proxy__ object at 0x2aba14271b10>
slug = 'update_project'
success_message = <django.utils.functional.__proxy__ object at 0x2aba14271e50>
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 0x2aba1469bd50>
contribute(data, context)[source]
members_list_title = <django.utils.functional.__proxy__ object at 0x2aba1469b090>
no_available_text = <django.utils.functional.__proxy__ object at 0x2aba1469bb90>
no_members_text = <django.utils.functional.__proxy__ object at 0x2aba1469b790>
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 0x2aba1469b410>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x2aba1469b310>
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 0x2aba145edf10>, 'domain_name': <django.forms.fields.CharField object at 0x2aba145ed0d0>, 'name': <django.forms.fields.CharField object at 0x2aba13d91150>, 'description': <django.forms.fields.CharField object at 0x2aba13d91310>, 'enabled': <django.forms.fields.BooleanField object at 0x2aba13fa8810>}
clean()[source]
help_text = <django.utils.functional.__proxy__ object at 0x2aba13fa8f90>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x2aba13fa8310>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x2aba14271210>
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 0x2aba1469be10>
contribute(data, context)[source]
members_list_title = <django.utils.functional.__proxy__ object at 0x2aba1469bfd0>
no_available_text = <django.utils.functional.__proxy__ object at 0x2aba1469bdd0>
no_members_text = <django.utils.functional.__proxy__ object at 0x2aba1469b150>
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 0x2aba1469bd10>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x2aba1469b710>
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 0x2aba11d5cbd0>, 'cores': <django.forms.fields.IntegerField object at 0x2aba11d5c9d0>, 'instances': <django.forms.fields.IntegerField object at 0x2aba11d5cc90>, 'injected_files': <django.forms.fields.IntegerField object at 0x2aba11d5c610>, 'injected_file_content_bytes': <django.forms.fields.IntegerField object at 0x2aba11d5cfd0>, 'volumes': <django.forms.fields.IntegerField object at 0x2aba11d5c850>, 'snapshots': <django.forms.fields.IntegerField object at 0x2aba11d5c2d0>, 'gigabytes': <django.forms.fields.IntegerField object at 0x2aba11d5cf50>, 'ram': <django.forms.fields.IntegerField object at 0x2aba11d5c710>, 'floating_ips': <django.forms.fields.IntegerField object at 0x2aba121a0a10>, 'fixed_ips': <django.forms.fields.IntegerField object at 0x2aba121a0fd0>, 'security_groups': <django.forms.fields.IntegerField object at 0x2aba121a0290>, 'security_group_rules': <django.forms.fields.IntegerField object at 0x2aba121a0b10>, 'security_group': <django.forms.fields.IntegerField object at 0x2aba121a0810>, 'security_group_rule': <django.forms.fields.IntegerField object at 0x2aba1419db10>, 'floatingip': <django.forms.fields.IntegerField object at 0x2aba1419dad0>, 'network': <django.forms.fields.IntegerField object at 0x2aba1419d0d0>, 'port': <django.forms.fields.IntegerField object at 0x2aba1419d3d0>, 'router': <django.forms.fields.IntegerField object at 0x2aba1419d510>, 'subnet': <django.forms.fields.IntegerField object at 0x2aba1419d590>}
clean()[source]
help_text = <django.utils.functional.__proxy__ object at 0x2aba1419d610>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x2aba1419d1d0>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x2aba14cbedd0>
slug = 'update_quotas'

Previous topic

The openstack_dashboard.dashboards.identity.projects.views Module

Next topic

Horizon 2012.1 “Essex”

This Page