Bases: object
Bases: nova.test.TestCase
The happy path for creating backups
The happy path for creating backups
Backup Type (daily or weekly) is required for backup requests
Name is required for backups
Rotation is required for backup requests
This is basically the same as resize, only we provide the migrate attribute in the body’s dict.
Bases: nova.test.TestCase
The happy path for creating backups
Don’t permit a snapshot if the allow_instance_snapshots flag is False
Bases: nova.test.TestCase