commit | 391d2df83f809543924cd2c03089439a8b3d6bb2 | [log] [tgz] |
---|---|---|
author | zhufl <zhu.fanglei@zte.com.cn> | Wed Sep 04 09:18:37 2019 +0800 |
committer | zhufl <zhu.fanglei@zte.com.cn> | Wed Sep 04 09:18:37 2019 +0800 |
tree | fb1a019580486424eaf61c129b25bc07b4e5bbde | |
parent | 9e63a0323e48543c47d733ce45cafde45fc2ddcb [diff] |
Fix volume host schema: host name may not contain '@' Host name in the response of show-host may not contain '@', which makes https://review.opendev.org/#/c/678998/ fail. This is to remove the strict check of '@', and the cinder api-ref patch is https://review.opendev.org/#/c/679883/ Change-Id: I2c9339528eeb3bea3474709b261deec27d16d0b8 partially-implements: blueprint volume-response-schema-validation