diff options
author | Joshua Harlow <harlowja@gmail.com> | 2013-07-20 05:56:30 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@gmail.com> | 2013-07-20 05:56:30 -0700 |
commit | 36bbd898e9b8bef508b5d185dc1e52af0f13cfd0 (patch) | |
tree | 5e923e7f756c518ad21fe3fcbb6d05cd98037035 /cloudinit/handlers/__init__.py | |
parent | f51e04ba97a42782e6a0e973488290552346387f (diff) | |
download | vyos-cloud-init-36bbd898e9b8bef508b5d185dc1e52af0f13cfd0.tar.gz vyos-cloud-init-36bbd898e9b8bef508b5d185dc1e52af0f13cfd0.zip |
Add usage of '#json-patch'
Diffstat (limited to 'cloudinit/handlers/__init__.py')
-rw-r--r-- | cloudinit/handlers/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cloudinit/handlers/__init__.py b/cloudinit/handlers/__init__.py index 497d68c5..297e7451 100644 --- a/cloudinit/handlers/__init__.py +++ b/cloudinit/handlers/__init__.py @@ -62,6 +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', } # Sorted longest first |