First time here? Check out the FAQ!
![]() | 1 | initial version |
This was solved thanks to help from whoami-rajat on IRC #openstack-cinder
It seems that keystoneauth was sending a split_loggers argument by default, but cinder wasn't expecting it by default. Adding "split_loggers = False" to the Default section of cinder.conf on storage and controller nodes fixed this.