
The options ssl_only, cert, and key in the DEFAULT section in nova.conf is mainly (and only?) used to configure SSL and certificates for VNC. However since they are in the DEFAULT section and are generic for Nova my opinion is that they should be in nova::init. For information about these options see [1] and [2]. They are not deprecated so should be no issues adding them in. [1] https://docs.openstack.org/nova/queens/admin/remote-console-access.html [2] https://github.com/openstack/nova/blob/master/nova/conf/novnc.py Change-Id: Ice51fe175bdc1cb14fa49cf53d1f38e9728bbb60
6 lines
114 B
YAML
6 lines
114 B
YAML
---
|
|
features:
|
|
- |
|
|
Added parameters nova::ssl_only, nova::cert, nova::key to manage
|
|
SSL options for VNC.
|