mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
make decode_linode_plan_label a private function
This commit is contained in:
parent
3f81721678
commit
10e7679e55
@ -993,7 +993,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…
Reference in New Issue
Block a user