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:
Brent Eagles 2017-12-06 11:20:36 -03:30
parent ce3432da8c
commit bddbced119
3 changed files with 7 additions and 0 deletions

View File

@ -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
}
}

View File

@ -30,5 +30,6 @@ class tripleo::profile::base::octavia::worker (
if $step >= 5 {
include ::octavia::worker
include ::octavia::certificates
}
}

View File

@ -0,0 +1,5 @@
---
features:
- |
Enable configuration of octavia certificate related properties to support
secure communication with amphorae.