Merge "Renames instance_type to flavor in baremetal virt driver"
This commit is contained in:
commit
d1b26e00d3
@ -36,8 +36,8 @@
|
||||
<td>(StrOpt) Cells communication driver to use</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>instance_type_extra_specs=</td>
|
||||
<td>(ListOpt) a list of additional capabilities corresponding to instance_type_extra_specs for this compute host to advertise. Valid entries are name=value, pairs For example, "key1:val1, key2:val2"</td>
|
||||
<td>flavor_extra_specs=</td>
|
||||
<td>(ListOpt) a list of additional capabilities corresponding to flavor_extra_specs for this compute host to advertise. Valid entries are name=value, pairs For example, "key1:val1, key2:val2"</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ipmi_power_retry=5</td>
|
||||
|
@ -163,9 +163,9 @@ fixed_key keymgr
|
||||
fixed_range_v6 ipv6
|
||||
flat_injected network
|
||||
flat_interface network
|
||||
ovs_vsctl_timeout network
|
||||
flat_network_bridge network
|
||||
flat_network_dns network
|
||||
flavor_extra_specs baremetal
|
||||
floating_ip_dns_manager network
|
||||
force_config_drive configdrive
|
||||
force_dhcp_release network
|
||||
@ -205,7 +205,6 @@ instance_dns_domain network
|
||||
instance_dns_manager network
|
||||
instance_format logging
|
||||
instance_name_template api
|
||||
instance_type_extra_specs baremetal
|
||||
instance_update_num_instances cells
|
||||
instance_updated_at_threshold cells
|
||||
instance_usage_audit compute
|
||||
@ -367,6 +366,7 @@ osapi_glance_link_prefix glance
|
||||
osapi_hide_server_address_states api
|
||||
osapi_max_limit policy
|
||||
osapi_max_request_body_size policy
|
||||
ovs_vsctl_timeout network
|
||||
password redis
|
||||
password_length policy
|
||||
pci_alias pci
|
||||
|
Loading…
Reference in New Issue
Block a user