consecutive_build_service_disable_threshold option is an inappropriate name in current nova
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
[Issue]
[compute]
https:/
The nova-compute's service record was automatically disabled if we consecutively failed to build a certain number of instances after metging the patch.
At that time consecutive_
But, the following patch deleted the feature to automatically disable the service record.
https:/
This option's behavior after merging the above patch is this:
* Any positive integer enables reporting build failures.
* Zero to disable reporting build failures.
consecutive_
Therefore, I think that consecutive_
[Improvement idea]
Update the option name.
e.g.
[compute]
description: | updated |
description: | updated |
description: | updated |
Changed in nova: | |
importance: | Undecided → Wishlist |
Changed in nova: | |
status: | New → Confirmed |