Enable Octavia service_auth configuration

This patch enables configuring Octavia's service_auth section which is
required for service-to-service communication.

Depends-On: Ifcd38386db386ee6d61aa7f262b1e14ac6516eb7
Change-Id: I67ab537d1b2a82f17657ed90f794f0fa13c5207f
This commit is contained in:
Brent Eagles 2017-12-06 09:40:02 -03:30
parent ce3432da8c
commit 43fd15375d
2 changed files with 6 additions and 0 deletions

View File

@ -68,5 +68,6 @@ class tripleo::profile::base::octavia (
}),
}
include ::octavia::config
include ::octavia::service_auth
}
}

View File

@ -0,0 +1,5 @@
---
features:
- |
Configuration of Octavia 'service_auth' section is now enabled for configuring
service-to-service communication.