cinder/releasenotes/notes/bug-1699936-fix-host-show-incorrect-fg8698gu7y6r7d15.yaml
wangxiyuan f50b355577 Fix resource count for os-host show
os-host show API should only return the resouce count on the
specified host.
The logic in Cinder which counts the project's resouce on all host
is wrong.

Change-Id: I96cd285a82b44af8818514692818e739443dcc45
Closes-bug: #1699936
2017-11-14 14:23:51 +00:00

6 lines
95 B
YAML

---
fixes:
- |
Now the ``os-host show`` API will count project's
resource correctly.