We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 931eee8 + 035a870 commit 9753860Copy full SHA for 9753860
1 file changed
openstackclient/compute/v2/usage.py
@@ -89,7 +89,7 @@ def _format_project(project):
89
# Cache the project list
90
project_cache = {}
91
try:
92
- for p in self.app.client_manager.identity.tenants.list():
+ for p in self.app.client_manager.identity.projects.list():
93
project_cache[p.id] = p
94
except Exception:
95
# Just forget it if there's any trouble
0 commit comments