Enable octavia certificate configuration
This change enables configuration of certificate based properties in Octavia for setting up secure communication with amphorae. Change-Id: I164da1228397f9a900118cae377b55f79c4fadaf
This commit is contained in:
parent
ce3432da8c
commit
bddbced119
@ -29,5 +29,6 @@ class tripleo::profile::base::octavia::health_manager (
|
||||
include ::tripleo::profile::base::octavia
|
||||
if $step >= 5 {
|
||||
include ::octavia::health_manager
|
||||
include ::octavia::certificates
|
||||
}
|
||||
}
|
||||
|
@ -30,5 +30,6 @@ class tripleo::profile::base::octavia::worker (
|
||||
|
||||
if $step >= 5 {
|
||||
include ::octavia::worker
|
||||
include ::octavia::certificates
|
||||
}
|
||||
}
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Enable configuration of octavia certificate related properties to support
|
||||
secure communication with amphorae.
|
Loading…
Reference in New Issue
Block a user