Comment 0 for bug 1756189

Revision history for this message
Corey Bryant (corey.bryant) wrote :

[Impact]

When running tests during build of sahara-dashboard for Artful, AttributeErrors such as the following cause test failures:

"AttributeError: 'module' object has no attribute 'floating_ip_pools_list'".

Unfortunately 7.0.0 is the correct version for pike (artful) but it was released too late so we have 6.0.0 in artful, so an error like this occurred since dependencies are at 7.0.0 level with 6.0.0 in the archive.

[Test Case]

Building sahara-dashboard package should be successful. Without this patch it fails while running tests.

[Regression Potential]
Low. This patch is cherry-picked and unchanged from upstream.

[Discussion]