commit | 2ea561fd458a5d127e96aed377b0ae6984be27a8 | [log] [tgz] |
---|---|---|
author | ibumarskov <ibumarskov@mirantis.com> | Fri May 24 13:21:58 2019 +0200 |
committer | ibumarskov <ibumarskov@mirantis.com> | Fri May 24 13:31:18 2019 +0200 |
tree | 0c04b49bba90af53c7d617cf39b95571b609f4bf | |
parent | 11c0117657a9792c2f44962234a3a98ff21e3307 [diff] |
Add optional shared network for tempest testing For some nova tests tempest creates instances without specifying a network. As a result, neutron can't to create an interface on external network (as in contrail env) or can't choose network if we have several external or shared networks. This optional network will be added to generated tempest config only if appropriate class is included in model. Change-Id: If91b98410f96b9d3f80fa6abbf729db13f855c44 Closes-bug: PROD-25148