summaryrefslogtreecommitdiffstats
path: root/ci/genBundle.py
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-06-30 17:04:04 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-06-30 17:09:47 -0500
commit1f67ee4bac259f5997ee570eec3060f24e05d56f (patch)
treeaacef5d6135c005ec147a9ba55ad79b4c7732247 /ci/genBundle.py
parent8af52f45681275997204080f1cac854b255f2bcc (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.py2
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