blob: 9c77b375fa9f5d749d632c7c288d07e6441ef398 (
plain)
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
|
What is needed to recreate a deleted server:
* name
* description
* block device mapping
* image properties
* while restoring we need to somehow schedule according to image properties, e.g os_type, or is this already resolved by selecting the correct AZ?
* volumes need to clone volume_image_properties
* port mapping
* availability zone
* flavor
* propertieskjk
port
* name
* description
* allowed_address_pairs
* dns_domain
* dns_name
* extra_dhcp_opts
* fixed_ips
* is_port_security_enabled
* security_group_ids
* qos_policy_id
* network_id
|