-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathopenstack-transfer-create-resp.json
More file actions
55 lines (55 loc) · 1.61 KB
/
openstack-transfer-create-resp.json
File metadata and controls
55 lines (55 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"transfer": {
"created_at": "2019-07-11T09:49:45.000000",
"updated_at": null,
"deleted_at": null,
"deleted": "0",
"base_id": "78f89897-fca0-465c-bf0c-b23b36dfd619",
"user_id": "7cf9b4745d514517b3eae440438136bc",
"project_id": "ffc16db2011e41f28152897c279b6bcc",
"destination_environment": {
"migr_flavor_name": "m1.small",
"network_map": {
"private": "provider-net"
},
"storage_mappings": {
"lvmdriver-1": "lvm-1"
},
"keypair_name": "new-key",
"delete_disks_on_vm_termination": false,
"migr_image_map": {
"linux": "ubuntu-xenial-img",
"windows": "63d8f1a4-3192-4edc-b113-0d099b4bc458"
},
"migr_network": "provider-net",
"port_reuse_policy": "keep_mac",
"set_dhcp": true
},
"type": "transfer",
"instances": [
"ubuntu-xenial"
],
"reservation_id": null,
"notes": null,
"origin_endpoint_id": "5a276274-f964-4c07-aec4-01a7971d9eea",
"destination_endpoint_id": "6258fa20-5d1f-44fa-ae12-c94122263fa3",
"transfer_result": null,
"network_map": {},
"storage_mappings": {},
"source_environment": {},
"id": "78f89897-fca0-465c-bf0c-b23b36dfd619",
"origin_minion_pool_id": null,
"destination_minion_pool_id": "a9b5a0b5-18f6-422e-a014-1659f8a257a4",
"instance_osmorphing_minion_pool_mappings": {
"ubuntu-xenial": "a9b5a0b5-18f6-422e-a014-1659f8a257a4"
},
"user_scripts": {
"instances": {
"ubuntu-xenial": "echo 'anything you need'"
}
},
"executions": [],
"scenario": "replica",
"clustered": false
}
}