mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Removing the deprecated _ext_nodes alias to the master_tops function
This commit is contained in:
parent
a543c0043f
commit
7fe0f21f41
2 changed files with 1 additions and 5 deletions
1
changelog/62917.deprecated
Normal file
1
changelog/62917.deprecated
Normal file
|
@ -0,0 +1 @@
|
|||
Removing support for the now deprecated _ext_nodes from salt/master.py.
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue