Skip to content

Commit eba2a36

Browse files
zhenggulbajolet-hashicorp
authored andcommitted
Add the lost line
1 parent 3925524 commit eba2a36

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

builder/openstack/volume.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ func (err *volumeErr) Error() string {
1818
return "The status of volume is error"
1919
}
2020

21+
// WaitForVolume waits for the given volume to become available.
2122
func WaitForVolume(blockStorageClient *gophercloud.ServiceClient, volumeID string) error {
2223
maxNumErrors := 10
2324
numErrors := 0

0 commit comments

Comments
 (0)