Comment 4 for bug 920782

Revision history for this message
Daryl Walleck (dwalleck) wrote :

Using Tempest trunk I see this:

Daryls-MacBook-Pro:tempest dwalleck$ nosetests -sv tempest/tests/test_flavors.py
The expected flavor details should be returned ... ERROR
flavor details are not returned for non existant flavors ... ERROR
List of all flavors should contain the expected flavor ... ERROR
The detailed list of flavors should be filtered by disk space ... ERROR
The detailed list of flavors should be filtered by RAM ... ERROR
Only the expected number of flavors (detailed) should be returned ... ok
The list of flavors should start from the provided marker ... ok
The list of flavors should be filtered by disk space ... ERROR
The list of flavors should be filtered by RAM ... ERROR
Only the expected number of flavors should be returned ... ok
The list of flavors should start from the provided marker ... ok
Detailed list of all flavors should contain the expected flavor ... ERROR

...but if I remove lines 76-80 and change the return to return back mgmt_url, then everything passes. Unfortunately, there's no direct way to tell from authenticating if you should be using the tenant name or tenant id in the URL. I really wish there was, else we may need another feature flag for this.