You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/10/04 23:51:00 UTC

[jira] [Commented] (CLOUDSTACK-10380) changing passwordenabled to true while guest vm is running causes unexpected passwordreset again in startvm

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-10380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16639058#comment-16639058 ] 

ASF subversion and git services commented on CLOUDSTACK-10380:
--------------------------------------------------------------

Commit fe10e684f9a172ac8b2a6af48a1ef5611622a850 in cloudstack's branch refs/heads/master from [~paulangus]
[ https://gitbox.apache.org/repos/asf?p=cloudstack.git;h=fe10e68 ]

Merge pull request #2743 from nuagenetworks/bugfix/marvin_config_drive

CLOUDSTACK-10380: Fix startvm giving another pw after pw reset

> changing passwordenabled to true while guest vm is running causes unexpected passwordreset again in startvm
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-10380
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10380
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>    Affects Versions: 4.12, 4.11.1.0
>            Reporter: Raf Smeets
>            Assignee: Frank Maximus
>            Priority: Major
>
> changing passwordenabled to true while guest vm is running causes passwordreset again in startvm
> Steps to reproduce:
>  # Template passwordenabled flag is set to false
>  # Start Vm
>  # Set template passwordenabled flag to true
>  # StopVm
>  # ResetPassword for Stopped Vm. Password is PasswordA.
>  # StartVm. Password is PasswordB.  This should not happen!!
>  # SSH into VM only works with PasswordB.
> Next steps are as expected.
>  # StopVm
>  # ResetPassword for Stopped Vm. Password is PasswordC.
>  # 1StartVm. No change in password.
>  # SSH into VM works with PasswordC.
> This was found when test/integration/plugins/nuagevsp/test_nuage_passwordreset.py started to fail after merging of PR2651 [https://github.com/apache/cloudstack/pull/2651].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)