mogan/mogan
zhangjl c8f6ca2c8a Ensure root_gb always in patch params to avoid ValidationError
Accoring [1], the root_gb is required when validating the
node properties. While, in latest mogan codes [2], root_gb
is optional. Then, the ValidationError would occured when
creating baremetal server with mogan.

To fix this problem, ensure root_gb always in patch params.

[1]: https://github.com/openstack/nova/blob/master/nova/virt/ironic/patcher.py#L61
[2]: https://github.com/openstack/mogan/blob/master/mogan/baremetal/ironic/driver.py#L159-L161

Change-Id: I99f7a0408c234649fc81482f82018c74781f7a26
Closes-Bug: #1729533
2017-11-02 17:35:17 +08:00
..
api Complete the comments for pagination support. 2017-10-30 03:24:20 +00:00
baremetal Ensure root_gb always in patch params to avoid ValidationError 2017-11-02 17:35:17 +08:00
cmd Add socat console support 2017-08-29 17:07:23 +08:00
common Add db api layer for CRUD operations 2017-10-19 14:33:58 +08:00
conf Add root disk partitions support 2017-09-06 17:30:25 +08:00
console Show respect to original authors 2017-09-20 11:16:19 +08:00
consoleauth Show respect to original authors 2017-09-20 11:16:19 +08:00
db Merge "Following up patch of bbbe964ff4e19232ce3dd326fbd3f04f0781f5b1" 2017-10-31 10:21:11 +00:00
engine Show respect to original authors 2017-09-20 11:16:19 +08:00
image Remove log translations 2017-03-24 14:21:47 +08:00
network Show respect to original authors 2017-09-20 11:16:19 +08:00
notifications [DOC] Add contributor guide for versioned notification 2017-09-22 09:24:57 +08:00
objects Pagination support for server list API 2017-10-26 07:40:05 +00:00
scheduler Show respect to original authors 2017-09-20 11:16:19 +08:00
tests Merge "Following up patch of bbbe964ff4e19232ce3dd326fbd3f04f0781f5b1" 2017-10-31 10:21:11 +00:00
__init__.py Fix the tempest gate by moving the monkey patch statements 2017-07-07 13:15:54 +08:00
version.py Add configdrive support - metadata 2017-04-10 09:42:21 +08:00