Skip to content

Commit abe8e7e

Browse files
committed
Fix openstackclient spec in OSCP func tests
Signed-off-by: Bohdan Dobrelia <[email protected]>
1 parent faa0f3c commit abe8e7e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/functional/ctlplane/base_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,9 @@ func GetDefaultOpenStackControlPlaneSpec() map[string]interface{} {
609609
"barbican": map[string]interface{}{
610610
"enabled": false,
611611
},
612-
"openstackclient": map[string]interface{}{},
612+
// "openstackclient": map[string]interface{}{
613+
// "enabled": true,
614+
// },
613615
"manila": map[string]interface{}{
614616
"enabled": true,
615617
"template": manilaTemplate,

0 commit comments

Comments
 (0)