components/openstack/nova/files/nova.conf
changeset 5757 9c6a2daa1337
parent 5705 1dd01efcbd26
child 6014 83c60536394d
equal deleted inserted replaced
5756:8233953c0160 5757:9c6a2daa1337
  1828 # Options defined in nova.virt.solariszones.driver
  1828 # Options defined in nova.virt.solariszones.driver
  1829 #
  1829 #
  1830 
  1830 
  1831 # Default path to Glance cache for Solaris Zones. (string
  1831 # Default path to Glance cache for Solaris Zones. (string
  1832 # value)
  1832 # value)
  1833 #glancecache_dirname=$state_path/images
  1833 #glancecache_dirname=/var/share/nova/images
  1834 
  1834 
  1835 # Cipher to use for encryption of memory traffic during live
  1835 # Cipher to use for encryption of memory traffic during live
  1836 # migration. If not specified, a common encryption algorithm
  1836 # migration. If not specified, a common encryption algorithm
  1837 # will be negotiated. Options include: none or the name of a
  1837 # will be negotiated. Options include: none or the name of a
  1838 # supported OpenSSL cipher algorithm. (string value)
  1838 # supported OpenSSL cipher algorithm. (string value)
  1843 #solariszones_snapshots_directory=$instances_path/snapshots
  1843 #solariszones_snapshots_directory=$instances_path/snapshots
  1844 
  1844 
  1845 # Default path for suspend images for Solaris Zones. (string
  1845 # Default path for suspend images for Solaris Zones. (string
  1846 # value)
  1846 # value)
  1847 #zones_suspend_path=/var/share/zones/SYSsuspend
  1847 #zones_suspend_path=/var/share/zones/SYSsuspend
       
  1848 
       
  1849 # Allow kernel boot options to be set in instance metadata.
       
  1850 # (boolean value)
       
  1851 #solariszones_boot_options=true
  1848 
  1852 
  1849 
  1853 
  1850 #
  1854 #
  1851 # Options defined in nova.vnc
  1855 # Options defined in nova.vnc
  1852 #
  1856 #
  2254 # including the default, overrides any server-set SQL mode. To
  2258 # including the default, overrides any server-set SQL mode. To
  2255 # use whatever SQL mode is set by the server configuration,
  2259 # use whatever SQL mode is set by the server configuration,
  2256 # set this to no value. Example: mysql_sql_mode= (string
  2260 # set this to no value. Example: mysql_sql_mode= (string
  2257 # value)
  2261 # value)
  2258 #mysql_sql_mode=TRADITIONAL
  2262 #mysql_sql_mode=TRADITIONAL
  2259 
       
  2260 # This configures the MySQL storage engine. This allows for OpenStack to 
       
  2261 # support different storage engines such as Inn DB, NDB, etc. By Default,
       
  2262 # this value will be set to InnoDB. For MySQL Cluster, set to NDBCLUSTER.
       
  2263 # Example: mysql_storage_engine=(string value)
       
  2264 #mysql_storage_engine = InnoDB
       
  2265 
  2263 
  2266 # Timeout before idle SQL connections are reaped. (integer
  2264 # Timeout before idle SQL connections are reaped. (integer
  2267 # value)
  2265 # value)
  2268 # Deprecated group/name - [DEFAULT]/sql_idle_timeout
  2266 # Deprecated group/name - [DEFAULT]/sql_idle_timeout
  2269 # Deprecated group/name - [DATABASE]/sql_idle_timeout
  2267 # Deprecated group/name - [DATABASE]/sql_idle_timeout