5a533aae23
As of today we do not have any means of Blazar integration with Nova, while we do provide roles for Blazar installation for a while now. This patch aims to bring in more native integration and remove necessity of overrides for such deployment. Related-Bug: #2048048 Co-Authored-By: Alexey Rusetsky <fenuks@fenuks.ru> Change-Id: Ica50a5504de1b1604f72123751cbb3f45c85ab46
12 lines
429 B
YAML
12 lines
429 B
YAML
---
|
|
features:
|
|
- |
|
|
Added extra variables to allow control Blazar integration with Nova:
|
|
|
|
* ``nova_blazar_enabled`` (bool) - Control if Blazar integration should
|
|
be configured
|
|
* ``nova_blazar_scheduler_filters`` (list) - Extra filters that will be
|
|
enabled in Nova scheduler
|
|
* ``nova_blazar_pip_packages`` (list) - Extra Python packages that will
|
|
be installed on Nova scheduler hosts
|