[ https://issues.apache.org/jira/browse/CLOUDSTACK-10245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16337482#comment-16337482 ]
ASF subversion and git services commented on CLOUDSTACK-10245: -------------------------------------------------------------- Commit 3b23d5af740b57acd7745d4475fb2a5877bbf043 in cloudstack's branch refs/heads/master from [~fmaximus] [ https://gitbox.apache.org/repos/asf?p=cloudstack.git;h=3b23d5a ] CLOUDSTACK-10245: Fix password server regression (#2419) In case of isolated, both self.config.is_vpc() and self.config.is_router() are false, but self.config.is_dhcp() is true. Moved the password server logic to the `if has_metadata` block, as this is valid for all 3 systemvm types. > ResetPassword for guestVm in nuage isolated networks is not working, unable > to login with new password > ------------------------------------------------------------------------------------------------------ > > Key: CLOUDSTACK-10245 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10245 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Affects Versions: 4.11.0.0, 4.12 > Reporter: Raf Smeets > Assignee: Frank Maximus > Priority: Blocker > Fix For: 4.11.0.0, 4.12 > > > ResetPassword functionality for guestVm's in Nuage isolated networks is not > working as password_server is not running on VirtualRouter. Unable to login > with new password. > Scenario to reproduce: > # Execute ResetPassword on GuestVM > # Try to login with new password fails as passwordserver is not running on > port 8080 in VR. > After some further debugging, found that this bug is introduced while fixing > CLOUDSTACK-9749 by [https://github.com/apache/cloudstack/pull/2409] > -- This message was sent by Atlassian JIRA (v7.6.3#76005)