components/openstack/cinder/files/cinder.conf
branchs11-update
changeset 3324 a725bbd5dea1
parent 3178 77584387a894
child 3998 5bd484384122
equal deleted inserted replaced
3323:b4b74d363c31 3324:a725bbd5dea1
   491 # (string value)
   491 # (string value)
   492 #image_conversion_dir=$state_path/conversion
   492 #image_conversion_dir=$state_path/conversion
   493 
   493 
   494 
   494 
   495 #
   495 #
   496 # Options defined in cinder.keymgr
       
   497 #
       
   498 
       
   499 # The full class name of the key manager API class (string
       
   500 # value)
       
   501 #api_class=cinder.keymgr.conf_key_mgr.ConfKeyManager
       
   502 
       
   503 
       
   504 #
       
   505 # Options defined in cinder.keymgr.conf_key_mgr
       
   506 #
       
   507 
       
   508 # Fixed key returned by key manager, specified in hex (string
       
   509 # value)
       
   510 #fixed_key=<None>
       
   511 
       
   512 
       
   513 #
       
   514 # Options defined in cinder.openstack.common.db.api
       
   515 #
       
   516 
       
   517 # The backend to use for db (string value)
       
   518 #backend=sqlalchemy
       
   519 
       
   520 # Enable the experimental use of thread pooling for all DB API
       
   521 # calls (boolean value)
       
   522 #use_tpool=false
       
   523 
       
   524 
       
   525 #
       
   526 # Options defined in cinder.openstack.common.db.sqlalchemy.session
   496 # Options defined in cinder.openstack.common.db.sqlalchemy.session
   527 #
   497 #
   528 
       
   529 # The SQLAlchemy connection string used to connect to the
       
   530 # database (string value)
       
   531 connection=sqlite:///$state_path/$sqlite_db
       
   532 
       
   533 # timeout before idle sql connections are reaped (integer
       
   534 # value)
       
   535 #idle_timeout=3600
       
   536 
       
   537 # Minimum number of SQL connections to keep open in a pool
       
   538 # (integer value)
       
   539 #min_pool_size=1
       
   540 
       
   541 # Maximum number of SQL connections to keep open in a pool
       
   542 # (integer value)
       
   543 #max_pool_size=5
       
   544 
       
   545 # maximum db connection retries during startup. (setting -1
       
   546 # implies an infinite retry count) (integer value)
       
   547 #max_retries=10
       
   548 
       
   549 # interval between retries of opening a sql connection
       
   550 # (integer value)
       
   551 #retry_interval=10
       
   552 
       
   553 # If set, use this value for max_overflow with sqlalchemy
       
   554 # (integer value)
       
   555 #max_overflow=<None>
       
   556 
       
   557 # Verbosity of SQL debugging information. 0=None,
       
   558 # 100=Everything (integer value)
       
   559 #connection_debug=0
       
   560 
       
   561 # Add python stack traces to SQL as comment strings (boolean
       
   562 # value)
       
   563 #connection_trace=false
       
   564 
   498 
   565 # the filename to use with sqlite (string value)
   499 # the filename to use with sqlite (string value)
   566 #sqlite_db=cinder.sqlite
   500 #sqlite_db=cinder.sqlite
   567 
   501 
   568 # If true, use synchronous mode for sqlite (boolean value)
   502 # If true, use synchronous mode for sqlite (boolean value)
   903 # Heartbeat frequency (integer value)
   837 # Heartbeat frequency (integer value)
   904 #matchmaker_heartbeat_freq=300
   838 #matchmaker_heartbeat_freq=300
   905 
   839 
   906 # Heartbeat time-to-live. (integer value)
   840 # Heartbeat time-to-live. (integer value)
   907 #matchmaker_heartbeat_ttl=600
   841 #matchmaker_heartbeat_ttl=600
   908 
       
   909 
       
   910 #
       
   911 # Options defined in cinder.openstack.common.rpc.matchmaker_redis
       
   912 #
       
   913 
       
   914 # Host to locate redis (string value)
       
   915 #host=127.0.0.1
       
   916 
       
   917 # Use this port to connect to redis host. (integer value)
       
   918 #port=6379
       
   919 
       
   920 # Password for Redis server. (optional) (string value)
       
   921 #password=<None>
       
   922 
   842 
   923 
   843 
   924 #
   844 #
   925 # Options defined in cinder.scheduler.driver
   845 # Options defined in cinder.scheduler.driver
   926 #
   846 #
  1861 # The default block size used when copying/clearing volumes
  1781 # The default block size used when copying/clearing volumes
  1862 # (string value)
  1782 # (string value)
  1863 #volume_dd_blocksize=1M
  1783 #volume_dd_blocksize=1M
  1864 
  1784 
  1865 
  1785 
       
  1786 [keymgr]
       
  1787 
       
  1788 #
       
  1789 # Options defined in cinder.keymgr
       
  1790 #
       
  1791 
       
  1792 # The full class name of the key manager API class (string
       
  1793 # value)
       
  1794 #api_class=cinder.keymgr.conf_key_mgr.ConfKeyManager
       
  1795 
       
  1796 
       
  1797 #
       
  1798 # Options defined in cinder.keymgr.conf_key_mgr
       
  1799 #
       
  1800 
       
  1801 # Fixed key returned by key manager, specified in hex (string
       
  1802 # value)
       
  1803 #fixed_key=<None>
       
  1804 
       
  1805 
       
  1806 [database]
       
  1807 
       
  1808 #
       
  1809 # Options defined in cinder.openstack.common.db.api
       
  1810 #
       
  1811 
       
  1812 # The backend to use for db (string value)
       
  1813 #backend=sqlalchemy
       
  1814 
       
  1815 # Enable the experimental use of thread pooling for all DB API
       
  1816 # calls (boolean value)
       
  1817 #use_tpool=false
       
  1818 
       
  1819 
       
  1820 #
       
  1821 # Options defined in cinder.openstack.common.db.sqlalchemy.session
       
  1822 #
       
  1823 
       
  1824 # The SQLAlchemy connection string used to connect to the
       
  1825 # database (string value)
       
  1826 connection=sqlite:///$state_path/$sqlite_db
       
  1827 
       
  1828 # timeout before idle sql connections are reaped (integer
       
  1829 # value)
       
  1830 #idle_timeout=3600
       
  1831 
       
  1832 # Minimum number of SQL connections to keep open in a pool
       
  1833 # (integer value)
       
  1834 #min_pool_size=1
       
  1835 
       
  1836 # Maximum number of SQL connections to keep open in a pool
       
  1837 # (integer value)
       
  1838 #max_pool_size=5
       
  1839 
       
  1840 # maximum db connection retries during startup. (setting -1
       
  1841 # implies an infinite retry count) (integer value)
       
  1842 #max_retries=10
       
  1843 
       
  1844 # interval between retries of opening a sql connection
       
  1845 # (integer value)
       
  1846 #retry_interval=10
       
  1847 
       
  1848 # If set, use this value for max_overflow with sqlalchemy
       
  1849 # (integer value)
       
  1850 #max_overflow=<None>
       
  1851 
       
  1852 # Verbosity of SQL debugging information. 0=None,
       
  1853 # 100=Everything (integer value)
       
  1854 #connection_debug=0
       
  1855 
       
  1856 # Add python stack traces to SQL as comment strings (boolean
       
  1857 # value)
       
  1858 #connection_trace=false
       
  1859 
       
  1860 
       
  1861 [matchmaker_redis]
       
  1862 
       
  1863 #
       
  1864 # Options defined in cinder.openstack.common.rpc.matchmaker_redis
       
  1865 #
       
  1866 
       
  1867 # Host to locate redis (string value)
       
  1868 #host=127.0.0.1
       
  1869 
       
  1870 # Use this port to connect to redis host. (integer value)
       
  1871 #port=6379
       
  1872 
       
  1873 # Password for Redis server. (optional) (string value)
       
  1874 #password=<None>
       
  1875 
       
  1876 
  1866 # Total option count: 401
  1877 # Total option count: 401