Chandan Kumar (raukadah) 4410537ebe Create networks only when network service is enabled
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>
2020-01-14 17:57:56 +05:30
2019-10-10 14:56:10 +08:00
2019-08-08 13:49:23 +00:00
2016-08-24 17:21:57 +02:00
2018-07-18 08:03:26 +00:00
2019-04-19 19:29:26 +00:00
2016-08-24 17:21:57 +02:00
2018-06-05 15:13:26 +00:00
2016-08-24 17:21:57 +02:00
2018-12-28 23:05:15 +08:00
2019-09-26 10:01:45 +08:00

python-tempestconf

Overview

python-tempestconf will automatically generate the tempest configuration based on your cloud.

Description
Automatic Tempest Configuration Generator
Readme 8.2 MiB
Languages
Python 99.8%
Jinja 0.2%