
Currently tempestconf calls create_tempest_networks method without checking neutron service is available or not which leads to 'NoneType' object has no attribute 'create_tempest_networks'. Making it conditional fixes the issue where we explicitly disables the neutron service. create_tempest_networks also contains the logic for creating nova network and earlier it was called only when has_neutron is false. nova network support is deprecated long time ago and this change already pushes network creation part to conditional then it will be never called. Change-Id: I10f282e2a813060419e213dd25641078774a852d Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
python-tempestconf
Overview
python-tempestconf will automatically generate the tempest configuration based on your cloud.
- Free software: Apache license
- Documentation: https://docs.openstack.org/python-tempestconf/latest/
- Source: https://opendev.org/openstack/python-tempestconf
- Bugs: https://storyboard.openstack.org/#!/project/912
- Release notes: https://docs.openstack.org/releasenotes/python-tempestconf
Description
Languages
Python
99.8%
Jinja
0.2%