Skip to content

Commit 97695f2

Browse files
authored
switch fdb tenant to hornbill (#33)
1 parent 0d029df commit 97695f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/fdb-hornbill/start.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ fi
2020

2121
echo "Can now connect to docker-based FDB cluster using $FDB_CLUSTER_FILE."
2222

23-
echo "Create hstream tenant"
24-
config="configure tenant_mode=optional_experimental; createtenant hstream;"
23+
echo "Create hornbill tenant"
24+
config="configure tenant_mode=optional_experimental; createtenant hornbill;"
2525
if ! $fdbcli -C $FDB_CLUSTER_FILE --exec "$config" --timeout 10 ; then
26-
echo "Create hstream tenant failed"
26+
echo "Create hornbill tenant failed"
2727
fi
2828

2929
## Make sure the process doesn't exit

0 commit comments

Comments
 (0)