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

Commit 5e0f9bb

Browse files
committed
missing OS_AUTH_URL in env should not be a warning
1 parent 048cb5f commit 5e0f9bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/volume/cinder/volumeservice/connection.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func (cfg cinderConfig) toAuth3Options() tokens3.AuthOptions {
7676
func getConfigFromEnv() cinderConfig {
7777
authURL := os.Getenv("OS_AUTH_URL")
7878
if authURL == "" {
79-
glog.Warning("OS_AUTH_URL missing from environment")
79+
glog.V(6).Info("OS_AUTH_URL missing from environment")
8080
return cinderConfig{}
8181
}
8282

0 commit comments

Comments
 (0)