The openstack_dashboard.dashboards.admin.defaults.workflows ModuleΒΆ

class openstack_dashboard.dashboards.admin.defaults.workflows.UpdateDefaultQuotas(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

default_steps = (<class 'openstack_dashboard.dashboards.admin.defaults.workflows.UpdateDefaultQuotasStep'>,)
failure_message = <django.utils.functional.__proxy__ object at 0x8ea7b50>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x8ea78d0>
handle(request, data)[source]
name = <django.utils.functional.__proxy__ object at 0x8ea7950>
slug = 'update_default_quotas'
success_message = <django.utils.functional.__proxy__ object at 0x8ea79d0>
success_url = 'horizon:admin:defaults:index'
class openstack_dashboard.dashboards.admin.defaults.workflows.UpdateDefaultQuotasAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = OrderedDict([('injected_file_content_bytes', <django.forms.fields.IntegerField object at 0x8cfc6d0>), ('metadata_items', <django.forms.fields.IntegerField object at 0x8abda10>), ('ram', <django.forms.fields.IntegerField object at 0x8abd790>), ('floating_ips', <django.forms.fields.IntegerField object at 0x8abd5d0>), ('key_pairs', <django.forms.fields.IntegerField object at 0x8abd290>), ('injected_file_path_bytes', <django.forms.fields.IntegerField object at 0x9044250>), ('instances', <django.forms.fields.IntegerField object at 0x90446d0>), ('security_group_rules', <django.forms.fields.IntegerField object at 0x9044d10>), ('injected_files', <django.forms.fields.IntegerField object at 0x9044b10>), ('cores', <django.forms.fields.IntegerField object at 0x90442d0>), ('security_groups', <django.forms.fields.IntegerField object at 0x9044f90>), ('gigabytes', <django.forms.fields.IntegerField object at 0x9044cd0>), ('snapshots', <django.forms.fields.IntegerField object at 0x9044710>), ('volumes', <django.forms.fields.IntegerField object at 0x9044bd0>)])
declared_fields = OrderedDict([('injected_file_content_bytes', <django.forms.fields.IntegerField object at 0x8cfc6d0>), ('metadata_items', <django.forms.fields.IntegerField object at 0x8abda10>), ('ram', <django.forms.fields.IntegerField object at 0x8abd790>), ('floating_ips', <django.forms.fields.IntegerField object at 0x8abd5d0>), ('key_pairs', <django.forms.fields.IntegerField object at 0x8abd290>), ('injected_file_path_bytes', <django.forms.fields.IntegerField object at 0x9044250>), ('instances', <django.forms.fields.IntegerField object at 0x90446d0>), ('security_group_rules', <django.forms.fields.IntegerField object at 0x9044d10>), ('injected_files', <django.forms.fields.IntegerField object at 0x9044b10>), ('cores', <django.forms.fields.IntegerField object at 0x90442d0>), ('security_groups', <django.forms.fields.IntegerField object at 0x9044f90>), ('gigabytes', <django.forms.fields.IntegerField object at 0x9044cd0>), ('snapshots', <django.forms.fields.IntegerField object at 0x9044710>), ('volumes', <django.forms.fields.IntegerField object at 0x9044bd0>)])
help_text = <django.utils.functional.__proxy__ object at 0x9044690>
help_text_template = None
ifcb_label = <django.utils.functional.__proxy__ object at 0x8cfc1d0>
ifpb_label = <django.utils.functional.__proxy__ object at 0x8cfca10>
media
name = <django.utils.functional.__proxy__ object at 0x9044110>
permissions = ()
policy_rules = ()
progress_message = <django.utils.functional.__proxy__ object at 0x8ea7cd0>
slug = 'update_default_quotas'
class openstack_dashboard.dashboards.admin.defaults.workflows.UpdateDefaultQuotasStep(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of UpdateDefaultQuotasAction

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', 'key_pairs', 'injected_file_path_bytes')

Previous topic

The openstack_dashboard.dashboards.admin.defaults.views Module

Next topic

The openstack_dashboard.dashboards.admin.flavors Module

This Page