Merge "Drop remaining deprecated upgrade_levels option for nova-cert"

This commit is contained in:
Zuul
2023-11-16 20:50:15 +00:00
committed by Gerrit Code Review
2 changed files with 4 additions and 18 deletions
-18
View File
@@ -55,24 +55,6 @@ Possible values:
* By default send the latest version the client knows about
* 'auto': Automatically determines what version to use based on
the service versions in the deployment.
* A string representing a version number in the format 'N.N';
for example, possible values might be '1.12' or '2.0'.
* An OpenStack release name, in lower case, such as 'mitaka' or
'liberty'.
"""),
cfg.StrOpt("cert",
deprecated_for_removal=True,
deprecated_since='18.0.0',
deprecated_reason="""
The nova-cert service was removed in 16.0.0 (Pike) so this option
is no longer used.
""",
help="""
Cert RPC API version cap.
Possible values:
* By default send the latest version the client knows about
* A string representing a version number in the format 'N.N';
for example, possible values might be '1.12' or '2.0'.
* An OpenStack release name, in lower case, such as 'mitaka' or
@@ -0,0 +1,4 @@
---
upgrade:
- |
The deprecated ``[upgrade_levels] cert`` option has been removed.