Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kayobe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kayobe
Commits
ef2196b5
Commit
ef2196b5
authored
3 years ago
by
Zuul
Committed by
Gerrit Code Review
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Remove deprecated kolla_tls_cert variable"
parents
ef6de82d
336d6382
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ansible/group_vars/all/kolla
+1
-3
1 addition, 3 deletions
ansible/group_vars/all/kolla
etc/kayobe/kolla.yml
+0
-3
0 additions, 3 deletions
etc/kayobe/kolla.yml
releasenotes/notes/remove-kolla-tls-cert-b2852583b9a1e214.yaml
+5
-0
5 additions, 0 deletions
...senotes/notes/remove-kolla-tls-cert-b2852583b9a1e214.yaml
with
6 additions
and
6 deletions
ansible/group_vars/all/kolla
+
1
−
3
View file @
ef2196b5
...
...
@@ -629,9 +629,7 @@ kolla_external_fqdn: "{{ public_net_name | net_fqdn or kolla_external_vip_addres
# certificate bundle for the external API.
#
# Note that this should be formatted as a literal style block scalar.
# TODO(mgoddard): Remove the deprecated support for kolla_tls_cert in the
# Ussuri cycle.
kolla_external_tls_cert: "{{ kolla_tls_cert | default }}"
kolla_external_tls_cert:
# Path to a CA certificate file to use for the OS_CACERT environment variable
# in public-openrc.sh file when TLS is enabled, instead of Kolla-Ansible's
...
...
This diff is collapsed.
Click to expand it.
etc/kayobe/kolla.yml
+
0
−
3
View file @
ef2196b5
...
...
@@ -456,9 +456,6 @@
# certificate bundle for the external API.
#
# Note that this should be formatted as a literal style block scalar.
#
# NOTE: kolla_tls_cert has been renamed to kolla_external_tls_cert. Support for
# the deprecated name kolla_tls_cert will be removed in a future release.
#kolla_external_tls_cert:
# Path to a CA certificate file to use for the OS_CACERT environment variable
...
...
This diff is collapsed.
Click to expand it.
releasenotes/notes/remove-kolla-tls-cert-b2852583b9a1e214.yaml
0 → 100644
+
5
−
0
View file @
ef2196b5
---
upgrade
:
-
|
The variable ``kolla_tls_cert`` which was deprecated in the Train release
has been removed. Use ``kolla_external_tls_cert`` instead.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment