Comment 3 for bug 2045674

Revision history for this message
Felipe Reyes (freyes) wrote :

The root cause is that cloud_utils is using Python's stock configparser to parse nova.conf as an ini file, although openstack's file formats are not standard ini files, cloud_utils should be using oslo_config .

https://opendev.org/openstack/charm-nova-compute/src/branch/master/lib/nova_compute/cloud_utils.py#L35