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

Commit 048cb5f

Browse files
committed
Match the command line param with other k8s binaries
1 parent 316ec56 commit 048cb5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/cinder-provisioner/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var (
3333
master = flag.String("master", "", "Master URL")
3434
kubeconfig = flag.String("kubeconfig", "", "Absolute path to the kubeconfig")
3535
id = flag.String("id", "", "Unique provisioner identity")
36-
cloudconfig = flag.String("cloudconfig", "", "Path to OpenStack config file")
36+
cloudconfig = flag.String("cloud-config", "", "Path to OpenStack config file")
3737
)
3838

3939
func main() {

0 commit comments

Comments
 (0)