Skip to content

Commit 7d2b60c

Browse files
committed
fix test for onedatastore
- rename parameter pool_name to poolname in test
1 parent 985077c commit 7d2b60c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/acceptance/onedatastore_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class { 'one':
9393
cephhost => 'cephhost',
9494
cephuser => 'cephuser',
9595
cephsecret => 'cephsecret',
96-
pool_name => 'cephpoolname',
96+
poolname => 'cephpoolname',
9797
disktype => 'rbd',
9898
bridgelist => 'host1 host2 host3'
9999
}

0 commit comments

Comments
 (0)