commit | af55ae3b47e5b535b404267f4ce96b0dec237951 | [log] [tgz] |
---|---|---|
author | jeremy.zhang <zhangjun_inspur@163.com> | Fri Aug 18 11:36:46 2017 +0800 |
committer | Jeremy Zhang <zhangjun_inspur@163.com> | Thu Aug 31 13:48:51 2017 +0000 |
tree | f7a3a196fab96dbc702542235133bee41d622723 | |
parent | 6eb7d2e59bcc939492b29bd10832435ea217b64c [diff] |
Fix the test case for showing host From the implementation of Cinder show host API, we can know that the API is to show volume usage info on the specified cinder-volume host, which is not fully described in official api-ref. If the specified host does not run the cinder-volume service, or the cinder-volume service is disabled on the host, the API should fail. This patch aims to solve this problem. Change-Id: I40e64c52a5a71d3a7fd7e7f04b86b6c35d49594e Closes-Bug: #1691144