nova: remove deprecated compute_available_monitors config option
Commit https://review.openstack.org/#/c/196182/ deprecated the compute_available_monitors config option since Liberty, because vedore and setuptools entry points now allow a set of plugins to be specified without any further configuration options. Change-Id: Ie496bfee919ad33c3bd4d2f938944fb1d8c16ef9 Closes-Bug: #1474581
This commit is contained in:
parent
b4162aee70
commit
b2b73d36a1
@ -17,10 +17,6 @@
|
||||
<tr>
|
||||
<th colspan="2">[DEFAULT]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>compute_available_monitors</option> = <replaceable>['nova.compute.monitors.all_monitors']</replaceable></td>
|
||||
<td>(MultiStrOpt) Monitor classes available to the compute which may be specified more than once.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>compute_driver</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) Driver to use for controlling virtualization. Options include: libvirt.LibvirtDriver, xenapi.XenAPIDriver, fake.FakeDriver, baremetal.BareMetalDriver, vmwareapi.VMwareVCDriver, hyperv.HyperVDriver</td>
|
||||
|
@ -23,7 +23,6 @@ cert_manager ca
|
||||
cert_topic ca
|
||||
client_socket_timeout api
|
||||
cnt_vpn_clients network
|
||||
compute_available_monitors compute
|
||||
compute_driver compute
|
||||
compute_manager compute
|
||||
compute_monitors compute
|
||||
|
Loading…
Reference in New Issue
Block a user