Comment 5 for bug 1247198

Revision history for this message
David Lyle (david-lyle) wrote :

The test is failing because the internal structure of python-troveclient changed. Part of that structure is assumed on imports for the tests whether to include the trove code. Since it's as fundamental as an import failure, we get a 500 error even on the login page.

We need to skip the Horizon test in tempest and let the requirements change merge. Then reenable the tempest test. And finally merge the Horizon fix linked above.