Comment 4 for bug 1819453

Revision history for this message
Alok G Singh (alephnull-b) wrote :

Corey, the problem here is the fact that there are users in LDAP with None as id. The existence of a one such user causes `openstack user list --domain dom0` to fail with the error:

TypeError: cannot concatenate 'str' and 'NoneType' objects

HTH.