Skip to content

Commit 1b5899e

Browse files
zetaablingxiankong
andauthored
Fix the service account name (kubernetes#1767)
Co-authored-by: Lingxian Kong <[email protected]>
1 parent ea447fb commit 1b5899e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/openstack/openstack.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ func init() {
178178

179179
// Initialize passes a Kubernetes clientBuilder interface to the cloud provider
180180
func (os *OpenStack) Initialize(clientBuilder cloudprovider.ControllerClientBuilder, stop <-chan struct{}) {
181-
clientset := clientBuilder.ClientOrDie("cloud-provider-openstack")
181+
clientset := clientBuilder.ClientOrDie("cloud-controller-manager")
182182
os.kclient = clientset
183183
}
184184

0 commit comments

Comments
 (0)