mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
make decode_linode_plan_label a private function
This commit is contained in:
parent
2ba4fc4cea
commit
50bce3a2f3
1 changed files with 1 additions and 1 deletions
|
@ -1008,7 +1008,7 @@ def get_password(vm_):
|
|||
)
|
||||
|
||||
|
||||
def decode_linode_plan_label(label):
|
||||
def _decode_linode_plan_label(label):
|
||||
"""
|
||||
Attempts to decode a user-supplied Linode plan label
|
||||
into the format in Linode API output
|
||||
|
|
Loading…
Add table
Reference in a new issue