blob: c50d664ac3e782e1099890a2ec8d76cf538ba3fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Description: Use walinux-agent rather than builtin fabric support
Upstream now uses the built-in support for instance initialization on Azure.
On a stable release, we want to continue to use the walinux-agent integration.
Upstream made this change under bug 1538522.
Forwarded: not-needed
Author: Scott Moser <smoser@ubuntu.com>
--- a/cloudinit/sources/DataSourceAzure.py
+++ b/cloudinit/sources/DataSourceAzure.py
@@ -185,7 +185,7 @@ if util.is_FreeBSD():
]
BUILTIN_DS_CONFIG = {
- 'agent_command': AGENT_START_BUILTIN,
+ 'agent_command': AGENT_START,
'data_dir': "/var/lib/waagent",
'set_hostname': True,
'hostname_bounce': {
|