deprecated console-ssl-* configs used over ssl_* configs
Bug #1893210 reported by
Dan Ackerson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Nova Cloud Controller Charm |
New
|
Undecided
|
Unassigned |
Bug Description
After updating ssl certs in the cloud, the nova-cloud-
Further examination showed that this charm had the console-ssl-key and console-ssl-cert config options set, which, although deprecated, were used instead of the ssl_key and ssl_cert options.
To post a comment you must log in.
Workaround: `juju config nova-cloud- controller console-ssl-cert='' console-ssl-key=''`