diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-06-30 17:04:04 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-06-30 17:09:47 -0500 |
commit | 1f67ee4bac259f5997ee570eec3060f24e05d56f (patch) | |
tree | aacef5d6135c005ec147a9ba55ad79b4c7732247 /ci/genBundle.py | |
parent | 8af52f45681275997204080f1cac854b255f2bcc (diff) |
modified to make use of the bundle generated.
Change-Id: I1854658a93dbb3cbd1a7c41d19d7a76645ede85c
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/genBundle.py')
-rw-r--r-- | ci/genBundle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/genBundle.py b/ci/genBundle.py index 85af5da2..cb61f5aa 100644 --- a/ci/genBundle.py +++ b/ci/genBundle.py @@ -130,7 +130,7 @@ config['os']['network']['controller'] = sdn # Change features if 'lxd' in features: config['os']['lxd'] = True -if 'drv' in features: +if 'dvr' in features: config['os']['network']['dvr'] = True if 'ipv6' in features: config['os']['network']['ipv6'] = True |