Skip to content

Commit 623a496

Browse files
chris-sun-starpowerfooI
authored andcommitted
use default storage class openstack uses (#654)
1 parent 75ffdaf commit 623a496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/openstack/oceanbase.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -xe
55
CLUSTER_NAME=openstack
66
TENANT_NAME=openstack
77
OCEANBASE_NAMESPACE=openstack
8-
STORAGE_CLASS=local-path
8+
STORAGE_CLASS=general
99
OCEANBASE_CLUSTER_IMAGE=oceanbase/oceanbase-cloud-native:4.2.5.0-100000052024102022
1010
OBPROXY_IMAGE=oceanbase/obproxy-ce:4.3.2.0-26
1111
ROOT_PASSWORD=$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c 16 | base64 -w 0)

0 commit comments

Comments
 (0)