Skip to content

Commit

Permalink
Adjust utils.GetOpenstackData(true)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeke committed Oct 31, 2023
1 parent f11fe98 commit bd1c721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/daemon/writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func (w *NodeStateStatusWriter) RunOnce(destDir string, platformType utils.Platf
}

if ns == nil {
metaData, networkData, err := utils.GetOpenstackData()
metaData, networkData, err := utils.GetOpenstackData(true)
if err != nil {
glog.Errorf("RunOnce(): failed to read OpenStack data: %v", err)
}
Expand Down

0 comments on commit bd1c721

Please sign in to comment.