Do not interfere with vagrant network

It will allow to run tests when vagrant(libvirt provider) env is created.

Change-Id: I1ecd09995dd6819fd2e1f84de825d5a96ce373a3
Related-bug: #1533609
This commit is contained in:
Łukasz Oleś 2016-02-03 19:50:55 +01:00 committed by Lukasz Oles
parent d28ab1f7f3
commit 1c45dbe9c3
1 changed files with 4 additions and 4 deletions

View File

@ -37,19 +37,19 @@ env_name:
address_pools:
# Network pools used by the environment
public-pool01:
net: 10.0.0.0/16:24
net: 10.10.0.0/16:24
params:
tag: 0
private-pool01:
net: 10.1.0.0/16:24
net: 10.11.0.0/16:24
params:
tag: 101
storage-pool01:
net: 10.2.0.0/16:24
net: 10.12.0.0/16:24
params:
tag: 102
management-pool01:
net: 10.3.0.0/16:24
net: 10.13.0.0/16:24
params:
tag: 103