Comment 5 for bug 1272600

Revision history for this message
Robert Collins (lifeless) wrote : Re: object of type 'NoneType' has no len() from neutronclient in get_instance_nwinfo

Neutron is trying to authenticate as follows:

{'auth': {'tenantName': None, 'passwordCredentials': {'username': None, 'password': None}}}

That seems guaranteed to fail.