commit | 21f5342de8b36c3c033d959b63451723e4fdbcf3 | [log] [tgz] |
---|---|---|
author | Slawek Kaplonski <skaplons@redhat.com> | Fri Nov 02 16:02:09 2018 +0100 |
committer | Slawek Kaplonski <skaplons@redhat.com> | Fri Nov 02 16:14:54 2018 +0000 |
tree | 520b8fa3d0be86901d201f0642f00e3a8954d30e | |
parent | cf38b77328dbf94f1323f96f68aa77124a6f4a7b [diff] |
Fix creating subnet without gateway If create_subnet() method is called with gateway=None explicity, subnet should be created without gateway_ip specified. To achieve that "gateway_ip=null" should be passed in json in request's body to neutron server. This was missing, so neutron-server allocated gateway_ip automatically. Now gateway for such network will not be set as is expected. Closes-Bug: #1769609 Change-Id: Ia9f0646a3cf371f82f2aa2dc22837249531d1ff5