Config drive: delete deprecated config var config_drive_tempdir

Commit 6e15d787ff removed the use
of this configuration variable.

Change-Id: Ifd5baa8b7d579b0959cdb57b1335380a4129d652
This commit is contained in:
Gary Kotton 2014-11-09 05:54:35 -08:00
parent e03525bf1a
commit 04b98c37cc
1 changed files with 0 additions and 6 deletions

View File

@ -17,7 +17,6 @@
import os
import shutil
import tempfile
from oslo.config import cfg
from oslo.utils import strutils
@ -36,11 +35,6 @@ configdrive_opts = [
cfg.StrOpt('config_drive_format',
default='iso9660',
help='Config drive format. One of iso9660 (default) or vfat'),
cfg.StrOpt('config_drive_tempdir',
default=tempfile.tempdir,
help=('DEPRECATED (not needed any more): '
' Where to put temporary files associated with '
'config drive creation')),
# force_config_drive is a string option, to allow for future behaviors
# (e.g. use config_drive based on image properties)
cfg.StrOpt('force_config_drive',