commit | d98e27d58147ece009591a2a1a718f6948c38f6e | [log] [tgz] |
---|---|---|
author | Sławek Kapłoński <slawek@kaplonski.pl> | Mon May 07 16:16:28 2018 +0200 |
committer | Brian Haley <bhaley@redhat.com> | Wed May 09 13:41:16 2018 -0400 |
tree | 3411f4344f690a616e4cf9d34cc68feca1968554 | |
parent | 795348cfd19ec491cb0e4948c2b4ddba61195eb1 [diff] |
Allow creating subnet without a gateway The ability to create a subnet without a gateway was broken in commit 0ddc93b1b19922d08bedf331b57c363535bb357e. Change the create_subnet() method back to using '' as the default value for the gateway so that callers can pass-in None as before. This allows the trunk test to revert to its previous behavior of passing None. Change-Id: Ib010f277f4c9ad8a708d16debdcdf8d2ceccd051 Closes-Bug: #1769609