change 'sql_connection' to 'connection' in the database group etc. This is good form and also avoids a confusing config issue wrt overriding config settings, logged at: http://pad.lv/1249620
This seems to have been resolved in recent releases. After installing the openstack-cinder package: # sed -n '/^\[database]/,/^\[/p' /etc/cinder/cinder.conf | grep -v '# ' | grep connection #connection=<None> #slave_connection=<None> #connection_debug=0 #connection_trace=false After a packstack install: # crudini --format=lines --get /etc/cinder/cinder.conf | grep connection [ database ] connection = mysql://cinder:c05532b830db42ce.122.26/cinder
Argh, I totally misread the file to check. Yeah, cinder-dist.conf still uses the legacy name: [DEFAULT] logdir = /var/log/cinder state_path = /var/lib/cinder lock_path = /var/lib/cinder/tmp volumes_dir = /etc/cinder/volumes iscsi_helper = lioadm sql_connection = mysql://cinder:cinder@localhost/cinder rootwrap_config = /etc/cinder/rootwrap.conf auth_strategy = keystone
Change proposed @ https://review.gerrithub.io/#/c/221786/
This bug is against a Version which has reached End of Life. If it's still present in supported release (http://releases.openstack.org), please update Version and reopen.