commit | cfddd400ce403bc6fb3740c0722eebd021f8b11c | [log] [tgz] |
---|---|---|
author | Brian Rosmaita <rosmaita.fossdev@gmail.com> | Tue Sep 08 09:20:44 2020 -0400 |
committer | Brian Rosmaita <rosmaita.fossdev@gmail.com> | Tue Sep 08 09:25:04 2020 -0400 |
tree | 94a1db3293efdaf26567cf9528c2d92798d9358d | |
parent | 3d761179c36b9de4f907e51161cb22c95f79dfaa [diff] |
Volume backup response schemas are incorrect Change I2ab6ecfeb0c48c7ef4a0fc94e670d43dbc3f6650 added response schemas for volume backup responses. The schema specifies the 'name' as type string in the response for create-backup and update-backup, but the name is not required in the create request and the cinder backup service does not supply one. This element should be string or null. Change-Id: I032e54a2065859d4ebc0969faccf68494fe745bc Closes-bug: #1894844