Skip to content

Commit

Permalink
fix: openstack win image user data need encode
Browse files Browse the repository at this point in the history
  • Loading branch information
Qu Xuan committed Jul 31, 2020
1 parent a2d562c commit c39de39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/compute/guestdrivers/openstack.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ func (self *SOpenStackGuestDriver) IsNeedInjectPasswordByCloudInit(desc *cloudpr
return true
}

func (self *SOpenStackGuestDriver) IsWindowsUserDataTypeNeedEncode() bool {
return true
}

func (self *SOpenStackGuestDriver) IsNeedRestartForResetLoginInfo() bool {
return false
}
Expand Down

0 comments on commit c39de39

Please sign in to comment.