diff options
| author | Scott Moser <smoser@ubuntu.com> | 2014-01-17 15:12:31 -0500 |
|---|---|---|
| committer | Scott Moser <smoser@ubuntu.com> | 2014-01-17 15:12:31 -0500 |
| commit | 63a3fb1912f721ff161d75d956f6172a31971956 (patch) | |
| tree | 99701c981b335925f88f22fa02271985f20dc0a0 | |
| parent | fd5c4c76746cf66df35d7860a6fa2f86454c7596 (diff) | |
| download | vyos-cloud-init-63a3fb1912f721ff161d75d956f6172a31971956.tar.gz vyos-cloud-init-63a3fb1912f721ff161d75d956f6172a31971956.zip | |
remove unused mergedvendoruser
| -rw-r--r-- | cloudinit/helpers.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cloudinit/helpers.py b/cloudinit/helpers.py index f9da697c..e701126e 100644 --- a/cloudinit/helpers.py +++ b/cloudinit/helpers.py @@ -350,7 +350,6 @@ class Paths(object): "data": "data", "vendordata_raw": "vendor-data.txt", "vendordata": "vendor-data.txt.i", - "mergedvendoruser": "vendor-user-data.txt", } # Set when a datasource becomes active self.datasource = ds |
