Skip to content

Commit 60ac850

Browse files
coderabbitai[bot]CodeRabbit
authored andcommitted
fix: apply CodeRabbit auto-fixes
Fixed 2 file(s) based on 3 unresolved review comments. Co-authored-by: CodeRabbit <noreply@coderabbit.ai>
1 parent 2268cd6 commit 60ac850

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

etc/kayobe/kolla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ stackhpc_rocky_10_third_party_repos:
231231
- url: "{{ stackhpc_repo_opensearch_3_x_yum_url }}"
232232
file: "opensearch.repo"
233233
tag: "opensearch-3.x"
234-
- url: "{{ stackhpc_repo_opensearch_dashboards_2_x_url }}"
234+
- url: "{{ stackhpc_repo_opensearch_dashboards_3_x_yum_url }}"
235235
file: "opensearch.repo"
236236
tag: "opensearch-dashboards-3.x"
237237
- url: "{{ stackhpc_repo_almalinux_10_proxysql_3_0_url }}"

tools/kolla-images.py

100755100644
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103

104104
# List of supported base distributions and versions.
105105
SUPPORTED_BASE_DISTROS = [
106-
"rocky-9",
107106
"rocky-10",
108107
"ubuntu-noble",
109108
]

0 commit comments

Comments
 (0)