Comment 0 for bug 1483371

Revision history for this message
Mathieu Gagné (mgagne) wrote :

Some of our modules are missing type/provider for paste configs. Example of such file I'm referring to: /etc/nova/api-paste.ini

We should:
* add them so we have parity across all our modules.
* make sure the naming convention is consistent across our modules

Examples of inconsistency:
* Ceilometer: (missing)
* Cinder: cinder_api_paste_ini (/etc/cinder/api-paste.ini)
* Glance: glance_api_paste_ini (/etc/glance/glance-api-paste.ini) / glance_registry_paste_ini (/etc/glance/glance-registry-paste.ini)
* Neutron: (missing)
* Nova: nova_paste_api_ini (/etc/nova/api-paste.ini)

We should fix puppet-nova to be consistent with the others and the actual config file name.