Skip to content

Commit

Permalink
fix: OpenStack Nova database settings updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaskuechler committed Jun 26, 2024
1 parent e64b07c commit 7f21fac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions components/nova/nova-api-mariadb-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ metadata:
name: nova-api
namespace: openstack
spec:
# If you want the database to be created with a different name than the resource name
# name: data-custom
name: "nova_api"
mariaDbRef:
name: mariadb # name of the MariaDB kind
waitForIt: true
Expand Down
3 changes: 1 addition & 2 deletions components/nova/nova-cell0-mariadb-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ metadata:
name: nova-cell0
namespace: openstack
spec:
# If you want the database to be created with a different name than the resource name
# name: data-custom
name: "nova_cell0"
mariaDbRef:
name: mariadb # name of the MariaDB kind
waitForIt: true
Expand Down

0 comments on commit 7f21fac

Please sign in to comment.