Skip to content

Commit 92bf337

Browse files
committed
Fix openstackclient spec in OSCP func tests
Signed-off-by: Bohdan Dobrelia <bdobreli@redhat.com>
1 parent 2883a4f commit 92bf337

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/functional/ctlplane/base_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -604,9 +604,9 @@ func GetDefaultOpenStackControlPlaneSpec() map[string]interface{} {
604604
"barbican": map[string]interface{}{
605605
"enabled": false,
606606
},
607-
"openstackclient": map[string]interface{}{
608-
"enabled": true,
609-
},
607+
// "openstackclient": map[string]interface{}{
608+
// "enabled": true,
609+
// },
610610
"manila": map[string]interface{}{
611611
"enabled": true,
612612
},

0 commit comments

Comments
 (0)