Skip to content

Commit

Permalink
use default storage class openstack uses (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-sun-star authored and powerfooI committed Nov 29, 2024
1 parent 75ffdaf commit 623a496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/openstack/oceanbase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -xe
CLUSTER_NAME=openstack
TENANT_NAME=openstack
OCEANBASE_NAMESPACE=openstack
STORAGE_CLASS=local-path
STORAGE_CLASS=general
OCEANBASE_CLUSTER_IMAGE=oceanbase/oceanbase-cloud-native:4.2.5.0-100000052024102022
OBPROXY_IMAGE=oceanbase/obproxy-ce:4.3.2.0-26
ROOT_PASSWORD=$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c 16 | base64 -w 0)
Expand Down

0 comments on commit 623a496

Please sign in to comment.