We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3307ee4 commit 7a793d9Copy full SHA for 7a793d9
tests/functional/ctlplane/base_test.go
@@ -614,7 +614,9 @@ func GetDefaultOpenStackControlPlaneSpec() map[string]interface{} {
614
"barbican": map[string]interface{}{
615
"enabled": false,
616
},
617
- "openstackclient": map[string]interface{}{},
+ // "openstackclient": map[string]interface{}{
618
+ // "enabled": true,
619
+ // },
620
"manila": map[string]interface{}{
621
"enabled": true,
622
"template": manilaTemplate,
0 commit comments