Do not log configdrive contents ever

Currently this logline contains the full, base64'd configdrive. This
changes it to log the file it came from instead.

Change-Id: I40fa4b8d889ce08fa20f7b0841b5abf122499676
Closes-bug: 1401244
This commit is contained in:
Jay Faulkner 2014-12-10 12:12:34 -08:00 committed by Jim Rollenhagen
parent 15aaa03833
commit 86d4b41709
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ def _write_configdrive_to_partition(configdrive, device):
totaltime = time.time() - starttime
LOG.info('configdrive copied from {0} to {1} in {2} seconds'.format(
configdrive,
filename,
device,
totaltime))