neutron-tempest-plugin/neutron_tempest_plugin
Slawek Kaplonski 21f5342de8 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
2018-11-02 16:14:54 +00:00
..
api Fix creating subnet without gateway 2018-11-02 16:14:54 +00:00
common Fix flake8 E405 errors 2018-10-09 20:00:27 -04:00
scenario Merge "Update QoS scenario test" 2018-10-23 02:24:55 +00:00
services Fix flake8 H404 errors 2018-10-09 19:51:54 -04:00
README.rst Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
__init__.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
config.py Use advanced image only when it's necessary 2018-10-15 23:03:25 +02:00
exceptions.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
plugin.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30

README.rst

WARNING

Some files under this path were copied from tempest as part of the move of the api tests, and they will be removed as required over time to minimize the dependency on the tempest testing framework. While it exists, only neutron_tempest_plugin.* should be importing files from this path. neutron_tempest_plugin.config uses the global cfg.CONF instance and importing it outside of the api tests has the potential to break Neutron's use of cfg.CONF.