The openstack_dashboard.contrib.trove.content.database_backups.workflows.create_backup ModuleΒΆ

class openstack_dashboard.contrib.trove.content.database_backups.workflows.create_backup.BackupDetailsAction(request, context, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7b8dd90>), ('instance', <django.forms.fields.ChoiceField object at 0x994b2d0>), ('description', <django.forms.fields.CharField object at 0x994b810>), ('parent', <django.forms.fields.ChoiceField object at 0x994bf90>)])
declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7b8dd90>), ('instance', <django.forms.fields.ChoiceField object at 0x994b2d0>), ('description', <django.forms.fields.CharField object at 0x994b810>), ('parent', <django.forms.fields.ChoiceField object at 0x994bf90>)])
help_text = ''
help_text_template = 'project/database_backups/_backup_details_help.html'
media
name = <django.utils.functional.__proxy__ object at 0x994b250>
permissions = ()
populate_instance_choices(request, context)[source]
populate_parent_choices(request, context)[source]
progress_message = <django.utils.functional.__proxy__ object at 0x994bc90>
slug = u'backupdetailsaction'
class openstack_dashboard.contrib.trove.content.database_backups.workflows.create_backup.CreateBackup(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

default_steps = [<class 'openstack_dashboard.contrib.trove.content.database_backups.workflows.create_backup.SetBackupDetails'>]
failure_message = <django.utils.functional.__proxy__ object at 0x994be90>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x994b290>
format_status_message(message)[source]
get_initial()[source]
handle(request, context)[source]
name = <django.utils.functional.__proxy__ object at 0x994b310>
slug = 'create_backup'
success_message = <django.utils.functional.__proxy__ object at 0x994b1d0>
success_url = 'horizon:project:database_backups:index'
class openstack_dashboard.contrib.trove.content.database_backups.workflows.create_backup.SetBackupDetails(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of BackupDetailsAction

contributes = ['name', 'description', 'instance', 'parent']

Previous topic

The openstack_dashboard.contrib.trove.content.database_backups.workflows Module

Next topic

The openstack_dashboard.contrib.trove.test.helpers Module

This Page