Skip to content

Commit

Permalink
not register azure classic host data
Browse files Browse the repository at this point in the history
  • Loading branch information
zexi committed Jun 3, 2020
1 parent 9716a03 commit e345786
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkg/controller/onecloud_control.go
Original file line number Diff line number Diff line change
Expand Up @@ -786,9 +786,11 @@ func initScheduleData(s *mcclient.ClientSession) error {
if err := registerSchedSameProjectCloudprovider(s); err != nil {
return err
}
if err := registerSchedAzureClassicHost(s); err != nil {
return err
}
/*
*if err := registerSchedAzureClassicHost(s); err != nil {
* return err
*}
*/
return nil
}

Expand Down

0 comments on commit e345786

Please sign in to comment.