Skip to content

Commit 8061229

Browse files
authored
Merge branch 'main' into feat/allow-addtl-monitors
2 parents fd9fc11 + 726e914 commit 8061229

File tree

6 files changed

+29
-3
lines changed

6 files changed

+29
-3
lines changed

.charts.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@ charts:
161161
version: 0.3.46
162162
repository: *openstack_helm_repository
163163
dependencies: *openstack_helm_dependencies
164+
patches:
165+
gerrit:
166+
review.opendev.org:
167+
- 954211
164168
- name: octavia
165169
version: 0.2.9
166170
repository: *openstack_helm_repository

.github/styles/config/vocabularies/Base/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ MySQL
1818
Nova
1919
OCI
2020
OVN
21+
OpenStack
2122
Percona
2223
QEMU
2324
SST

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ repos:
4343
args: ["--profile", "black", "--filter-files"]
4444

4545
- repo: https://github.com/ansible/ansible-lint.git
46-
rev: v25.1.2
46+
rev: v25.6.1
4747
hooks:
4848
- id: ansible-lint

charts/nova/values.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1435,6 +1435,7 @@ conf:
14351435
auth_type: password
14361436
auth_version: v3
14371437
cinder:
1438+
auth_type: password
14381439
catalog_info: volumev3::internalURL
14391440
database:
14401441
max_retries: -1
@@ -1857,6 +1858,22 @@ endpoints:
18571858
api:
18581859
default: 9292
18591860
public: 80
1861+
volumev3:
1862+
name: cinderv3
1863+
hosts:
1864+
default: cinder-api
1865+
public: cinder
1866+
host_fqdn_override:
1867+
default: null
1868+
path:
1869+
default: '/v3/%(tenant_id)s'
1870+
healthcheck: /healthcheck
1871+
scheme:
1872+
default: http
1873+
port:
1874+
api:
1875+
default: 8776
1876+
public: 80
18601877
compute:
18611878
name: nova
18621879
hosts:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Corrected Cinder authentication configuration handling in Nova.
5+
Nova now respects authentication overrides defined in OpenStack Helm endpoints,
6+
such as ``openstack_helm_endpoints_nova_region_name``.

roles/nova/vars/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ _nova_helm_values:
6161
barbican_endpoint_type: internal
6262
cache:
6363
backend: oslo_cache.memcache_pool
64-
cinder:
65-
auth_type: password
6664
conductor:
6765
workers: 8
6866
compute:

0 commit comments

Comments
 (0)