Files
puppet-octavia/releasenotes/notes/flavor-default-project-a931f9e7649c531c.yaml
Takashi Kajinami e0d45ad9f9 Create octavia flavor in the services project by default
This change ensures the nova flavor for Octavia instances are created
in the project to which the Octavia service belongs to. Current usage
without project_id can result in an unexpected project according to
the behavior of provide implementation(and the libraries used by it).

Depends-on: https://review.opendev.org/829512
Change-Id: Ib26dc1477f5b7759e36a8e518ca52db9a9986642
2022-02-17 18:05:33 +09:00

8 lines
302 B
YAML

---
upgrade:
- |
Default value of the ``octavia::worker::amp_project_name`` parameter has
been changed and now the flavor is created in the ``services`` project
by default. Update the parameter to ensure the flavor is created in
the project which the octavia service user belongs to.