ngine-io / ansible-collection-cloudstack

CloudStack Ansible Collections
https://galaxy.ansible.com/ngine_io/cloudstack
GNU General Public License v3.0
21 stars 27 forks source link

cs_host.password does not support special characters #85

Open div8cn opened 2 years ago

div8cn commented 2 years ago

When adding a KVM compute node to cloudstack using cs_host, If password contains special characters, it will fail

E.g: password=Of4N~H$JP9

resmo commented 2 years ago

have you tried with single quotes?

 password='Of4N~H$JP9'
div8cn commented 2 years ago

Tested and have nothing to do with The following passwords are also unavailable

password='g=6ZP778o|cnk~'

resmo commented 2 years ago

do you have a bit more details? which version of cloudstack, what is the error message?

div8cn commented 2 years ago

cloudstack 4.15.0.0

error message: 2021-08-26 22:42:17,515 INFO [c.c.a.ApiServer] (qtp817978763-20:ctx-84253c6c ctx-7f7f9794) (logid:2e4adf34) User signature: Hy3uPwJG5O79EPOO9F0psV1Evp4= is not equaled to computed signature: eowQnVBcttscGOaG2hVaVvs36Xw=

resmo commented 2 years ago

@div8cn Thanks, investigating.