commit | d91c1beae522fbce8dcc94ad8d1e9d480b010d94 | [log] [tgz] |
---|---|---|
author | David Shrewsbury <shrewsbury.dave@gmail.com> | Thu Jul 03 12:12:45 2014 -0400 |
committer | David Shrewsbury <shrewsbury.dave@gmail.com> | Thu Jul 03 12:23:08 2014 -0400 |
tree | d6aa12425f029dc9a95a94ea0d94318667eb6dd0 | |
parent | bd21fbd58ddca45561b5ee83b627237a89068cc9 [diff] |
Fix disk_available_least in JSON schemas The hypervisor JSON schemas were not consistent with the value for disk_available_least. One allowed for 'null' values, but the other two did not. This allows 'null' in all schemas (Ironic does not set this value so it will be 'null' when the compute api tests are run). Closes-Bug: #1337416 Change-Id: I71e6c5f0800f7641c49d8058596831f011328ec2