diff options
Diffstat (limited to 'cloudinit/handlers/cloud_config.py')
-rw-r--r-- | cloudinit/handlers/cloud_config.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cloudinit/handlers/cloud_config.py b/cloudinit/handlers/cloud_config.py index 84653375..3a4f2150 100644 --- a/cloudinit/handlers/cloud_config.py +++ b/cloudinit/handlers/cloud_config.py @@ -52,9 +52,6 @@ MERGE_HEADER = 'Merge-Type' # This gets loaded into yaml with final result {'a': 22} DEF_MERGERS = mergers.string_extract_mergers('dict(replace)+list()+str()') -# See: https://tools.ietf.org/html/rfc6902 -JSON_PATCH_CTYPE = 'application/json-patch+json' - class CloudConfigPartHandler(handlers.Handler): def __init__(self, paths, **_kwargs): |