From 4758f9953bc5b49109339abb68bc48da3290350d Mon Sep 17 00:00:00 2001 From: zhouhaibing089 Date: Tue, 29 Mar 2016 23:29:41 +0800 Subject: [PATCH] fix the gcfg typo --- pkg/cloudprovider/providers/openstack/openstack.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cloudprovider/providers/openstack/openstack.go b/pkg/cloudprovider/providers/openstack/openstack.go index 0fe53fcdda9..e19071e28f1 100644 --- a/pkg/cloudprovider/providers/openstack/openstack.go +++ b/pkg/cloudprovider/providers/openstack/openstack.go @@ -83,7 +83,7 @@ func (d *MyDuration) UnmarshalText(text []byte) error { type LoadBalancerOpts struct { SubnetId string `gcfg:"subnet-id"` // required FloatingNetworkId string `gcfg:"floating-network-id"` - LBMethod string `gfcg:"lb-method"` + LBMethod string `gcfg:"lb-method"` CreateMonitor bool `gcfg:"create-monitor"` MonitorDelay MyDuration `gcfg:"monitor-delay"` MonitorTimeout MyDuration `gcfg:"monitor-timeout"`