Comment 4 for bug 1546396

Revision history for this message
Sean Dague (sdague) wrote : Re: DBAPIError exception while trying to delete instances from kvm

 Searching by: {'deleted': False, 'project_id': u'3122784921764f0c8e2ca9feb5fc7424', u'name': u'|'}

That's the crux of the situation here.

``nova list --all_tenants |`` is processing | as an argument to ``nova list``.

The API call that is failing is:

GET /v2.1/3122784921764f0c8e2ca9feb5fc7424/servers?name=%7C

Now, granted, this should not fail like this. However we're never even getting to the delete.