Skip to content
This repository was archived by the owner on Mar 22, 2018. It is now read-only.

Commit 9009e12

Browse files
author
Kubernetes Submit Queue
authored
Merge pull request #47947 from zouyee/opa
Automatic merge from submit-queue (batch tested with PRs 47776, 46220, 46878, 47942, 47947) fix comment mistake fix comment mistake **What this PR does / why we need it**: **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: ```release-note ```
2 parents 91f9853 + 97dc28f commit 9009e12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cloudprovider/providers/openstack/metadata.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ type Metadata struct {
5555
// .. and other fields we don't care about. Expand as necessary.
5656
}
5757

58-
// parseMetadataUUID reads JSON from OpenStack metadata server and parses
58+
// parseMetadata reads JSON from OpenStack metadata server and parses
5959
// instance ID out of it.
6060
func parseMetadata(r io.Reader) (*Metadata, error) {
6161
var metadata Metadata

0 commit comments

Comments
 (0)