saltstack-formulas / lxd-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
21 stars 18 forks source link

Fix problem using image_list and profile_list #17

Closed sferket closed 5 years ago

sferket commented 5 years ago

Both functions generated error: Minion did not return. [No response]

But when using parameter list_names=True (profile_list) for list_aliases=True (image_list) it was working!

Could be related to the salt version I use: 2018.3.2 (Oxygen) Note I use the same maser and minion version.

Also note that on the minion it seems to use Python3 in my case (although Python2 is also installed). As a result I also had to install Python3 version of pylxd (pip3 install -U pylxd). My pylxd==2.2.7

jochumdev commented 5 years ago

Thank you.

jochumdev commented 5 years ago

Please star this formula :)