components/openstack/nova/files/nova.conf
changeset 7799 e35d3ee6d1b8
parent 6879 e4644601dca8
equal deleted inserted replaced
7798:fd5b3d046269 7799:e35d3ee6d1b8
  1923 # Force injection to take place on a config drive (boolean value)
  1923 # Force injection to take place on a config drive (boolean value)
  1924 #force_config_drive = false
  1924 #force_config_drive = false
  1925 
  1925 
  1926 # Name and optionally path of the tool used for ISO image creation (string
  1926 # Name and optionally path of the tool used for ISO image creation (string
  1927 # value)
  1927 # value)
  1928 #mkisofs_cmd = genisoimage
  1928 mkisofs_cmd = /usr/bin/mkisofs
  1929 
  1929 
  1930 # Number of seconds to wait between runs of the image cache manager. Set to -1
  1930 # Number of seconds to wait between runs of the image cache manager. Set to -1
  1931 # to disable. Setting this to 0 will run at the default rate. (integer value)
  1931 # to disable. Setting this to 0 will run at the default rate. (integer value)
  1932 #image_cache_manager_interval = 2400
  1932 #image_cache_manager_interval = 2400
  1933 
  1933