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 0x7faf8a6dc1d0>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x7faf8a6dc850>
handle(request, data)[source]
name = <django.utils.functional.__proxy__ object at 0x7faf8a6dca90>
slug = 'update_default_quotas'
success_message = <django.utils.functional.__proxy__ object at 0x7faf8a6dc6d0>
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 0x7faf87f05050>), ('metadata_items', <django.forms.fields.IntegerField object at 0x7faf87f05110>), ('ram', <django.forms.fields.IntegerField object at 0x7faf87f051d0>), ('floating_ips', <django.forms.fields.IntegerField object at 0x7faf87f05fd0>), ('key_pairs', <django.forms.fields.IntegerField object at 0x7faf88ec4ed0>), ('injected_file_path_bytes', <django.forms.fields.IntegerField object at 0x7faf88ec4fd0>), ('instances', <django.forms.fields.IntegerField object at 0x7faf88ec4a50>), ('security_group_rules', <django.forms.fields.IntegerField object at 0x7faf88ec4e90>), ('injected_files', <django.forms.fields.IntegerField object at 0x7faf88d49dd0>), ('cores', <django.forms.fields.IntegerField object at 0x7faf88d494d0>), ('security_groups', <django.forms.fields.IntegerField object at 0x7faf88d49450>), ('gigabytes', <django.forms.fields.IntegerField object at 0x7faf88d49c10>), ('snapshots', <django.forms.fields.IntegerField object at 0x7faf88d49750>), ('volumes', <django.forms.fields.IntegerField object at 0x7faf88d49190>)])
declared_fields = OrderedDict([('injected_file_content_bytes', <django.forms.fields.IntegerField object at 0x7faf87f05050>), ('metadata_items', <django.forms.fields.IntegerField object at 0x7faf87f05110>), ('ram', <django.forms.fields.IntegerField object at 0x7faf87f051d0>), ('floating_ips', <django.forms.fields.IntegerField object at 0x7faf87f05fd0>), ('key_pairs', <django.forms.fields.IntegerField object at 0x7faf88ec4ed0>), ('injected_file_path_bytes', <django.forms.fields.IntegerField object at 0x7faf88ec4fd0>), ('instances', <django.forms.fields.IntegerField object at 0x7faf88ec4a50>), ('security_group_rules', <django.forms.fields.IntegerField object at 0x7faf88ec4e90>), ('injected_files', <django.forms.fields.IntegerField object at 0x7faf88d49dd0>), ('cores', <django.forms.fields.IntegerField object at 0x7faf88d494d0>), ('security_groups', <django.forms.fields.IntegerField object at 0x7faf88d49450>), ('gigabytes', <django.forms.fields.IntegerField object at 0x7faf88d49c10>), ('snapshots', <django.forms.fields.IntegerField object at 0x7faf88d49750>), ('volumes', <django.forms.fields.IntegerField object at 0x7faf88d49190>)])
help_text = <django.utils.functional.__proxy__ object at 0x7faf88d495d0>
help_text_template = None
ifcb_label = <django.utils.functional.__proxy__ object at 0x7faf87f058d0>
ifpb_label = <django.utils.functional.__proxy__ object at 0x7faf87f05b50>
media
name = <django.utils.functional.__proxy__ object at 0x7faf88d49d10>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x7faf8a6dcb50>
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.panel Module

Next topic

The openstack_dashboard.dashboards.admin.defaults.tabs Module

Project Source

This Page