diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-07-24 11:04:56 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-07-24 11:04:56 -0400 |
commit | 243df010c49de52be0ca9159e15378bb335b1163 (patch) | |
tree | 27e13f381a1771ec191f145e0368f24de8ca244c /cloudinit/handlers/__init__.py | |
parent | 82397d79f1c0618f25eab6e28e65b1e59a98603a (diff) | |
download | vyos-cloud-init-243df010c49de52be0ca9159e15378bb335b1163.tar.gz vyos-cloud-init-243df010c49de52be0ca9159e15378bb335b1163.zip |
change 'json-patch' to 'cloud-config-jsonp'
Diffstat (limited to 'cloudinit/handlers/__init__.py')
-rw-r--r-- | cloudinit/handlers/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/handlers/__init__.py b/cloudinit/handlers/__init__.py index 4c7c9295..2ddc75f4 100644 --- a/cloudinit/handlers/__init__.py +++ b/cloudinit/handlers/__init__.py @@ -62,7 +62,7 @@ INCLUSION_TYPES_MAP = { '#part-handler': 'text/part-handler', '#cloud-boothook': 'text/cloud-boothook', '#cloud-config-archive': 'text/cloud-config-archive', - '#json-patch': 'application/json-patch+json', + '#cloud-config-jsonp': 'text/cloud-config-jsonp', } # Sorted longest first |