Skip to content

Commit 7a793d9

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

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
@@ -614,7 +614,9 @@ func GetDefaultOpenStackControlPlaneSpec() map[string]interface{} {
614614
"barbican": map[string]interface{}{
615615
"enabled": false,
616616
},
617-
"openstackclient": map[string]interface{}{},
617+
// "openstackclient": map[string]interface{}{
618+
// "enabled": true,
619+
// },
618620
"manila": map[string]interface{}{
619621
"enabled": true,
620622
"template": manilaTemplate,

0 commit comments

Comments
 (0)