diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-08-13 13:47:58 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-08-13 13:47:58 -0400 |
commit | e8536d7ee30c0ce0c80a83ead8d475a724fd0d32 (patch) | |
tree | 8f3d9a762261f2946a56c1b47cc5e781bca74ca8 /bin | |
parent | b5b8ba8aea6aec063d7fe4a872a7daa188bbbbc6 (diff) | |
download | vyos-cloud-init-e8536d7ee30c0ce0c80a83ead8d475a724fd0d32.tar.gz vyos-cloud-init-e8536d7ee30c0ce0c80a83ead8d475a724fd0d32.zip |
remove un-used 'end' in result.json and status.json
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/cloud-init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cloud-init b/bin/cloud-init index ad0ba214..866f8ca4 100755 --- a/bin/cloud-init +++ b/bin/cloud-init @@ -478,7 +478,7 @@ def status_wrapper(name, args, data_d=None, link_d=None): nullstatus = { 'errors': [], 'start': None, - 'end': None, + 'finished': None, } status = {'v1': {}} for m in modes: |