Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions coriolis/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,6 @@
PROVIDER_PLATFORM_SOURCE = "source"
PROVIDER_PLATFORM_DESTINATION = "destination"

PROVIDER_TYPE_IMPORT = 1
PROVIDER_TYPE_EXPORT = 2
PROVIDER_TYPE_TRANSFER_IMPORT = 4
PROVIDER_TYPE_TRANSFER_EXPORT = 8
PROVIDER_TYPE_ENDPOINT = 16
Expand All @@ -211,6 +209,8 @@
# and de-increment the rest
PROVIDER_TYPE_VALIDATE_MIGRATION_EXPORT = 2048
PROVIDER_TYPE_VALIDATE_MIGRATION_IMPORT = 8192
PROVIDER_TYPE_IMPORT = 1
PROVIDER_TYPE_EXPORT = 2

DISK_FORMAT_VMDK = 'vmdk'
DISK_FORMAT_RAW = 'raw'
Expand Down
Loading
Loading