Skip to content

Commit c5fa7cf

Browse files
committed
Drop remaining deprecated upgrade_levels option for nova-cert
The nova-cert service was removed during Pike cycle by 2bcee77 and the upgrade_levels option for this service was formally deprecated during rocky by f0d2925 . The other upgrade_levels options which were deprecated at the same time were already removed. Change-Id: I385dc41a3a69c51d60acced21cfdf6c6dd0cc724
1 parent d0b4594 commit c5fa7cf

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

nova/conf/upgrade_levels.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -55,24 +55,6 @@
5555
* By default send the latest version the client knows about
5656
* 'auto': Automatically determines what version to use based on
5757
the service versions in the deployment.
58-
* A string representing a version number in the format 'N.N';
59-
for example, possible values might be '1.12' or '2.0'.
60-
* An OpenStack release name, in lower case, such as 'mitaka' or
61-
'liberty'.
62-
"""),
63-
cfg.StrOpt("cert",
64-
deprecated_for_removal=True,
65-
deprecated_since='18.0.0',
66-
deprecated_reason="""
67-
The nova-cert service was removed in 16.0.0 (Pike) so this option
68-
is no longer used.
69-
""",
70-
help="""
71-
Cert RPC API version cap.
72-
73-
Possible values:
74-
75-
* By default send the latest version the client knows about
7658
* A string representing a version number in the format 'N.N';
7759
for example, possible values might be '1.12' or '2.0'.
7860
* An OpenStack release name, in lower case, such as 'mitaka' or
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
upgrade:
3+
- |
4+
The deprecated ``[upgrade_levels] cert`` option has been removed.

0 commit comments

Comments
 (0)