summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Watkins <daniel.watkins@canonical.com>2015-05-08 16:52:12 +0100
committerDaniel Watkins <daniel.watkins@canonical.com>2015-05-08 16:52:12 +0100
commitd8a1910ae79478b8976c4950219d37e15640e7e7 (patch)
tree3a516b4520a794482df43e93aba130d605e5390a
parent1185aeae80fc8279946069bb8eec492b3cb81556 (diff)
downloadvyos-cloud-init-d8a1910ae79478b8976c4950219d37e15640e7e7.tar.gz
vyos-cloud-init-d8a1910ae79478b8976c4950219d37e15640e7e7.zip
Default to old code path.
-rw-r--r--cloudinit/sources/DataSourceAzure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/sources/DataSourceAzure.py b/cloudinit/sources/DataSourceAzure.py
index 3c7820a6..f2388c63 100644
--- a/cloudinit/sources/DataSourceAzure.py
+++ b/cloudinit/sources/DataSourceAzure.py
@@ -42,7 +42,7 @@ BOUNCE_COMMAND = ['sh', '-xc',
DATA_DIR_CLEAN_LIST = ['SharedConfig.xml']
BUILTIN_DS_CONFIG = {
- 'agent_command': '__builtin__',
+ 'agent_command': AGENT_START,
'data_dir': "/var/lib/waagent",
'set_hostname': True,
'hostname_bounce': {