Re: [RESULT][VOTE] Apache CloudStack 4.9.3.0 (RC1)

2017-09-07 Thread Rene Moser
Thanks Rohit for the efforts! On 09/07/2017 04:22 PM, Rohit Yadav wrote: > All, > > The vote for CloudStack 4.9.3.0 [1] *passes* with > 3 PMC + 3 non-PMC votes. > > +1 (PMC / binding) > 3 persons (Milamber, Daan, Rohit) > > +1 (non binding) > 3 person (Glenn, Boris, René) > > 0 > none > > -1

[RESULT][VOTE] Apache CloudStack 4.9.3.0 (RC1)

2017-09-07 Thread Rohit Yadav
All, The vote for CloudStack 4.9.3.0 [1] *passes* with 3 PMC + 3 non-PMC votes. +1 (PMC / binding) 3 persons (Milamber, Daan, Rohit) +1 (non binding) 3 person (Glenn, Boris, René) 0 none -1 none Thanks to everyone participating. I will now prepare the release announcement to go out after 24

Re: cloud-set-guest-password working with systemctl

2017-09-07 Thread Wei ZHOU
Hi Marc, We had this issue on ubuntu 14.04 before, it is fixed by downgrading lsb-base apt-get install -y lsb-base=4.1+Debian11ubuntu6 --force-yes -Wei 2017-09-07 12:38 GMT+02:00 Pierre-Luc Dion : > Hi, > > On my side we use cloud-init in all our Linux templates. We got it to work > for passwo

Re: cloud-set-guest-password working with systemctl

2017-09-07 Thread Pierre-Luc Dion
Hi, On my side we use cloud-init in all our Linux templates. We got it to work for password, password-reset, sshkey and sshkey-reset. It also support user-data, and provide an easy way to manage a different user than root. I think our community documentation need an update on this topic... Cheer