puppet-octavia/releasenotes/notes/dont-initialize-db-in-init-85ac6f87576814d6.yaml
Brent Eagles 76a2df9e72 Move db include from ::octavia to ::octavia::api
The database configuration for octavia isn't required by all services so
moving it out of ::octavia and into ::octavia::api.

Closes-Bug: #1632667
Change-Id: I7a782a1378b94ac001419e331a2e48a8559a6565
2017-01-23 18:15:19 +00:00

6 lines
230 B
YAML

---
upgrade:
- In previous releases, ::octavia::db was included in ::octavia even though
it isn't required by all users of that class. It has been removed from
::octavia and added to ::octavia::api where it is required.