Removing the deprecated _ext_nodes alias to the master_tops function

This commit is contained in:
Gareth J. Greenaway 2022-10-19 16:07:45 -07:00
parent a543c0043f
commit 7fe0f21f41
No known key found for this signature in database
GPG key ID: 10B62F8A7CAD7A41
2 changed files with 1 additions and 5 deletions

View file

@ -0,0 +1 @@
Removing support for the now deprecated _ext_nodes from salt/master.py.

View file

@ -1199,7 +1199,6 @@ class AESFuncs(TransportMethods):
"_dir_list",
"_symlink_list",
"_file_envs",
"_ext_nodes", # To be removed in 3006 (Sulfur) #60980
)
def __init__(self, opts, context=None):
@ -1399,10 +1398,6 @@ class AESFuncs(TransportMethods):
return {}
return self.masterapi._master_tops(load, skip_verify=True)
# Needed so older minions can request master_tops
# To be removed in 3006 (Sulfur) #60980
_ext_nodes = _master_tops
def _master_opts(self, load):
"""
Return the master options to the minion