commit | 1c8499db32a9a3a644ca1a79cae9184bd2d2cd1b | [log] [tgz] |
---|---|---|
author | Steven Hardy <shardy@redhat.com> | Fri Sep 18 15:49:12 2015 +0100 |
committer | Steven Hardy <shardy@redhat.com> | Fri Sep 18 18:59:31 2015 +0100 |
tree | 4d8a8dd1ed4aae3e84d78e39335eef5fc52d100e | |
parent | 741938299bc611e441299278c4c18f4faa7fdc0c [diff] |
Always return default via template-validate "Default" Currently we redefine the value of Default when a user value is provided, which means the data returned doesn't match the schema defined in the template. Instead always return the actual default and add a "Value" key that contains the user value, if provided. Change-Id: If4ed0b733d4e61c84167063c36cdcb234b001136 Closes-Bug: #1497310