diff options
author | Daniel Watkins <daniel.watkins@canonical.com> | 2015-05-08 16:52:12 +0100 |
---|---|---|
committer | Daniel Watkins <daniel.watkins@canonical.com> | 2015-05-08 16:52:12 +0100 |
commit | d8a1910ae79478b8976c4950219d37e15640e7e7 (patch) | |
tree | 3a516b4520a794482df43e93aba130d605e5390a /cloudinit/sources/DataSourceAzure.py | |
parent | 1185aeae80fc8279946069bb8eec492b3cb81556 (diff) | |
download | vyos-cloud-init-d8a1910ae79478b8976c4950219d37e15640e7e7.tar.gz vyos-cloud-init-d8a1910ae79478b8976c4950219d37e15640e7e7.zip |
Default to old code path.
Diffstat (limited to 'cloudinit/sources/DataSourceAzure.py')
-rw-r--r-- | cloudinit/sources/DataSourceAzure.py | 2 |
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': { |