Skip to content

Commit

Permalink
fix override values (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-sun-star authored Nov 18, 2024
1 parent 627024a commit a2686bb
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion example/openstack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ bash oceanbase.sh
```

### Deploy OpenStack
Once OceanBase is set up, deploying OpenStack is straightforward. Override the necessary variables using the files under the openstack directory. The files are based on OpenStack version 2024.1.
Once OceanBase is set up, deploying OpenStack is straightforward. Override the necessary variables using the files under the openstack directory. You may need to change the password to your desired one. The files are based on OpenStack version 2024.1.
Follow the official OpenStack Helm [document](https://docs.openstack.org/openstack-helm/latest/readme.html).

Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ endpoints:
username: cinder
password: password
hosts:
default: svc-openstack
default: svc-obproxy-openstack
host_fqdn_override:
default: null
path: /cinder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ endpoints:
username: glance
password: password
hosts:
default: svc-openstack
default: svc-obproxy-openstack
host_fqdn_override:
default: null
path: /glance
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ endpoints:
username: heat
password: password
hosts:
default: svc-openstack
default: svc-obproxy-openstack
path: /heat
scheme: mysql+pymysql
port:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ endpoints:
username: horizon
password: password
hosts:
default: svc-openstack
default: svc-obproxy-openstack
host_fqdn_override:
default: null
path: /horizon
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endpoints:
username: keystone
password: password
hosts:
default: svc-openstack
default: svc-obproxy-openstack
path: /keystone
scheme: mysql+pymysql
port:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ endpoints:
username: neutron
password: password
hosts:
default: svc-openstack
default: svc-obproxy-openstack
host_fqdn_override:
default: null
path: /neutron
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ endpoints:
username: nova
password: password
hosts:
default: svc-openstack
default: svc-obproxy-openstack
host_fqdn_override:
default: null
path: /nova
Expand All @@ -47,7 +47,7 @@ endpoints:
username: nova
password: password
hosts:
default: svc-openstack
default: svc-obproxy-openstack
host_fqdn_override:
default: null
path: /nova_api
Expand All @@ -64,7 +64,7 @@ endpoints:
username: nova
password: password
hosts:
default: svc-openstack
default: svc-obproxy-openstack
host_fqdn_override:
default: null
path: /nova_cell0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ endpoints:
username: nova
password: password
hosts:
default: svc-openstack
default: svc-obproxy-openstack
host_fqdn_override:
default: null
path: /placement
Expand Down

0 comments on commit a2686bb

Please sign in to comment.