Advertisement
Guest User

Untitled

a guest
Jul 26th, 2015
811
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 102.92 KB | None | 0 0
  1.  
  2.  
  3. #
  4. # Options defined in oslo.messaging
  5. #
  6.  
  7. # Use durable queues in amqp. (boolean value)
  8. # Deprecated group;name - DEFAULT;rabbit_durable_queues
  9. #amqp_durable_queues=false
  10.  
  11. # Auto-delete queues in amqp. (boolean value)
  12. #amqp_auto_delete=false
  13.  
  14. # Size of RPC connection pool. (integer value)
  15. #rpc_conn_pool_size=30
  16.  
  17. # Qpid broker hostname. (string value)
  18. #qpid_hostname=localhost
  19.  
  20. # Qpid broker port. (integer value)
  21. #qpid_port=5672
  22.  
  23. # Qpid HA cluster host:port pairs. (list value)
  24. #qpid_hosts=$qpid_hostname:$qpid_port
  25.  
  26. # Username for Qpid connection. (string value)
  27. #qpid_username=
  28.  
  29. # Password for Qpid connection. (string value)
  30. #qpid_password=
  31.  
  32. # Space separated list of SASL mechanisms to use for auth.
  33. # (string value)
  34. #qpid_sasl_mechanisms=
  35.  
  36. # Seconds between connection keepalive heartbeats. (integer
  37. # value)
  38. #qpid_heartbeat=60
  39.  
  40. # Transport to use, either 'tcp' or 'ssl'. (string value)
  41. #qpid_protocol=tcp
  42.  
  43. # Whether to disable the Nagle algorithm. (boolean value)
  44. #qpid_tcp_nodelay=true
  45.  
  46. # The number of prefetched messages held by receiver. (integer
  47. # value)
  48. #qpid_receiver_capacity=1
  49.  
  50. # The qpid topology version to use. Version 1 is what was
  51. # originally used by impl_qpid. Version 2 includes some
  52. # backwards-incompatible changes that allow broker federation
  53. # to work. Users should update to version 2 when they are
  54. # able to take everything down, as it requires a clean break.
  55. # (integer value)
  56. #qpid_topology_version=1
  57.  
  58. # SSL version to use (valid only if SSL enabled). valid values
  59. # are TLSv1, SSLv23 and SSLv3. SSLv2 may be available on some
  60. # distributions. (string value)
  61. #kombu_ssl_version=
  62.  
  63. # SSL key file (valid only if SSL enabled). (string value)
  64. #kombu_ssl_keyfile=
  65.  
  66. # SSL cert file (valid only if SSL enabled). (string value)
  67. #kombu_ssl_certfile=
  68.  
  69. # SSL certification authority file (valid only if SSL
  70. # enabled). (string value)
  71. #kombu_ssl_ca_certs=
  72.  
  73. # How long to wait before reconnecting in response to an AMQP
  74. # consumer cancel notification. (floating point value)
  75. #kombu_reconnect_delay=1.0
  76.  
  77. # The RabbitMQ broker address where a single node is used.
  78. # (string value)
  79. rabbit_host=controller
  80.  
  81. # The RabbitMQ broker port where a single node is used.
  82. # (integer value)
  83. #rabbit_port=5672
  84.  
  85. # RabbitMQ HA cluster host:port pairs. (list value)
  86. #rabbit_hosts=$rabbit_host:$rabbit_port
  87.  
  88. # Connect over SSL for RabbitMQ. (boolean value)
  89. #rabbit_use_ssl=false
  90.  
  91. # The RabbitMQ userid. (string value)
  92. #rabbit_userid=guest
  93.  
  94. # The RabbitMQ password. (string value)
  95. rabbit_password=passw0rd
  96.  
  97. # the RabbitMQ login method (string value)
  98. #rabbit_login_method=AMQPLAIN
  99.  
  100. # The RabbitMQ virtual host. (string value)
  101. #rabbit_virtual_host=/
  102.  
  103. # How frequently to retry connecting with RabbitMQ. (integer
  104. # value)
  105. #rabbit_retry_interval=1
  106.  
  107. # How long to backoff for between retries when connecting to
  108. # RabbitMQ. (integer value)
  109. #rabbit_retry_backoff=2
  110.  
  111. # Maximum number of RabbitMQ connection retries. Default is 0
  112. # (infinite retry count). (integer value)
  113. #rabbit_max_retries=0
  114.  
  115. # Use HA queues in RabbitMQ (x-ha-policy: all). If you change
  116. # this option, you must wipe the RabbitMQ database. (boolean
  117. # value)
  118. #rabbit_ha_queues=false
  119.  
  120. # If passed, use a fake RabbitMQ provider. (boolean value)
  121. #fake_rabbit=false
  122.  
  123. # ZeroMQ bind address. Should be a wildcard (*), an ethernet
  124. # interface, or IP. The "host" option should point or resolve
  125. # to this address. (string value)
  126. #rpc_zmq_bind_address=*
  127.  
  128. # MatchMaker driver. (string value)
  129. #rpc_zmq_matchmaker=oslo.messaging._drivers.matchmaker.MatchMakerLocalhost
  130.  
  131. # ZeroMQ receiver listening port. (integer value)
  132. #rpc_zmq_port=9501
  133.  
  134. # Number of ZeroMQ contexts, defaults to 1. (integer value)
  135. #rpc_zmq_contexts=1
  136.  
  137. # Maximum number of ingress messages to locally buffer per
  138. # topic. Default is unlimited. (integer value)
  139. #rpc_zmq_topic_backlog=<None>
  140.  
  141. # Directory for holding IPC sockets. (string value)
  142. #rpc_zmq_ipc_dir=/var/run/openstack
  143.  
  144. # Name of this node. Must be a valid hostname, FQDN, or IP
  145. # address. Must match "host" option, if running Nova. (string
  146. # value)
  147. #rpc_zmq_host=nova
  148.  
  149. # Seconds to wait before a cast expires (TTL). Only supported
  150. # by impl_zmq. (integer value)
  151. #rpc_cast_timeout=30
  152.  
  153. # Heartbeat frequency. (integer value)
  154. #matchmaker_heartbeat_freq=300
  155.  
  156. # Heartbeat time-to-live. (integer value)
  157. #matchmaker_heartbeat_ttl=600
  158.  
  159. # Size of RPC greenthread pool. (integer value)
  160. #rpc_thread_pool_size=64
  161.  
  162. # Driver or drivers to handle sending notifications. (multi
  163. # valued)
  164. #notification_driver=
  165.  
  166. # AMQP topic used for OpenStack notifications. (list value)
  167. # Deprecated group;name - [rpc_notifier2]/topics
  168. #notification_topics=notifications
  169.  
  170. # Seconds to wait for a response from a call. (integer value)
  171. #rpc_response_timeout=60
  172.  
  173. # A URL representing the messaging driver to use and its full
  174. # configuration. If not set, we fall back to the rpc_backend
  175. # option and driver specific configuration. (string value)
  176. #transport_url=<None>
  177.  
  178. # The messaging driver to use, defaults to rabbit. Other
  179. # drivers include qpid and zmq. (string value)
  180. rpc_backend=rabbit
  181.  
  182. # The default exchange under which topics are scoped. May be
  183. # overridden by an exchange name specified in the
  184. # transport_url option. (string value)
  185. #control_exchange=openstack
  186.  
  187.  
  188. #
  189. # Options defined in nova.availability_zones
  190. #
  191.  
  192. # The availability_zone to show internal services under
  193. # (string value)
  194. #internal_service_availability_zone=internal
  195.  
  196. # Default compute node availability_zone (string value)
  197. #default_availability_zone=nova
  198.  
  199.  
  200. #
  201. # Options defined in nova.crypto
  202. #
  203.  
  204. # Filename of root CA (string value)
  205. #ca_file=cacert.pem
  206.  
  207. # Filename of private key (string value)
  208. #key_file=private/cakey.pem
  209.  
  210. # Filename of root Certificate Revocation List (string value)
  211. #crl_file=crl.pem
  212.  
  213. # Where we keep our keys (string value)
  214. #keys_path=$state_path/keys
  215.  
  216. # Where we keep our root CA (string value)
  217. #ca_path=$state_path/CA
  218.  
  219. # Should we use a CA for each project? (boolean value)
  220. #use_project_ca=false
  221.  
  222. # Subject for certificate for users, %s for project, user,
  223. # timestamp (string value)
  224. #user_cert_subject=/C=US/ST=California/O=OpenStack/OU=NovaDev/CN=%.16s-%.16s-%s
  225.  
  226. # Subject for certificate for projects, %s for project,
  227. # timestamp (string value)
  228. #project_cert_subject=/C=US/ST=California/O=OpenStack/OU=NovaDev/CN=project-ca-%.16s-%s
  229.  
  230.  
  231. #
  232. # Options defined in nova.exception
  233. #
  234.  
  235. # Make exception message format errors fatal (boolean value)
  236. #fatal_exception_format_errors=false
  237.  
  238.  
  239. #
  240. # Options defined in nova.netconf
  241. #
  242.  
  243. # IP address of this host (string value)
  244. my_ip=192.168.75.61
  245.  
  246. # Name of this node. This can be an opaque identifier. It is
  247. # not necessarily a hostname, FQDN, or IP address. However,
  248. # the node name must be valid within an AMQP key, and if using
  249. # ZeroMQ, a valid hostname, FQDN, or IP address (string value)
  250. #host=nova
  251.  
  252. # Use IPv6 (boolean value)
  253. #use_ipv6=false
  254.  
  255.  
  256. #
  257. # Options defined in nova.notifications
  258. #
  259.  
  260. # If set, send compute.instance.update notifications on
  261. # instance state changes. Valid values are None for no
  262. # notifications, "vm_state" for notifications on VM state
  263. # changes, or "vm_and_task_state" for notifications on VM and
  264. # task state changes. (string value)
  265. #notify_on_state_change=<None>
  266.  
  267. # If set, send api.fault notifications on caught exceptions in
  268. # the API service. (boolean value)
  269. #notify_api_faults=false
  270.  
  271. # Default notification level for outgoing notifications
  272. # (string value)
  273. #default_notification_level=INFO
  274.  
  275. # Default publisher_id for outgoing notifications (string
  276. # value)
  277. #default_publisher_id=<None>
  278.  
  279.  
  280. #
  281. # Options defined in nova.paths
  282. #
  283.  
  284. # Directory where the nova python module is installed (string
  285. # value)
  286. #pybasedir=/usr/lib/python/site-packages
  287.  
  288. # Directory where nova binaries are installed (string value)
  289. #bindir=/usr/local/bin
  290.  
  291. # Top-level directory for maintaining nova's state (string
  292. # value)
  293. #state_path=/var/lib/nova
  294.  
  295.  
  296. #
  297. # Options defined in nova.quota
  298. #
  299.  
  300. # Number of instances allowed per project (integer value)
  301. #quota_instances=10
  302.  
  303. # Number of instance cores allowed per project (integer value)
  304. #quota_cores=20
  305.  
  306. # Megabytes of instance RAM allowed per project (integer
  307. # value)
  308. #quota_ram=51200
  309.  
  310. # Number of floating IPs allowed per project (integer value)
  311. #quota_floating_ips=10
  312.  
  313. # Number of fixed IPs allowed per project (this should be at
  314. # least the number of instances allowed) (integer value)
  315. #quota_fixed_ips=-1
  316.  
  317. # Number of metadata items allowed per instance (integer
  318. # value)
  319. #quota_metadata_items=128
  320.  
  321. # Number of injected files allowed (integer value)
  322. #quota_injected_files=5
  323.  
  324. # Number of bytes allowed per injected file (integer value)
  325. #quota_injected_file_content_bytes=10240
  326.  
  327. # Length of injected file path (integer value)
  328. # Deprecated group;name - DEFAULT;quota_injected_file_path_bytes
  329. #quota_injected_file_path_length=255
  330.  
  331. # Number of security groups per project (integer value)
  332. #quota_security_groups=10
  333.  
  334. # Number of security rules per security group (integer value)
  335. #quota_security_group_rules=20
  336.  
  337. # Number of key pairs per user (integer value)
  338. #quota_key_pairs=100
  339.  
  340. # Number of server groups per project (integer value)
  341. #quota_server_groups=10
  342.  
  343. # Number of servers per server group (integer value)
  344. #quota_server_group_members=10
  345.  
  346. # Number of seconds until a reservation expires (integer
  347. # value)
  348. #reservation_expire=86400
  349.  
  350. # Count of reservations until usage is refreshed (integer
  351. # value)
  352. #until_refresh=0
  353.  
  354. # Number of seconds between subsequent usage refreshes
  355. # (integer value)
  356. #max_age=0
  357.  
  358. # Default driver to use for quota checks (string value)
  359. #quota_driver=nova.quota.DbQuotaDriver
  360.  
  361.  
  362. #
  363. # Options defined in nova.service
  364. #
  365.  
  366. # Seconds between nodes reporting state to datastore (integer
  367. # value)
  368. #report_interval=10
  369.  
  370. # Enable periodic tasks (boolean value)
  371. #periodic_enable=true
  372.  
  373. # Range of seconds to randomly delay when starting the
  374. # periodic task scheduler to reduce stampeding. (Disable by
  375. # setting to 0) (integer value)
  376. #periodic_fuzzy_delay=60
  377.  
  378. # A list of APIs to enable by default (list value)
  379. #enabled_apis=ec2,osapi_compute,metadata
  380.  
  381. # A list of APIs with enabled SSL (list value)
  382. #enabled_ssl_apis=
  383.  
  384. # The IP address on which the EC2 API will listen. (string
  385. # value)
  386. #ec2_listen=0.0.0.0
  387.  
  388. # The port on which the EC2 API will listen. (integer value)
  389. #ec2_listen_port=8773
  390.  
  391. # Number of workers for EC2 API service. The default will be
  392. # equal to the number of CPUs available. (integer value)
  393. #ec2_workers=<None>
  394.  
  395. # The IP address on which the OpenStack API will listen.
  396. # (string value)
  397. #osapi_compute_listen=0.0.0.0
  398.  
  399. # The port on which the OpenStack API will listen. (integer
  400. # value)
  401. #osapi_compute_listen_port=8774
  402.  
  403. # Number of workers for OpenStack API service. The default
  404. # will be the number of CPUs available. (integer value)
  405. #osapi_compute_workers=<None>
  406.  
  407. # OpenStack metadata service manager (string value)
  408. #metadata_manager=nova.api.manager.MetadataManager
  409.  
  410. # The IP address on which the metadata API will listen.
  411. # (string value)
  412. #metadata_listen=0.0.0.0
  413.  
  414. # The port on which the metadata API will listen. (integer
  415. # value)
  416. #metadata_listen_port=8775
  417.  
  418. # Number of workers for metadata service. The default will be
  419. # the number of CPUs available. (integer value)
  420. #metadata_workers=<None>
  421.  
  422. # Full class name for the Manager for compute (string value)
  423. #compute_manager=nova.compute.manager.ComputeManager
  424.  
  425. # Full class name for the Manager for console proxy (string
  426. # value)
  427. #console_manager=nova.console.manager.ConsoleProxyManager
  428.  
  429. # Manager for console auth (string value)
  430. #consoleauth_manager=nova.consoleauth.manager.ConsoleAuthManager
  431.  
  432. # Full class name for the Manager for cert (string value)
  433. #cert_manager=nova.cert.manager.CertManager
  434.  
  435. # Full class name for the Manager for network (string value)
  436. #network_manager=nova.network.manager.FlatDHCPManager
  437.  
  438. # Full class name for the Manager for scheduler (string value)
  439. #scheduler_manager=nova.scheduler.manager.SchedulerManager
  440.  
  441. # Maximum time since last check-in for up service (integer
  442. # value)
  443. #service_down_time=60
  444.  
  445.  
  446. #
  447. # Options defined in nova.test
  448. #
  449.  
  450. # File name of clean sqlite db (string value)
  451. #sqlite_clean_db=clean.sqlite
  452.  
  453.  
  454. #
  455. # Options defined in nova.utils
  456. #
  457.  
  458. # Whether to log monkey patching (boolean value)
  459. #monkey_patch=false
  460.  
  461. # List of modules/decorators to monkey patch (list value)
  462. #monkey_patch_modules=nova.api.ec2.cloud:nova.notifications.notify_decorator,nova.compute.api:nova.notifications.notify_decorator
  463.  
  464. # Length of generated instance admin passwords (integer value)
  465. #password_length=12
  466.  
  467. # Time period to generate instance usages for. Time period
  468. # must be hour, day, month or year (string value)
  469. #instance_usage_audit_period=month
  470.  
  471. # Path to the rootwrap configuration file to use for running
  472. # commands as root (string value)
  473. #rootwrap_config=/etc/nova/rootwrap.conf
  474.  
  475. # Explicitly specify the temporary working directory (string
  476. # value)
  477. #tempdir=<None>
  478.  
  479.  
  480. #
  481. # Options defined in nova.wsgi
  482. #
  483.  
  484. # File name for the paste.deploy config for nova-api (string
  485. # value)
  486. #api_paste_config=api-paste.ini
  487.  
  488. # A python format string that is used as the template to
  489. # generate log lines. The following values can be formatted
  490. # into it: client_ip, date_time, request_line, status_code,
  491. # body_length, wall_seconds. (string value)
  492. #wsgi_log_format=%(client_ip)s "%(request_line)s" status: %(status_code)s len: %(body_length)s time: %(wall_seconds).7f
  493.  
  494. # CA certificate file to use to verify connecting clients
  495. # (string value)
  496. #ssl_ca_file=<None>
  497.  
  498. # SSL certificate of API server (string value)
  499. #ssl_cert_file=<None>
  500.  
  501. # SSL private key of API server (string value)
  502. #ssl_key_file=<None>
  503.  
  504. # Sets the value of TCP_KEEPIDLE in seconds for each server
  505. # socket. Not supported on OS X. (integer value)
  506. #tcp_keepidle=600
  507.  
  508. # Size of the pool of greenthreads used by wsgi (integer
  509. # value)
  510. #wsgi_default_pool_size=1000
  511.  
  512. # Maximum line size of message headers to be accepted.
  513. # max_header_line may need to be increased when using large
  514. # tokens (typically those generated by the Keystone v3 API
  515. # with big service catalogs). (integer value)
  516. #max_header_line=16384
  517.  
  518.  
  519. #
  520. # Options defined in nova.api.auth
  521. #
  522.  
  523. # Whether to use per-user rate limiting for the api. This
  524. # option is only used by v2 api. Rate limiting is removed from
  525. # v3 api. (boolean value)
  526. #api_rate_limit=false
  527.  
  528. # The strategy to use for auth: noauth or keystone. (string
  529. # value)
  530. auth_strategy=keystone
  531.  
  532. # Treat X-Forwarded-For as the canonical remote address. Only
  533. # enable this if you have a sanitizing proxy. (boolean value)
  534. #use_forwarded_for=false
  535.  
  536.  
  537. #
  538. # Options defined in nova.api.ec2
  539. #
  540.  
  541. # Number of failed auths before lockout. (integer value)
  542. #lockout_attempts=5
  543.  
  544. # Number of minutes to lockout if triggered. (integer value)
  545. #lockout_minutes=15
  546.  
  547. # Number of minutes for lockout window. (integer value)
  548. #lockout_window=15
  549.  
  550. # URL to get token from ec2 request. (string value)
  551. #keystone_ec2_url=http://localhost:5000/v2.0/ec2tokens
  552.  
  553. # Return the IP address as private dns hostname in describe
  554. # instances (boolean value)
  555. #ec2_private_dns_show_ip=false
  556.  
  557. # Validate security group names according to EC2 specification
  558. # (boolean value)
  559. #ec2_strict_validation=true
  560.  
  561. # Time in seconds before ec2 timestamp expires (integer value)
  562. #ec2_timestamp_expiry=300
  563.  
  564.  
  565. #
  566. # Options defined in nova.api.ec2.cloud
  567. #
  568.  
  569. # The IP address of the EC2 API server (string value)
  570. #ec2_host=$my_ip
  571.  
  572. # The internal IP address of the EC2 API server (string value)
  573. #ec2_dmz_host=$my_ip
  574.  
  575. # The port of the EC2 API server (integer value)
  576. #ec2_port=8773
  577.  
  578. # The protocol to use when connecting to the EC2 API server
  579. # (http, https) (string value)
  580. #ec2_scheme=http
  581.  
  582. # The path prefix used to call the ec2 API server (string
  583. # value)
  584. #ec2_path=/services/Cloud
  585.  
  586. # List of region=fqdn pairs separated by commas (list value)
  587. #region_list=
  588.  
  589.  
  590. #
  591. # Options defined in nova.api.metadata.base
  592. #
  593.  
  594. # List of metadata versions to skip placing into the config
  595. # drive (string value)
  596. #config_drive_skip_versions=1.0 2007-01-19 2007-03-01 2007-08-29 2007-10-10 2007-12-15 2008-02-01 2008-09-01
  597.  
  598. # Driver to use for vendor data (string value)
  599. #vendordata_driver=nova.api.metadata.vendordata_json.JsonFileVendorData
  600.  
  601.  
  602. #
  603. # Options defined in nova.api.metadata.vendordata_json
  604. #
  605.  
  606. # File to load JSON formatted vendor data from (string value)
  607. #vendordata_jsonfile_path=<None>
  608.  
  609.  
  610. #
  611. # Options defined in nova.api.openstack.common
  612. #
  613.  
  614. # The maximum number of items returned in a single response
  615. # from a collection resource (integer value)
  616. #osapi_max_limit=1000
  617.  
  618. # Base URL that will be presented to users in links to the
  619. # OpenStack Compute API (string value)
  620. #osapi_compute_link_prefix=<None>
  621.  
  622. # Base URL that will be presented to users in links to glance
  623. # resources (string value)
  624. #osapi_glance_link_prefix=<None>
  625.  
  626.  
  627. #
  628. # Options defined in nova.api.openstack.compute
  629. #
  630.  
  631. # Permit instance snapshot operations. (boolean value)
  632. #allow_instance_snapshots=true
  633.  
  634.  
  635. #
  636. # Options defined in nova.api.openstack.compute.contrib
  637. #
  638.  
  639. # Specify list of extensions to load when using
  640. # osapi_compute_extension option with
  641. # nova.api.openstack.compute.contrib.select_extensions (list
  642. # value)
  643. #osapi_compute_ext_list=
  644.  
  645.  
  646. #
  647. # Options defined in nova.api.openstack.compute.contrib.fping
  648. #
  649.  
  650. # Full path to fping. (string value)
  651. #fping_path=/usr/sbin/fping
  652.  
  653.  
  654. #
  655. # Options defined in nova.api.openstack.compute.contrib.os_tenant_networks
  656. #
  657.  
  658. # Enables or disables quota checking for tenant networks
  659. # (boolean value)
  660. #enable_network_quota=false
  661.  
  662. # Control for checking for default networks (string value)
  663. #use_neutron_default_nets=False
  664.  
  665. # Default tenant id when creating neutron networks (string
  666. # value)
  667. #neutron_default_tenant_id=default
  668.  
  669.  
  670. #
  671. # Options defined in nova.api.openstack.compute.extensions
  672. #
  673.  
  674. # osapi compute extension to load (multi valued)
  675. #osapi_compute_extension=nova.api.openstack.compute.contrib.standard_extensions
  676.  
  677.  
  678. #
  679. # Options defined in nova.api.openstack.compute.plugins.v3.hide_server_addresses
  680. #
  681.  
  682. # List of instance states that should hide network info (list
  683. # value)
  684. #osapi_hide_server_address_states=building
  685.  
  686.  
  687. #
  688. # Options defined in nova.api.openstack.compute.servers
  689. #
  690.  
  691. # Enables returning of the instance password by the relevant
  692. # server API calls such as create, rebuild or rescue, If the
  693. # hypervisor does not support password injection then the
  694. # password returned will not be correct (boolean value)
  695. #enable_instance_password=true
  696.  
  697.  
  698. #
  699. # Options defined in nova.api.sizelimit
  700. #
  701.  
  702. # The maximum body size per each osapi request(bytes) (integer
  703. # value)
  704. #osapi_max_request_body_size=114688
  705.  
  706.  
  707. #
  708. # Options defined in nova.cert.rpcapi
  709. #
  710.  
  711. # The topic cert nodes listen on (string value)
  712. #cert_topic=cert
  713.  
  714.  
  715. #
  716. # Options defined in nova.cloudpipe.pipelib
  717. #
  718.  
  719. # Image ID used when starting up a cloudpipe vpn server
  720. # (string value)
  721. #vpn_image_id=0
  722.  
  723. # Flavor for vpn instances (string value)
  724. #vpn_flavor=m1.tiny
  725.  
  726. # Template for cloudpipe instance boot script (string value)
  727. #boot_script_template=$pybasedir/nova/cloudpipe/bootscript.template
  728.  
  729. # Network to push into openvpn config (string value)
  730. #dmz_net=10.0.0.0
  731.  
  732. # Netmask to push into openvpn config (string value)
  733. #dmz_mask=255.255.255.0
  734.  
  735. # Suffix to add to project name for vpn key and secgroups
  736. # (string value)
  737. #vpn_key_suffix=-vpn
  738.  
  739.  
  740. #
  741. # Options defined in nova.cmd.novnc
  742. #
  743.  
  744. # Record sessions to FILE.[session_number] (boolean value)
  745. #record=false
  746.  
  747. # Become a daemon (background process) (boolean value)
  748. #daemon=false
  749.  
  750. # Disallow non-encrypted connections (boolean value)
  751. #ssl_only=false
  752.  
  753. # Source is ipv6 (boolean value)
  754. #source_is_ipv6=false
  755.  
  756. # SSL certificate file (string value)
  757. #cert=self.pem
  758.  
  759. # SSL key file (if separate from cert) (string value)
  760. #key=<None>
  761.  
  762. # Run webserver on same port. Serve files from DIR. (string
  763. # value)
  764. #web=/usr/share/spice-html5
  765.  
  766.  
  767. #
  768. # Options defined in nova.cmd.novncproxy
  769. #
  770.  
  771. # Host on which to listen for incoming requests (string value)
  772. #novncproxy_host=0.0.0.0
  773.  
  774. # Port on which to listen for incoming requests (integer
  775. # value)
  776. #novncproxy_port=6080
  777.  
  778.  
  779. #
  780. # Options defined in nova.compute.api
  781. #
  782.  
  783. # Allow destination machine to match source for resize. Useful
  784. # when testing in single-host environments. (boolean value)
  785. #allow_resize_to_same_host=false
  786.  
  787. # Allow migrate machine to the same host. Useful when testing
  788. # in single-host environments. (boolean value)
  789. #allow_migrate_to_same_host=false
  790.  
  791. # Availability zone to use when user doesn't specify one
  792. # (string value)
  793. #default_schedule_zone=<None>
  794.  
  795. # These are image properties which a snapshot should not
  796. # inherit from an instance (list value)
  797. #non_inheritable_image_properties=cache_in_nova,bittorrent
  798.  
  799. # Kernel image that indicates not to use a kernel, but to use
  800. # a raw disk image instead (string value)
  801. #null_kernel=nokernel
  802.  
  803. # When creating multiple instances with a single request using
  804. # the os-multiple-create API extension, this template will be
  805. # used to build the display name for each instance. The
  806. # benefit is that the instances end up with different
  807. # hostnames. To restore legacy behavior of every instance
  808. # having the same name, set this option to "%(name)s". Valid
  809. # keys for the template are: name, uuid, count. (string value)
  810. #multi_instance_display_name_template=%(name)s-%(uuid)s
  811.  
  812. # Maximum number of devices that will result in a local image
  813. # being created on the hypervisor node. Setting this to 0
  814. # means nova will allow only boot from volume. A negative
  815. # number means unlimited. (integer value)
  816. #max_local_block_devices=3
  817.  
  818.  
  819. #
  820. # Options defined in nova.compute.flavors
  821. #
  822.  
  823. # Default flavor to use for the EC2 API only. The Nova API
  824. # does not support a default flavor. (string value)
  825. #default_flavor=m1.small
  826.  
  827.  
  828. #
  829. # Options defined in nova.compute.manager
  830. #
  831.  
  832. # Console proxy host to use to connect to instances on this
  833. # host. (string value)
  834. #console_host=nova
  835.  
  836. # Name of network to use to set access IPs for instances
  837. # (string value)
  838. #default_access_ip_network_name=<None>
  839.  
  840. # Whether to batch up the application of IPTables rules during
  841. # a host restart and apply all at the end of the init phase
  842. # (boolean value)
  843. #defer_iptables_apply=false
  844.  
  845. # Where instances are stored on disk (string value)
  846. #instances_path=$state_path/instances
  847.  
  848. # Generate periodic compute.instance.exists notifications
  849. # (boolean value)
  850. #instance_usage_audit=false
  851.  
  852. # Number of 1 second retries needed in live_migration (integer
  853. # value)
  854. #live_migration_retry_count=30
  855.  
  856. # Whether to start guests that were running before the host
  857. # rebooted (boolean value)
  858. #resume_guests_state_on_host_boot=false
  859.  
  860. # Number of times to retry network allocation on failures
  861. # (integer value)
  862. #network_allocate_retries=0
  863.  
  864. # Number of times to retry block device allocation on failures
  865. # (integer value)
  866. #block_device_allocate_retries=60
  867.  
  868. # The number of times to attempt to reap an instance's files.
  869. # (integer value)
  870. #maximum_instance_delete_attempts=5
  871.  
  872. # Interval to pull network bandwidth usage info. Not supported
  873. # on all hypervisors. Set to -1 to disable. Setting this to 0
  874. # will disable, but this will change in the K release to mean
  875. # "run at the default rate". (integer value)
  876. #bandwidth_poll_interval=600
  877.  
  878. # Interval to sync power states between the database and the
  879. # hypervisor. Set to -1 to disable. Setting this to 0 will
  880. # disable, but this will change in Juno to mean "run at the
  881. # default rate". (integer value)
  882. #sync_power_state_interval=600
  883.  
  884. # Number of seconds between instance info_cache self healing
  885. # updates (integer value)
  886. #heal_instance_info_cache_interval=60
  887.  
  888. # Interval in seconds for reclaiming deleted instances
  889. # (integer value)
  890. #reclaim_instance_interval=0
  891.  
  892. # Interval in seconds for gathering volume usages (integer
  893. # value)
  894. #volume_usage_poll_interval=0
  895.  
  896. # Interval in seconds for polling shelved instances to
  897. # offload. Set to -1 to disable.Setting this to 0 will
  898. # disable, but this will change in Juno to mean "run at the
  899. # default rate". (integer value)
  900. #shelved_poll_interval=3600
  901.  
  902. # Time in seconds before a shelved instance is eligible for
  903. # removing from a host. -1 never offload, 0 offload when
  904. # shelved (integer value)
  905. #shelved_offload_time=0
  906.  
  907. # Interval in seconds for retrying failed instance file
  908. # deletes (integer value)
  909. #instance_delete_interval=300
  910.  
  911. # Waiting time interval (seconds) between block device
  912. # allocation retries on failures (integer value)
  913. #block_device_allocate_retries_interval=3
  914.  
  915. # Action to take if a running deleted instance is
  916. # detected.Valid options are 'noop', 'log', 'shutdown', or
  917. # 'reap'. Set to 'noop' to take no action. (string value)
  918. #running_deleted_instance_action=reap
  919.  
  920. # Number of seconds to wait between runs of the cleanup task.
  921. # (integer value)
  922. #running_deleted_instance_poll_interval=1800
  923.  
  924. # Number of seconds after being deleted when a running
  925. # instance should be considered eligible for cleanup. (integer
  926. # value)
  927. #running_deleted_instance_timeout=0
  928.  
  929. # Automatically hard reboot an instance if it has been stuck
  930. # in a rebooting state longer than N seconds. Set to 0 to
  931. # disable. (integer value)
  932. #reboot_timeout=0
  933.  
  934. # Amount of time in seconds an instance can be in BUILD before
  935. # going into ERROR status.Set to 0 to disable. (integer value)
  936. #instance_build_timeout=0
  937.  
  938. # Automatically unrescue an instance after N seconds. Set to 0
  939. # to disable. (integer value)
  940. #rescue_timeout=0
  941.  
  942. # Automatically confirm resizes after N seconds. Set to 0 to
  943. # disable. (integer value)
  944. #resize_confirm_window=0
  945.  
  946. # Total amount of time to wait in seconds for an instance to
  947. # perform a clean shutdown. (integer value)
  948. #shutdown_timeout=60
  949.  
  950.  
  951. #
  952. # Options defined in nova.compute.monitors
  953. #
  954.  
  955. # Monitor classes available to the compute which may be
  956. # specified more than once. (multi valued)
  957. #compute_available_monitors=nova.compute.monitors.all_monitors
  958.  
  959. # A list of monitors that can be used for getting compute
  960. # metrics. (list value)
  961. #compute_monitors=
  962.  
  963.  
  964. #
  965. # Options defined in nova.compute.resource_tracker
  966. #
  967.  
  968. # Amount of disk in MB to reserve for the host (integer value)
  969. #reserved_host_disk_mb=0
  970.  
  971. # Amount of memory in MB to reserve for the host (integer
  972. # value)
  973. #reserved_host_memory_mb=512
  974.  
  975. # Class that will manage stats for the local compute host
  976. # (string value)
  977. #compute_stats_class=nova.compute.stats.Stats
  978.  
  979. # The names of the extra resources to track. (list value)
  980. #compute_resources=vcpu
  981.  
  982.  
  983. #
  984. # Options defined in nova.compute.rpcapi
  985. #
  986.  
  987. # The topic compute nodes listen on (string value)
  988. #compute_topic=compute
  989.  
  990.  
  991. #
  992. # Options defined in nova.conductor.tasks.live_migrate
  993. #
  994.  
  995. # Number of times to retry live-migration before failing. If
  996. # == -1, try until out of hosts. If == 0, only try once, no
  997. # retries. (integer value)
  998. #migrate_max_retries=-1
  999.  
  1000.  
  1001. #
  1002. # Options defined in nova.console.manager
  1003. #
  1004.  
  1005. # Driver to use for the console proxy (string value)
  1006. #console_driver=nova.console.xvp.XVPConsoleProxy
  1007.  
  1008. # Stub calls to compute worker for tests (boolean value)
  1009. #stub_compute=false
  1010.  
  1011. # Publicly visible name for this console host (string value)
  1012. #console_public_hostname=nova
  1013.  
  1014.  
  1015. #
  1016. # Options defined in nova.console.rpcapi
  1017. #
  1018.  
  1019. # The topic console proxy nodes listen on (string value)
  1020. #console_topic=console
  1021.  
  1022.  
  1023. #
  1024. # Options defined in nova.console.vmrc
  1025. #
  1026.  
  1027. # DEPRECATED. Port for VMware VMRC connections (integer value)
  1028. #console_vmrc_port=443
  1029.  
  1030. # DEPRECATED. Number of retries for retrieving VMRC
  1031. # information (integer value)
  1032. #console_vmrc_error_retries=10
  1033.  
  1034.  
  1035. #
  1036. # Options defined in nova.console.xvp
  1037. #
  1038.  
  1039. # XVP conf template (string value)
  1040. #console_xvp_conf_template=$pybasedir/nova/console/xvp.conf.template
  1041.  
  1042. # Generated XVP conf file (string value)
  1043. #console_xvp_conf=/etc/xvp.conf
  1044.  
  1045. # XVP master process pid file (string value)
  1046. #console_xvp_pid=/var/run/xvp.pid
  1047.  
  1048. # XVP log file (string value)
  1049. #console_xvp_log=/var/log/xvp.log
  1050.  
  1051. # Port for XVP to multiplex VNC connections on (integer value)
  1052. #console_xvp_multiplex_port=5900
  1053.  
  1054.  
  1055. #
  1056. # Options defined in nova.consoleauth
  1057. #
  1058.  
  1059. # The topic console auth proxy nodes listen on (string value)
  1060. #consoleauth_topic=consoleauth
  1061.  
  1062.  
  1063. #
  1064. # Options defined in nova.consoleauth.manager
  1065. #
  1066.  
  1067. # How many seconds before deleting tokens (integer value)
  1068. #console_token_ttl=600
  1069.  
  1070.  
  1071. #
  1072. # Options defined in nova.db.api
  1073. #
  1074.  
  1075. # Services to be added to the available pool on create
  1076. # (boolean value)
  1077. #enable_new_services=true
  1078.  
  1079. # Template string to be used to generate instance names
  1080. # (string value)
  1081. #instance_name_template=instance-%08x
  1082.  
  1083. # Template string to be used to generate snapshot names
  1084. # (string value)
  1085. #snapshot_name_template=snapshot-%s
  1086.  
  1087.  
  1088. #
  1089. # Options defined in nova.db.base
  1090. #
  1091.  
  1092. # The driver to use for database access (string value)
  1093. #db_driver=nova.db
  1094.  
  1095.  
  1096. #
  1097. # Options defined in nova.db.sqlalchemy.api
  1098. #
  1099.  
  1100. # When set, compute API will consider duplicate hostnames
  1101. # invalid within the specified scope, regardless of case.
  1102. # Should be empty, "project" or "global". (string value)
  1103. #osapi_compute_unique_server_name_scope=
  1104.  
  1105.  
  1106. #
  1107. # Options defined in nova.image.s3
  1108. #
  1109.  
  1110. # Parent directory for tempdir used for image decryption
  1111. # (string value)
  1112. #image_decryption_dir=/tmp
  1113.  
  1114. # Hostname or IP for OpenStack to use when accessing the S3
  1115. # api (string value)
  1116. #s3_host=$my_ip
  1117.  
  1118. # Port used when accessing the S3 api (integer value)
  1119. #s3_port=3333
  1120.  
  1121. # Access key to use for S3 server for images (string value)
  1122. #s3_access_key=notchecked
  1123.  
  1124. # Secret key to use for S3 server for images (string value)
  1125. #s3_secret_key=notchecked
  1126.  
  1127. # Whether to use SSL when talking to S3 (boolean value)
  1128. #s3_use_ssl=false
  1129.  
  1130. # Whether to affix the tenant id to the access key when
  1131. # downloading from S3 (boolean value)
  1132. #s3_affix_tenant=false
  1133.  
  1134.  
  1135. #
  1136. # Options defined in nova.ipv6.api
  1137. #
  1138.  
  1139. # Backend to use for IPv6 generation (string value)
  1140. #ipv6_backend=rfc2462
  1141.  
  1142.  
  1143. #
  1144. # Options defined in nova.network
  1145. #
  1146.  
  1147. # The full class name of the network API class to use (string
  1148. # value)
  1149. #network_api_class=nova.network.api.API
  1150.  
  1151.  
  1152. #
  1153. # Options defined in nova.network.driver
  1154. #
  1155.  
  1156. # Driver to use for network creation (string value)
  1157. #network_driver=nova.network.linux_net
  1158.  
  1159.  
  1160. #
  1161. # Options defined in nova.network.floating_ips
  1162. #
  1163.  
  1164. # Default pool for floating IPs (string value)
  1165. #default_floating_pool=nova
  1166.  
  1167. # Autoassigning floating IP to VM (boolean value)
  1168. #auto_assign_floating_ip=false
  1169.  
  1170. # Full class name for the DNS Manager for floating IPs (string
  1171. # value)
  1172. #floating_ip_dns_manager=nova.network.noop_dns_driver.NoopDNSDriver
  1173.  
  1174. # Full class name for the DNS Manager for instance IPs (string
  1175. # value)
  1176. #instance_dns_manager=nova.network.noop_dns_driver.NoopDNSDriver
  1177.  
  1178. # Full class name for the DNS Zone for instance IPs (string
  1179. # value)
  1180. #instance_dns_domain=
  1181.  
  1182.  
  1183. #
  1184. # Options defined in nova.network.ldapdns
  1185. #
  1186.  
  1187. # URL for LDAP server which will store DNS entries (string
  1188. # value)
  1189. #ldap_dns_url=ldap://ldap.example.com:389
  1190.  
  1191. # User for LDAP DNS (string value)
  1192. #ldap_dns_user=uid=admin,ou=people,dc=example,dc=org
  1193.  
  1194. # Password for LDAP DNS (string value)
  1195. #ldap_dns_password=password
  1196.  
  1197. # Hostmaster for LDAP DNS driver Statement of Authority
  1198. # (string value)
  1199. #ldap_dns_soa_hostmaster=hostmaster@example.org
  1200.  
  1201. # DNS Servers for LDAP DNS driver (multi valued)
  1202. #ldap_dns_servers=dns.example.org
  1203.  
  1204. # Base DN for DNS entries in LDAP (string value)
  1205. #ldap_dns_base_dn=ou=hosts,dc=example,dc=org
  1206.  
  1207. # Refresh interval (in seconds) for LDAP DNS driver Statement
  1208. # of Authority (string value)
  1209. #ldap_dns_soa_refresh=1800
  1210.  
  1211. # Retry interval (in seconds) for LDAP DNS driver Statement of
  1212. # Authority (string value)
  1213. #ldap_dns_soa_retry=3600
  1214.  
  1215. # Expiry interval (in seconds) for LDAP DNS driver Statement
  1216. # of Authority (string value)
  1217. #ldap_dns_soa_expiry=86400
  1218.  
  1219. # Minimum interval (in seconds) for LDAP DNS driver Statement
  1220. # of Authority (string value)
  1221. #ldap_dns_soa_minimum=7200
  1222.  
  1223.  
  1224. #
  1225. # Options defined in nova.network.linux_net
  1226. #
  1227.  
  1228. # Location of flagfiles for dhcpbridge (multi valued)
  1229. #dhcpbridge_flagfile=/etc/nova/nova.conf
  1230.  
  1231. # Location to keep network config files (string value)
  1232. #networks_path=$state_path/networks
  1233.  
  1234. # Interface for public IP addresses (string value)
  1235. #public_interface=eth0
  1236.  
  1237. # Location of nova-dhcpbridge (string value)
  1238. #dhcpbridge=/usr/bin/nova-dhcpbridge
  1239.  
  1240. # Public IP of network host (string value)
  1241. #routing_source_ip=$my_ip
  1242.  
  1243. # Lifetime of a DHCP lease in seconds (integer value)
  1244. #dhcp_lease_time=86400
  1245.  
  1246. # If set, uses specific DNS server for dnsmasq. Can be
  1247. # specified multiple times. (multi valued)
  1248. #dns_server=
  1249.  
  1250. # If set, uses the dns1 and dns2 from the network ref. as dns
  1251. # servers. (boolean value)
  1252. #use_network_dns_servers=false
  1253.  
  1254. # A list of dmz range that should be accepted (list value)
  1255. #dmz_cidr=
  1256.  
  1257. # Traffic to this range will always be snatted to the fallback
  1258. # ip, even if it would normally be bridged out of the node.
  1259. # Can be specified multiple times. (multi valued)
  1260. #force_snat_range=
  1261.  
  1262. # Override the default dnsmasq settings with this file (string
  1263. # value)
  1264. #dnsmasq_config_file=
  1265.  
  1266. # Driver used to create ethernet devices. (string value)
  1267. #linuxnet_interface_driver=nova.network.linux_net.LinuxBridgeInterfaceDriver
  1268.  
  1269. # Name of Open vSwitch bridge used with linuxnet (string
  1270. # value)
  1271. #linuxnet_ovs_integration_bridge=br-int
  1272.  
  1273. # Send gratuitous ARPs for HA setup (boolean value)
  1274. #send_arp_for_ha=false
  1275.  
  1276. # Send this many gratuitous ARPs for HA setup (integer value)
  1277. #send_arp_for_ha_count=3
  1278.  
  1279. # Use single default gateway. Only first nic of vm will get
  1280. # default gateway from dhcp server (boolean value)
  1281. #use_single_default_gateway=false
  1282.  
  1283. # An interface that bridges can forward to. If this is set to
  1284. # all then all traffic will be forwarded. Can be specified
  1285. # multiple times. (multi valued)
  1286. #forward_bridge_interface=all
  1287.  
  1288. # The IP address for the metadata API server (string value)
  1289. #metadata_host=$my_ip
  1290.  
  1291. # The port for the metadata API port (integer value)
  1292. #metadata_port=8775
  1293.  
  1294. # Regular expression to match iptables rule that should always
  1295. # be on the top. (string value)
  1296. #iptables_top_regex=
  1297.  
  1298. # Regular expression to match iptables rule that should always
  1299. # be on the bottom. (string value)
  1300. #iptables_bottom_regex=
  1301.  
  1302. # The table that iptables to jump to when a packet is to be
  1303. # dropped. (string value)
  1304. #iptables_drop_action=DROP
  1305.  
  1306. # Amount of time, in seconds, that ovs_vsctl should wait for a
  1307. # response from the database. 0 is to wait forever. (integer
  1308. # value)
  1309. #ovs_vsctl_timeout=120
  1310.  
  1311. # If passed, use fake network devices and addresses (boolean
  1312. # value)
  1313. #fake_network=false
  1314.  
  1315.  
  1316. #
  1317. # Options defined in nova.network.manager
  1318. #
  1319.  
  1320. # Bridge for simple network instances (string value)
  1321. #flat_network_bridge=<None>
  1322.  
  1323. # DNS server for simple network (string value)
  1324. #flat_network_dns=8.8.4.4
  1325.  
  1326. # Whether to attempt to inject network setup into guest
  1327. # (boolean value)
  1328. #flat_injected=false
  1329.  
  1330. # FlatDhcp will bridge into this interface if set (string
  1331. # value)
  1332. #flat_interface=<None>
  1333.  
  1334. # First VLAN for private networks (integer value)
  1335. #vlan_start=100
  1336.  
  1337. # VLANs will bridge into this interface if set (string value)
  1338. #vlan_interface=<None>
  1339.  
  1340. # Number of networks to support (integer value)
  1341. #num_networks=1
  1342.  
  1343. # Public IP for the cloudpipe VPN servers (string value)
  1344. #vpn_ip=$my_ip
  1345.  
  1346. # First Vpn port for private networks (integer value)
  1347. #vpn_start=1000
  1348.  
  1349. # Number of addresses in each private subnet (integer value)
  1350. #network_size=256
  1351.  
  1352. # Fixed IPv6 address block (string value)
  1353. #fixed_range_v6=fd00::/48
  1354.  
  1355. # Default IPv4 gateway (string value)
  1356. #gateway=<None>
  1357.  
  1358. # Default IPv6 gateway (string value)
  1359. #gateway_v6=<None>
  1360.  
  1361. # Number of addresses reserved for vpn clients (integer value)
  1362. #cnt_vpn_clients=0
  1363.  
  1364. # Seconds after which a deallocated IP is disassociated
  1365. # (integer value)
  1366. #fixed_ip_disassociate_timeout=600
  1367.  
  1368. # Number of attempts to create unique mac address (integer
  1369. # value)
  1370. #create_unique_mac_address_attempts=5
  1371.  
  1372. # If True, skip using the queue and make local calls (boolean
  1373. # value)
  1374. #fake_call=false
  1375.  
  1376. # If True, unused gateway devices (VLAN and bridge) are
  1377. # deleted in VLAN network mode with multi hosted networks
  1378. # (boolean value)
  1379. #teardown_unused_network_gateway=false
  1380.  
  1381. # If True, send a dhcp release on instance termination
  1382. # (boolean value)
  1383. #force_dhcp_release=True
  1384.  
  1385. # If True, when a DNS entry must be updated, it sends a fanout
  1386. # cast to all network hosts to update their DNS entries in
  1387. # multi host mode (boolean value)
  1388. #update_dns_entries=false
  1389.  
  1390. # Number of seconds to wait between runs of updates to DNS
  1391. # entries. (integer value)
  1392. #dns_update_periodic_interval=-1
  1393.  
  1394. # Domain to use for building the hostnames (string value)
  1395. #dhcp_domain=novalocal
  1396.  
  1397. # Indicates underlying L3 management library (string value)
  1398. #l3_lib=nova.network.l3.LinuxNetL3
  1399.  
  1400.  
  1401. #
  1402. # Options defined in nova.network.rpcapi
  1403. #
  1404.  
  1405. # The topic network nodes listen on (string value)
  1406. #network_topic=network
  1407.  
  1408. # Default value for multi_host in networks. Also, if set, some
  1409. # rpc network calls will be sent directly to host. (boolean
  1410. # value)
  1411. #multi_host=false
  1412.  
  1413.  
  1414. #
  1415. # Options defined in nova.network.security_group.openstack_driver
  1416. #
  1417.  
  1418. # The full class name of the security API class (string value)
  1419. #security_group_api=nova
  1420.  
  1421.  
  1422. #
  1423. # Options defined in nova.objects.network
  1424. #
  1425.  
  1426. # DEPRECATED: THIS VALUE SHOULD BE SET WHEN CREATING THE
  1427. # NETWORK. If True in multi_host mode, all compute hosts share
  1428. # the same dhcp address. The same IP address used for DHCP
  1429. # will be added on each nova-network node which is only
  1430. # visible to the vms on the same host. (boolean value)
  1431. #share_dhcp_address=false
  1432.  
  1433. # DEPRECATED: THIS VALUE SHOULD BE SET WHEN CREATING THE
  1434. # NETWORK. MTU setting for network interface. (integer value)
  1435. #network_device_mtu=<None>
  1436.  
  1437.  
  1438. #
  1439. # Options defined in nova.objectstore.s3server
  1440. #
  1441.  
  1442. # Path to S3 buckets (string value)
  1443. #buckets_path=$state_path/buckets
  1444.  
  1445. # IP address for S3 API to listen (string value)
  1446. #s3_listen=0.0.0.0
  1447.  
  1448. # Port for S3 API to listen (integer value)
  1449. #s3_listen_port=3333
  1450.  
  1451.  
  1452. #
  1453. # Options defined in nova.openstack.common.eventlet_backdoor
  1454. #
  1455.  
  1456. # Enable eventlet backdoor. Acceptable values are 0, <port>,
  1457. # and <start>:<end>, where 0 results in listening on a random
  1458. # tcp port number; <port> results in listening on the
  1459. # specified port number (and not enabling backdoor if that
  1460. # port is in use); and <start>:<end> results in listening on
  1461. # the smallest unused port number within the specified range
  1462. # of port numbers. The chosen port is displayed in the
  1463. # service's log file. (string value)
  1464. #backdoor_port=<None>
  1465.  
  1466.  
  1467. #
  1468. # Options defined in nova.openstack.common.lockutils
  1469. #
  1470.  
  1471. # Enables or disables inter-process locks. (boolean value)
  1472. #disable_process_locking=false
  1473.  
  1474. # Directory to use for lock files. (string value)
  1475. #lock_path=/var/lib/nova/tmp
  1476.  
  1477.  
  1478. #
  1479. # Options defined in nova.openstack.common.log
  1480. #
  1481.  
  1482. # Print debugging output (set logging level to DEBUG instead
  1483. # of default WARNING level). (boolean value)
  1484. #debug=false
  1485.  
  1486. # Print more verbose output (set logging level to INFO instead
  1487. # of default WARNING level). (boolean value)
  1488. verbose=true
  1489.  
  1490. # Log output to standard error. (boolean value)
  1491. #use_stderr=False
  1492.  
  1493. # Format string to use for log messages with context. (string
  1494. # value)
  1495. #logging_context_format_string=%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s
  1496.  
  1497. # Format string to use for log messages without context.
  1498. # (string value)
  1499. #logging_default_format_string=%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s
  1500.  
  1501. # Data to append to log format when level is DEBUG. (string
  1502. # value)
  1503. #logging_debug_format_suffix=%(funcName)s %(pathname)s:%(lineno)d
  1504.  
  1505. # Prefix each line of exception output with this format.
  1506. # (string value)
  1507. #logging_exception_prefix=%(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s
  1508.  
  1509. # List of logger=LEVEL pairs. (list value)
  1510. #default_log_levels=amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,oslo.messaging=INFO,iso8601=WARN,requests.packages.urllib3.connectionpool=WARN,urllib3.connectionpool=WARN,websocket=WARN,keystonemiddleware=WARN,routes.middleware=WARN,stevedore=WARN
  1511.  
  1512. # Enables or disables publication of error events. (boolean
  1513. # value)
  1514. #publish_errors=false
  1515.  
  1516. # Enables or disables fatal status of deprecations. (boolean
  1517. # value)
  1518. #fatal_deprecations=false
  1519.  
  1520. # The format for an instance that is passed with the log
  1521. # message. (string value)
  1522. #instance_format="[instance: %(uuid)s] "
  1523.  
  1524. # The format for an instance UUID that is passed with the log
  1525. # message. (string value)
  1526. #instance_uuid_format="[instance: %(uuid)s] "
  1527.  
  1528. # The name of a logging configuration file. This file is
  1529. # appended to any existing logging configuration files. For
  1530. # details about logging configuration files, see the Python
  1531. # logging module documentation. (string value)
  1532. # Deprecated group;name - DEFAULT;log_config
  1533. #log_config_append=<None>
  1534.  
  1535. # DEPRECATED. A logging.Formatter log message format string
  1536. # which may use any of the available logging.LogRecord
  1537. # attributes. This option is deprecated. Please use
  1538. # logging_context_format_string and
  1539. # logging_default_format_string instead. (string value)
  1540. #log_format=<None>
  1541.  
  1542. # Format string for %%(asctime)s in log records. Default:
  1543. # %(default)s . (string value)
  1544. #log_date_format=%Y-%m-%d %H:%M:%S
  1545.  
  1546. # (Optional) Name of log file to output to. If no default is
  1547. # set, logging will go to stdout. (string value)
  1548. # Deprecated group;name - DEFAULT;logfile
  1549. #log_file=<None>
  1550.  
  1551. # (Optional) The base directory used for relative --log-file
  1552. # paths. (string value)
  1553. # Deprecated group;name - DEFAULT;logdir
  1554. #log_dir=/var/log/nova
  1555.  
  1556. # Use syslog for logging. Existing syslog format is DEPRECATED
  1557. # during I, and will change in J to honor RFC5424. (boolean
  1558. # value)
  1559. #use_syslog=false
  1560.  
  1561. # (Optional) Enables or disables syslog rfc5424 format for
  1562. # logging. If enabled, prefixes the MSG part of the syslog
  1563. # message with APP-NAME (RFC5424). The format without the APP-
  1564. # NAME is deprecated in I, and will be removed in J. (boolean
  1565. # value)
  1566. #use_syslog_rfc_format=false
  1567.  
  1568. # Syslog facility to receive log lines. (string value)
  1569. #syslog_log_facility=LOG_USER
  1570.  
  1571.  
  1572. #
  1573. # Options defined in nova.openstack.common.memorycache
  1574. #
  1575.  
  1576. # Memcached servers or None for in process cache. (list value)
  1577. #memcached_servers=<None>
  1578.  
  1579.  
  1580. #
  1581. # Options defined in nova.openstack.common.periodic_task
  1582. #
  1583.  
  1584. # Some periodic tasks can be run in a separate process. Should
  1585. # we run them here? (boolean value)
  1586. #run_external_periodic_tasks=true
  1587.  
  1588.  
  1589. #
  1590. # Options defined in nova.openstack.common.policy
  1591. #
  1592.  
  1593. # The JSON file that defines policies. (string value)
  1594. #policy_file=policy.json
  1595.  
  1596. # Default rule. Enforced when a requested rule is not found.
  1597. # (string value)
  1598. #policy_default_rule=default
  1599.  
  1600.  
  1601. #
  1602. # Options defined in nova.pci.pci_request
  1603. #
  1604.  
  1605. # An alias for a PCI passthrough device requirement. This
  1606. # allows users to specify the alias in the extra_spec for a
  1607. # flavor, without needing to repeat all the PCI property
  1608. # requirements. For example: pci_alias = { "name":
  1609. # "QuicAssist", "product_id": "0443", "vendor_id": "8086",
  1610. # "device_type": "ACCEL" } defines an alias for the Intel
  1611. # QuickAssist card. (multi valued) (multi valued)
  1612. #pci_alias=
  1613.  
  1614.  
  1615. #
  1616. # Options defined in nova.pci.pci_whitelist
  1617. #
  1618.  
  1619. # White list of PCI devices available to VMs. For example:
  1620. # pci_passthrough_whitelist = [{"vendor_id": "8086",
  1621. # "product_id": "0443"}] (multi valued)
  1622. #pci_passthrough_whitelist=
  1623.  
  1624.  
  1625. #
  1626. # Options defined in nova.scheduler.driver
  1627. #
  1628.  
  1629. # The scheduler host manager class to use (string value)
  1630. #scheduler_host_manager=nova.scheduler.host_manager.HostManager
  1631.  
  1632.  
  1633. #
  1634. # Options defined in nova.scheduler.filter_scheduler
  1635. #
  1636.  
  1637. # New instances will be scheduled on a host chosen randomly
  1638. # from a subset of the N best hosts. This property defines the
  1639. # subset size that a host is chosen from. A value of 1 chooses
  1640. # the first host returned by the weighing functions. This
  1641. # value must be at least 1. Any value less than 1 will be
  1642. # ignored, and 1 will be used instead (integer value)
  1643. #scheduler_host_subset_size=1
  1644.  
  1645.  
  1646. #
  1647. # Options defined in nova.scheduler.filters.aggregate_image_properties_isolation
  1648. #
  1649.  
  1650. # Force the filter to consider only keys matching the given
  1651. # namespace. (string value)
  1652. #aggregate_image_properties_isolation_namespace=<None>
  1653.  
  1654. # The separator used between the namespace and keys (string
  1655. # value)
  1656. #aggregate_image_properties_isolation_separator=.
  1657.  
  1658.  
  1659. #
  1660. # Options defined in nova.scheduler.filters.core_filter
  1661. #
  1662.  
  1663. # Virtual CPU to physical CPU allocation ratio which affects
  1664. # all CPU filters. This configuration specifies a global ratio
  1665. # for CoreFilter. For AggregateCoreFilter, it will fall back
  1666. # to this configuration value if no per-aggregate setting
  1667. # found. (floating point value)
  1668. #cpu_allocation_ratio=16.0
  1669.  
  1670.  
  1671. #
  1672. # Options defined in nova.scheduler.filters.disk_filter
  1673. #
  1674.  
  1675. # Virtual disk to physical disk allocation ratio (floating
  1676. # point value)
  1677. #disk_allocation_ratio=1.0
  1678.  
  1679.  
  1680. #
  1681. # Options defined in nova.scheduler.filters.io_ops_filter
  1682. #
  1683.  
  1684. # Tells filters to ignore hosts that have this many or more
  1685. # instances currently in build, resize, snapshot, migrate,
  1686. # rescue or unshelve task states (integer value)
  1687. #max_io_ops_per_host=8
  1688.  
  1689.  
  1690. #
  1691. # Options defined in nova.scheduler.filters.isolated_hosts_filter
  1692. #
  1693.  
  1694. # Images to run on isolated host (list value)
  1695. #isolated_images=
  1696.  
  1697. # Host reserved for specific images (list value)
  1698. #isolated_hosts=
  1699.  
  1700. # Whether to force isolated hosts to run only isolated images
  1701. # (boolean value)
  1702. #restrict_isolated_hosts_to_isolated_images=true
  1703.  
  1704.  
  1705. #
  1706. # Options defined in nova.scheduler.filters.num_instances_filter
  1707. #
  1708.  
  1709. # Ignore hosts that have too many instances (integer value)
  1710. #max_instances_per_host=50
  1711.  
  1712.  
  1713. #
  1714. # Options defined in nova.scheduler.filters.ram_filter
  1715. #
  1716.  
  1717. # Virtual ram to physical ram allocation ratio which affects
  1718. # all ram filters. This configuration specifies a global ratio
  1719. # for RamFilter. For AggregateRamFilter, it will fall back to
  1720. # this configuration value if no per-aggregate setting found.
  1721. # (floating point value)
  1722. #ram_allocation_ratio=1.5
  1723.  
  1724.  
  1725. #
  1726. # Options defined in nova.scheduler.host_manager
  1727. #
  1728.  
  1729. # Filter classes available to the scheduler which may be
  1730. # specified more than once. An entry of
  1731. # "nova.scheduler.filters.standard_filters" maps to all
  1732. # filters included with nova. (multi valued)
  1733. #scheduler_available_filters=nova.scheduler.filters.all_filters
  1734.  
  1735. # Which filter class names to use for filtering hosts when not
  1736. # specified in the request. (list value)
  1737. #scheduler_default_filters=RetryFilter,AvailabilityZoneFilter,RamFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter
  1738.  
  1739. # Which weight class names to use for weighing hosts (list
  1740. # value)
  1741. #scheduler_weight_classes=nova.scheduler.weights.all_weighers
  1742.  
  1743.  
  1744. #
  1745. # Options defined in nova.scheduler.ironic_host_manager
  1746. #
  1747.  
  1748. # Which filter class names to use for filtering baremetal
  1749. # hosts when not specified in the request. (list value)
  1750. #baremetal_scheduler_default_filters=RetryFilter,AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ExactRamFilter,ExactDiskFilter,ExactCoreFilter
  1751.  
  1752. # Flag to decide whether to use
  1753. # baremetal_scheduler_default_filters or not. (boolean value)
  1754. #scheduler_use_baremetal_filters=false
  1755.  
  1756.  
  1757. #
  1758. # Options defined in nova.scheduler.manager
  1759. #
  1760.  
  1761. # Default driver to use for the scheduler (string value)
  1762. #scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
  1763.  
  1764. # How often (in seconds) to run periodic tasks in the
  1765. # scheduler driver of your choice. Please note this is likely
  1766. # to interact with the value of service_down_time, but exactly
  1767. # how they interact will depend on your choice of scheduler
  1768. # driver. (integer value)
  1769. #scheduler_driver_task_period=60
  1770.  
  1771.  
  1772. #
  1773. # Options defined in nova.scheduler.rpcapi
  1774. #
  1775.  
  1776. # The topic scheduler nodes listen on (string value)
  1777. #scheduler_topic=scheduler
  1778.  
  1779.  
  1780. #
  1781. # Options defined in nova.scheduler.scheduler_options
  1782. #
  1783.  
  1784. # Absolute path to scheduler configuration JSON file. (string
  1785. # value)
  1786. #scheduler_json_config_location=
  1787.  
  1788.  
  1789. #
  1790. # Options defined in nova.scheduler.utils
  1791. #
  1792.  
  1793. # Maximum number of attempts to schedule an instance (integer
  1794. # value)
  1795. #scheduler_max_attempts=3
  1796.  
  1797.  
  1798. #
  1799. # Options defined in nova.scheduler.weights.ram
  1800. #
  1801.  
  1802. # Multiplier used for weighing ram. Negative numbers mean to
  1803. # stack vs spread. (floating point value)
  1804. #ram_weight_multiplier=1.0
  1805.  
  1806.  
  1807. #
  1808. # Options defined in nova.servicegroup.api
  1809. #
  1810.  
  1811. # The driver for servicegroup service (valid options are: db,
  1812. # zk, mc) (string value)
  1813. #servicegroup_driver=db
  1814.  
  1815.  
  1816. #
  1817. # Options defined in nova.virt.configdrive
  1818. #
  1819.  
  1820. # Config drive format. One of iso9660 (default) or vfat
  1821. # (string value)
  1822. #config_drive_format=iso9660
  1823.  
  1824. # DEPRECATED (not needed any more): Where to put temporary
  1825. # files associated with config drive creation (string value)
  1826. #config_drive_tempdir=<None>
  1827.  
  1828. # Set to force injection to take place on a config drive (if
  1829. # set, valid options are: always) (string value)
  1830. #force_config_drive=<None>
  1831.  
  1832. # Name and optionally path of the tool used for ISO image
  1833. # creation (string value)
  1834. #mkisofs_cmd=genisoimage
  1835.  
  1836.  
  1837. #
  1838. # Options defined in nova.virt.disk.api
  1839. #
  1840.  
  1841. # Name of the mkfs commands for ephemeral device. The format
  1842. # is <os_type>=<mkfs command> (multi valued)
  1843. #virt_mkfs=
  1844.  
  1845. # Attempt to resize the filesystem by accessing the image over
  1846. # a block device. This is done by the host and may not be
  1847. # necessary if the image contains a recent version of cloud-
  1848. # init. Possible mechanisms require the nbd driver (for qcow
  1849. # and raw), or loop (for raw). (boolean value)
  1850. #resize_fs_using_block_device=false
  1851.  
  1852.  
  1853. #
  1854. # Options defined in nova.virt.disk.mount.nbd
  1855. #
  1856.  
  1857. # Amount of time, in seconds, to wait for NBD device start up.
  1858. # (integer value)
  1859. #timeout_nbd=10
  1860.  
  1861.  
  1862. #
  1863. # Options defined in nova.virt.driver
  1864. #
  1865.  
  1866. # Driver to use for controlling virtualization. Options
  1867. # include: libvirt.LibvirtDriver, xenapi.XenAPIDriver,
  1868. # fake.FakeDriver, baremetal.BareMetalDriver,
  1869. # vmwareapi.VMwareVCDriver, hyperv.HyperVDriver (string value)
  1870. #compute_driver=libvirt.LibvirtDriver
  1871.  
  1872. # The default format an ephemeral_volume will be formatted
  1873. # with on creation. (string value)
  1874. #default_ephemeral_format=<None>
  1875.  
  1876. # VM image preallocation mode: "none" => no storage
  1877. # provisioning is done up front, "space" => storage is fully
  1878. # allocated at instance start (string value)
  1879. #preallocate_images=none
  1880.  
  1881. # Whether to use cow images (boolean value)
  1882. #use_cow_images=true
  1883.  
  1884. # Fail instance boot if vif plugging fails (boolean value)
  1885. #vif_plugging_is_fatal=true
  1886.  
  1887. # Number of seconds to wait for neutron vif plugging events to
  1888. # arrive before continuing or failing (see
  1889. # vif_plugging_is_fatal). If this is set to zero and
  1890. # vif_plugging_is_fatal is False, events should not be
  1891. # expected to arrive at all. (integer value)
  1892. #vif_plugging_timeout=300
  1893.  
  1894.  
  1895. #
  1896. # Options defined in nova.virt.firewall
  1897. #
  1898.  
  1899. # Firewall driver (defaults to hypervisor specific iptables
  1900. # driver) (string value)
  1901. #firewall_driver=nova.virt.libvirt.firewall.IptablesFirewallDriver
  1902.  
  1903. # Whether to allow network traffic from same network (boolean
  1904. # value)
  1905. #allow_same_net_traffic=true
  1906.  
  1907.  
  1908. #
  1909. # Options defined in nova.virt.hardware
  1910. #
  1911.  
  1912. # Defines which pcpus that instance vcpus can use. For
  1913. # example, "4-12,^8,15" (string value)
  1914. #vcpu_pin_set=<None>
  1915.  
  1916.  
  1917. #
  1918. # Options defined in nova.virt.imagecache
  1919. #
  1920.  
  1921. # Number of seconds to wait between runs of the image cache
  1922. # manager. Set to -1 to disable. Setting this to 0 will
  1923. # disable, but this will change in the K release to mean "run
  1924. # at the default rate". (integer value)
  1925. #image_cache_manager_interval=2400
  1926.  
  1927. # Where cached images are stored under $instances_path. This
  1928. # is NOT the full path - just a folder name. For per-compute-
  1929. # host cached images, set to _base_$my_ip (string value)
  1930. #image_cache_subdirectory_name=_base
  1931.  
  1932. # Should unused base images be removed? (boolean value)
  1933. #remove_unused_base_images=true
  1934.  
  1935. # Unused unresized base images younger than this will not be
  1936. # removed (integer value)
  1937. #remove_unused_original_minimum_age_seconds=86400
  1938.  
  1939.  
  1940. #
  1941. # Options defined in nova.virt.images
  1942. #
  1943.  
  1944. # Force backing images to raw format (boolean value)
  1945. #force_raw_images=true
  1946.  
  1947.  
  1948. #
  1949. # Options defined in nova.virt.netutils
  1950. #
  1951.  
  1952. # Template file for injected network (string value)
  1953. #injected_network_template=/usr/share/nova/interfaces.template
  1954.  
  1955.  
  1956. #
  1957. # Options defined in nova.vnc
  1958. #
  1959.  
  1960. # Location of VNC console proxy, in the form
  1961. # "http://127.0.0.1:6080/vnc_auto.html" (string value)
  1962. novncproxy_base_url=http://controller:6080/vnc_auto.html
  1963.  
  1964. # Location of nova xvp VNC console proxy, in the form
  1965. # "http://127.0.0.1:6081/console" (string value)
  1966. #xvpvncproxy_base_url=http://127.0.0.1:6081/console
  1967.  
  1968. # IP address on which instance vncservers should listen
  1969. # (string value)
  1970. vncserver_listen=0.0.0.0
  1971.  
  1972. # The address to which proxy clients (like nova-xvpvncproxy)
  1973. # should connect (string value)
  1974. vncserver_proxyclient_address=192.168.75.61
  1975.  
  1976. # Enable VNC related features (boolean value)
  1977. vnc_enabled=true
  1978.  
  1979. # Keymap for VNC (string value)
  1980. #vnc_keymap=en-us
  1981.  
  1982.  
  1983. #
  1984. # Options defined in nova.vnc.xvp_proxy
  1985. #
  1986.  
  1987. # Port that the XCP VNC proxy should bind to (integer value)
  1988. #xvpvncproxy_port=6081
  1989.  
  1990. # Address that the XCP VNC proxy should bind to (string value)
  1991. #xvpvncproxy_host=0.0.0.0
  1992.  
  1993.  
  1994. #
  1995. # Options defined in nova.volume
  1996. #
  1997.  
  1998. # The full class name of the volume API class to use (string
  1999. # value)
  2000. #volume_api_class=nova.volume.cinder.API
  2001.  
  2002.  
  2003. [baremetal]
  2004.  
  2005. #
  2006. # Options defined in nova.virt.baremetal.db.api
  2007. #
  2008.  
  2009. # The backend to use for bare-metal database (string value)
  2010. #db_backend=sqlalchemy
  2011.  
  2012.  
  2013. #
  2014. # Options defined in nova.virt.baremetal.db.sqlalchemy.session
  2015. #
  2016.  
  2017. # The SQLAlchemy connection string used to connect to the
  2018. # bare-metal database (string value)
  2019. #sql_connection=sqlite:///$state_path/baremetal_nova.sqlite
  2020.  
  2021.  
  2022. #
  2023. # Options defined in nova.virt.baremetal.driver
  2024. #
  2025.  
  2026. # Baremetal VIF driver. (string value)
  2027. #vif_driver=nova.virt.baremetal.vif_driver.BareMetalVIFDriver
  2028.  
  2029. # Baremetal volume driver. (string value)
  2030. #volume_driver=nova.virt.baremetal.volume_driver.LibvirtVolumeDriver
  2031.  
  2032. # A list of additional capabilities corresponding to
  2033. # flavor_extra_specs for this compute host to advertise. Valid
  2034. # entries are name=value, pairs For example, "key1:val1,
  2035. # key2:val2" (list value)
  2036. #flavor_extra_specs=
  2037.  
  2038. # Baremetal driver back-end (pxe or tilera) (string value)
  2039. #driver=nova.virt.baremetal.pxe.PXE
  2040.  
  2041. # Baremetal power management method (string value)
  2042. #power_manager=nova.virt.baremetal.ipmi.IPMI
  2043.  
  2044. # Baremetal compute node's tftp root path (string value)
  2045. #tftp_root=/tftpboot
  2046.  
  2047.  
  2048. #
  2049. # Options defined in nova.virt.baremetal.ipmi
  2050. #
  2051.  
  2052. # Path to baremetal terminal program (string value)
  2053. #terminal=shellinaboxd
  2054.  
  2055. # Path to baremetal terminal SSL cert(PEM) (string value)
  2056. #terminal_cert_dir=<None>
  2057.  
  2058. # Path to directory stores pidfiles of baremetal_terminal
  2059. # (string value)
  2060. #terminal_pid_dir=$state_path/baremetal/console
  2061.  
  2062. # Maximal number of retries for IPMI operations (integer
  2063. # value)
  2064. #ipmi_power_retry=10
  2065.  
  2066.  
  2067. #
  2068. # Options defined in nova.virt.baremetal.pxe
  2069. #
  2070.  
  2071. # Default kernel image ID used in deployment phase (string
  2072. # value)
  2073. #deploy_kernel=<None>
  2074.  
  2075. # Default ramdisk image ID used in deployment phase (string
  2076. # value)
  2077. #deploy_ramdisk=<None>
  2078.  
  2079. # Template file for injected network config (string value)
  2080. #net_config_template=$pybasedir/nova/virt/baremetal/net-dhcp.ubuntu.template
  2081.  
  2082. # Additional append parameters for baremetal PXE boot (string
  2083. # value)
  2084. #pxe_append_params=nofb nomodeset vga=normal
  2085.  
  2086. # Template file for PXE configuration (string value)
  2087. #pxe_config_template=$pybasedir/nova/virt/baremetal/pxe_config.template
  2088.  
  2089. # If True, enable file injection for network info, files and
  2090. # admin password (boolean value)
  2091. #use_file_injection=false
  2092.  
  2093. # Timeout for PXE deployments. Default: 0 (unlimited) (integer
  2094. # value)
  2095. #pxe_deploy_timeout=0
  2096.  
  2097. # If set, pass the network configuration details to the
  2098. # initramfs via cmdline. (boolean value)
  2099. #pxe_network_config=false
  2100.  
  2101. # This gets passed to Neutron as the bootfile dhcp parameter.
  2102. # (string value)
  2103. #pxe_bootfile_name=pxelinux.0
  2104.  
  2105.  
  2106. #
  2107. # Options defined in nova.virt.baremetal.tilera_pdu
  2108. #
  2109.  
  2110. # IP address of tilera pdu (string value)
  2111. #tile_pdu_ip=10.0.100.1
  2112.  
  2113. # Management script for tilera pdu (string value)
  2114. #tile_pdu_mgr=/tftpboot/pdu_mgr
  2115.  
  2116. # Power status of tilera PDU is OFF (integer value)
  2117. #tile_pdu_off=2
  2118.  
  2119. # Power status of tilera PDU is ON (integer value)
  2120. #tile_pdu_on=1
  2121.  
  2122. # Power status of tilera PDU (integer value)
  2123. #tile_pdu_status=9
  2124.  
  2125. # Wait time in seconds until check the result after tilera
  2126. # power operations (integer value)
  2127. #tile_power_wait=9
  2128.  
  2129.  
  2130. #
  2131. # Options defined in nova.virt.baremetal.virtual_power_driver
  2132. #
  2133.  
  2134. # IP or name to virtual power host (string value)
  2135. #virtual_power_ssh_host=
  2136.  
  2137. # Port to use for ssh to virtual power host (integer value)
  2138. #virtual_power_ssh_port=22
  2139.  
  2140. # Base command to use for virtual power(vbox, virsh) (string
  2141. # value)
  2142. #virtual_power_type=virsh
  2143.  
  2144. # User to execute virtual power commands as (string value)
  2145. #virtual_power_host_user=
  2146.  
  2147. # Password for virtual power host_user (string value)
  2148. #virtual_power_host_pass=
  2149.  
  2150. # The ssh key for virtual power host_user (string value)
  2151. #virtual_power_host_key=<None>
  2152.  
  2153.  
  2154. #
  2155. # Options defined in nova.virt.baremetal.volume_driver
  2156. #
  2157.  
  2158. # Do not set this out of dev/test environments. If a node does
  2159. # not have a fixed PXE IP address, volumes are exported with
  2160. # globally opened ACL (boolean value)
  2161. #use_unsafe_iscsi=false
  2162.  
  2163. # The iSCSI IQN prefix used in baremetal volume connections.
  2164. # (string value)
  2165. #iscsi_iqn_prefix=iqn.2010-10.org.openstack.baremetal
  2166.  
  2167.  
  2168. [cells]
  2169.  
  2170. #
  2171. # Options defined in nova.cells.manager
  2172. #
  2173.  
  2174. # Cells communication driver to use (string value)
  2175. #driver=nova.cells.rpc_driver.CellsRPCDriver
  2176.  
  2177. # Number of seconds after an instance was updated or deleted
  2178. # to continue to update cells (integer value)
  2179. #instance_updated_at_threshold=3600
  2180.  
  2181. # Number of instances to update per periodic task run (integer
  2182. # value)
  2183. #instance_update_num_instances=1
  2184.  
  2185.  
  2186. #
  2187. # Options defined in nova.cells.messaging
  2188. #
  2189.  
  2190. # Maximum number of hops for cells routing. (integer value)
  2191. #max_hop_count=10
  2192.  
  2193. # Cells scheduler to use (string value)
  2194. #scheduler=nova.cells.scheduler.CellsScheduler
  2195.  
  2196.  
  2197. #
  2198. # Options defined in nova.cells.opts
  2199. #
  2200.  
  2201. # Enable cell functionality (boolean value)
  2202. #enable=false
  2203.  
  2204. # The topic cells nodes listen on (string value)
  2205. #topic=cells
  2206.  
  2207. # Manager for cells (string value)
  2208. #manager=nova.cells.manager.CellsManager
  2209.  
  2210. # Name of this cell (string value)
  2211. #name=nova
  2212.  
  2213. # Key/Multi-value list with the capabilities of the cell (list
  2214. # value)
  2215. #capabilities=hypervisor=xenserver;kvm,os=linux;windows
  2216.  
  2217. # Seconds to wait for response from a call to a cell. (integer
  2218. # value)
  2219. #call_timeout=60
  2220.  
  2221. # Percentage of cell capacity to hold in reserve. Affects both
  2222. # memory and disk utilization (floating point value)
  2223. #reserve_percent=10.0
  2224.  
  2225. # Type of cell: api or compute (string value)
  2226. #cell_type=compute
  2227.  
  2228. # Number of seconds after which a lack of capability and
  2229. # capacity updates signals the child cell is to be treated as
  2230. # a mute. (integer value)
  2231. #mute_child_interval=300
  2232.  
  2233. # Seconds between bandwidth updates for cells. (integer value)
  2234. #bandwidth_update_interval=600
  2235.  
  2236.  
  2237. #
  2238. # Options defined in nova.cells.rpc_driver
  2239. #
  2240.  
  2241. # Base queue name to use when communicating between cells.
  2242. # Various topics by message type will be appended to this.
  2243. # (string value)
  2244. #rpc_driver_queue_base=cells.intercell
  2245.  
  2246.  
  2247. #
  2248. # Options defined in nova.cells.scheduler
  2249. #
  2250.  
  2251. # Filter classes the cells scheduler should use. An entry of
  2252. # "nova.cells.filters.all_filters" maps to all cells filters
  2253. # included with nova. (list value)
  2254. #scheduler_filter_classes=nova.cells.filters.all_filters
  2255.  
  2256. # Weigher classes the cells scheduler should use. An entry of
  2257. # "nova.cells.weights.all_weighers" maps to all cell weighers
  2258. # included with nova. (list value)
  2259. #scheduler_weight_classes=nova.cells.weights.all_weighers
  2260.  
  2261. # How many retries when no cells are available. (integer
  2262. # value)
  2263. #scheduler_retries=10
  2264.  
  2265. # How often to retry in seconds when no cells are available.
  2266. # (integer value)
  2267. #scheduler_retry_delay=2
  2268.  
  2269.  
  2270. #
  2271. # Options defined in nova.cells.state
  2272. #
  2273.  
  2274. # Interval, in seconds, for getting fresh cell information
  2275. # from the database. (integer value)
  2276. #db_check_interval=60
  2277.  
  2278. # Configuration file from which to read cells configuration.
  2279. # If given, overrides reading cells from the database. (string
  2280. # value)
  2281. #cells_config=<None>
  2282.  
  2283.  
  2284. #
  2285. # Options defined in nova.cells.weights.mute_child
  2286. #
  2287.  
  2288. # Multiplier used to weigh mute children. (The value should be
  2289. # negative.) (floating point value)
  2290. #mute_weight_multiplier=-10.0
  2291.  
  2292. # Weight value assigned to mute children. (The value should be
  2293. # positive.) (floating point value)
  2294. #mute_weight_value=1000.0
  2295.  
  2296.  
  2297. #
  2298. # Options defined in nova.cells.weights.ram_by_instance_type
  2299. #
  2300.  
  2301. # Multiplier used for weighing ram. Negative numbers mean to
  2302. # stack vs spread. (floating point value)
  2303. #ram_weight_multiplier=10.0
  2304.  
  2305.  
  2306. #
  2307. # Options defined in nova.cells.weights.weight_offset
  2308. #
  2309.  
  2310. # Multiplier used to weigh offset weigher. (floating point
  2311. # value)
  2312. #offset_weight_multiplier=1.0
  2313.  
  2314.  
  2315. [cinder]
  2316.  
  2317. #
  2318. # Options defined in nova.volume.cinder
  2319. #
  2320.  
  2321. # Info to match when looking for cinder in the service
  2322. # catalog. Format is: separated values of the form:
  2323. # <service_type>:<service_name>:<endpoint_type> (string value)
  2324. # Deprecated group;name - DEFAULT;cinder_catalog_info
  2325. #catalog_info=volume:cinder:publicURL
  2326.  
  2327. # Override service catalog lookup with template for cinder
  2328. # endpoint e.g. http://localhost:8776/v1/%(project_id)s
  2329. # (string value)
  2330. # Deprecated group;name - DEFAULT;cinder_endpoint_template
  2331. #endpoint_template=<None>
  2332.  
  2333. # Region name of this node (string value)
  2334. # Deprecated group;name - DEFAULT;os_region_name
  2335. #os_region_name=<None>
  2336.  
  2337. # Location of ca certificates file to use for cinder client
  2338. # requests. (string value)
  2339. # Deprecated group;name - DEFAULT;cinder_ca_certificates_file
  2340. #ca_certificates_file=<None>
  2341.  
  2342. # Number of cinderclient retries on failed http calls (integer
  2343. # value)
  2344. # Deprecated group;name - DEFAULT;cinder_http_retries
  2345. #http_retries=3
  2346.  
  2347. # HTTP inactivity timeout (in seconds) (integer value)
  2348. # Deprecated group;name - DEFAULT;cinder_http_timeout
  2349. #http_timeout=<None>
  2350.  
  2351. # Allow to perform insecure SSL requests to cinder (boolean
  2352. # value)
  2353. # Deprecated group;name - DEFAULT;cinder_api_insecure
  2354. #api_insecure=false
  2355.  
  2356. # Allow attach between instance and volume in different
  2357. # availability zones. (boolean value)
  2358. # Deprecated group;name - DEFAULT;cinder_cross_az_attach
  2359. #cross_az_attach=true
  2360.  
  2361.  
  2362. [conductor]
  2363.  
  2364. #
  2365. # Options defined in nova.conductor.api
  2366. #
  2367.  
  2368. # Perform nova-conductor operations locally (boolean value)
  2369. #use_local=false
  2370.  
  2371. # The topic on which conductor nodes listen (string value)
  2372. #topic=conductor
  2373.  
  2374. # Full class name for the Manager for conductor (string value)
  2375. #manager=nova.conductor.manager.ConductorManager
  2376.  
  2377. # Number of workers for OpenStack Conductor service. The
  2378. # default will be the number of CPUs available. (integer
  2379. # value)
  2380. #workers=<None>
  2381.  
  2382.  
  2383. [ephemeral_storage_encryption]
  2384.  
  2385. #
  2386. # Options defined in nova.compute.api
  2387. #
  2388.  
  2389. # Whether to encrypt ephemeral storage (boolean value)
  2390. #enabled=false
  2391.  
  2392. # The cipher and mode to be used to encrypt ephemeral storage.
  2393. # Which ciphers are available ciphers depends on kernel
  2394. # support. See /proc/crypto for the list of available options.
  2395. # (string value)
  2396. #cipher=aes-xts-plain64
  2397.  
  2398. # The bit length of the encryption key to be used to encrypt
  2399. # ephemeral storage (in XTS mode only half of the bits are
  2400. # used for encryption key) (integer value)
  2401. #key_size=512
  2402.  
  2403.  
  2404. [glance]
  2405.  
  2406. #
  2407. # Options defined in nova.image.glance
  2408. #
  2409.  
  2410. # Default glance hostname or IP address (string value)
  2411. # Deprecated group;name - DEFAULT;glance_host
  2412. host=controller
  2413.  
  2414. # Default glance port (integer value)
  2415. # Deprecated group;name - DEFAULT;glance_port
  2416. #port=9292
  2417.  
  2418. # Default protocol to use when connecting to glance. Set to
  2419. # https for SSL. (string value)
  2420. # Deprecated group;name - DEFAULT;glance_protocol
  2421. #protocol=http
  2422.  
  2423. # A list of the glance api servers available to nova. Prefix
  2424. # with https:// for ssl-based glance api servers.
  2425. # ([hostname|ip]:port) (list value)
  2426. # Deprecated group;name - DEFAULT;glance_api_servers
  2427. #api_servers=<None>
  2428.  
  2429. # Allow to perform insecure SSL (https) requests to glance
  2430. # (boolean value)
  2431. # Deprecated group;name - DEFAULT;glance_api_insecure
  2432. #api_insecure=false
  2433.  
  2434. # Number of retries when downloading an image from glance
  2435. # (integer value)
  2436. # Deprecated group;name - DEFAULT;glance_num_retries
  2437. #num_retries=0
  2438.  
  2439. # A list of url scheme that can be downloaded directly via the
  2440. # direct_url. Currently supported schemes: [file]. (list
  2441. # value)
  2442. #allowed_direct_url_schemes=
  2443.  
  2444.  
  2445. [hyperv]
  2446.  
  2447. #
  2448. # Options defined in nova.virt.hyperv.pathutils
  2449. #
  2450.  
  2451. # The name of a Windows share name mapped to the
  2452. # "instances_path" dir and used by the resize feature to copy
  2453. # files to the target host. If left blank, an administrative
  2454. # share will be used, looking for the same "instances_path"
  2455. # used locally (string value)
  2456. #instances_path_share=
  2457.  
  2458.  
  2459. #
  2460. # Options defined in nova.virt.hyperv.utilsfactory
  2461. #
  2462.  
  2463. # Force V1 WMI utility classes (boolean value)
  2464. #force_hyperv_utils_v1=false
  2465.  
  2466. # Force V1 volume utility class (boolean value)
  2467. #force_volumeutils_v1=false
  2468.  
  2469.  
  2470. #
  2471. # Options defined in nova.virt.hyperv.vif
  2472. #
  2473.  
  2474. # External virtual switch Name, if not provided, the first
  2475. # external virtual switch is used (string value)
  2476. #vswitch_name=<None>
  2477.  
  2478.  
  2479. #
  2480. # Options defined in nova.virt.hyperv.vmops
  2481. #
  2482.  
  2483. # Required for live migration among hosts with different CPU
  2484. # features (boolean value)
  2485. #limit_cpu_features=false
  2486.  
  2487. # Sets the admin password in the config drive image (boolean
  2488. # value)
  2489. #config_drive_inject_password=false
  2490.  
  2491. # Path of qemu-img command which is used to convert between
  2492. # different image types (string value)
  2493. #qemu_img_cmd=qemu-img.exe
  2494.  
  2495. # Attaches the Config Drive image as a cdrom drive instead of
  2496. # a disk drive (boolean value)
  2497. #config_drive_cdrom=false
  2498.  
  2499. # Enables metrics collections for an instance by using
  2500. # Hyper-V's metric APIs. Collected data can by retrieved by
  2501. # other apps and services, e.g.: Ceilometer. Requires Hyper-V
  2502. # / Windows Server 2012 and above (boolean value)
  2503. #enable_instance_metrics_collection=false
  2504.  
  2505. # Enables dynamic memory allocation (ballooning) when set to a
  2506. # value greater than 1. The value expresses the ratio between
  2507. # the total RAM assigned to an instance and its startup RAM
  2508. # amount. For example a ratio of 2.0 for an instance with
  2509. # 1024MB of RAM implies 512MB of RAM allocated at startup
  2510. # (floating point value)
  2511. #dynamic_memory_ratio=1.0
  2512.  
  2513. # Number of seconds to wait for instance to shut down after
  2514. # soft reboot request is made. We fall back to hard reboot if
  2515. # instance does not shutdown within this window. (integer
  2516. # value)
  2517. #wait_soft_reboot_seconds=60
  2518.  
  2519.  
  2520. #
  2521. # Options defined in nova.virt.hyperv.volumeops
  2522. #
  2523.  
  2524. # The number of times to retry to attach a volume (integer
  2525. # value)
  2526. #volume_attach_retry_count=10
  2527.  
  2528. # Interval between volume attachment attempts, in seconds
  2529. # (integer value)
  2530. #volume_attach_retry_interval=5
  2531.  
  2532. # The number of times to retry checking for a disk mounted via
  2533. # iSCSI. (integer value)
  2534. #mounted_disk_query_retry_count=10
  2535.  
  2536. # Interval between checks for a mounted iSCSI disk, in
  2537. # seconds. (integer value)
  2538. #mounted_disk_query_retry_interval=5
  2539.  
  2540.  
  2541. [image_file_url]
  2542.  
  2543. #
  2544. # Options defined in nova.image.download.file
  2545. #
  2546.  
  2547. # List of file systems that are configured in this file in the
  2548. # image_file_url:<list entry name> sections (list value)
  2549. #filesystems=
  2550.  
  2551.  
  2552. [ironic]
  2553.  
  2554. #
  2555. # Options defined in nova.virt.ironic.driver
  2556. #
  2557.  
  2558. # Version of Ironic API service endpoint. (integer value)
  2559. #api_version=1
  2560.  
  2561. # URL for Ironic API endpoint. (string value)
  2562. #api_endpoint=<None>
  2563.  
  2564. # Ironic keystone admin name (string value)
  2565. #admin_username=<None>
  2566.  
  2567. # Ironic keystone admin password. (string value)
  2568. #admin_password=%SERVICE_PASSWORD%
  2569.  
  2570. # Ironic keystone auth token. (string value)
  2571. #admin_auth_token=<None>
  2572.  
  2573. # Keystone public API endpoint. (string value)
  2574. #admin_url=<None>
  2575.  
  2576. # Log level override for ironicclient. Set this in order to
  2577. # override the global "default_log_levels", "verbose", and
  2578. # "debug" settings. (string value)
  2579. #client_log_level=<None>
  2580.  
  2581. # Ironic keystone tenant name. (string value)
  2582. #admin_tenant_name=%SERVICE_TENANT_NAME%
  2583.  
  2584. # How many retries when a request does conflict. (integer
  2585. # value)
  2586. #api_max_retries=60
  2587.  
  2588. # How often to retry in seconds when a request does conflict
  2589. # (integer value)
  2590. #api_retry_interval=2
  2591.  
  2592.  
  2593. [keymgr]
  2594.  
  2595. #
  2596. # Options defined in nova.keymgr
  2597. #
  2598.  
  2599. # The full class name of the key manager API class (string
  2600. # value)
  2601. #api_class=nova.keymgr.conf_key_mgr.ConfKeyManager
  2602.  
  2603.  
  2604. #
  2605. # Options defined in nova.keymgr.conf_key_mgr
  2606. #
  2607.  
  2608. # Fixed key returned by key manager, specified in hex (string
  2609. # value)
  2610. #fixed_key=<None>
  2611.  
  2612.  
  2613. [keystone_authtoken]
  2614.  
  2615. auth_uri=http://controller:5000/v2.0
  2616. identity_uri=http://controller:35357
  2617. admin_tenant_name=service
  2618. admin_user=nova
  2619. admin_password=nova
  2620.  
  2621.  
  2622. #
  2623. # Options defined in keystonemiddleware.auth_token
  2624. #
  2625.  
  2626. # Prefix to prepend at the beginning of the path. Deprecated,
  2627. # use identity_uri. (string value)
  2628. #auth_admin_prefix=
  2629.  
  2630. # Host providing the admin Identity API endpoint. Deprecated,
  2631. # use identity_uri. (string value)
  2632. #auth_host=127.0.0.1
  2633.  
  2634. # Port of the admin Identity API endpoint. Deprecated, use
  2635. # identity_uri. (integer value)
  2636. #auth_port=35357
  2637.  
  2638. # Protocol of the admin Identity API endpoint (http or https).
  2639. # Deprecated, use identity_uri. (string value)
  2640. #auth_protocol=http
  2641.  
  2642. # Complete public Identity API endpoint (string value)
  2643. #auth_uri=<None>
  2644.  
  2645. # Complete admin Identity API endpoint. This should specify
  2646. # the unversioned root endpoint e.g. https://localhost:35357/
  2647. # (string value)
  2648. #identity_uri=<None>
  2649.  
  2650. # API version of the admin Identity API endpoint (string
  2651. # value)
  2652. #auth_version=v2.0
  2653.  
  2654. # Do not handle authorization requests within the middleware,
  2655. # but delegate the authorization decision to downstream WSGI
  2656. # components (boolean value)
  2657. #delay_auth_decision=false
  2658.  
  2659. # Request timeout value for communicating with Identity API
  2660. # server. (boolean value)
  2661. #http_connect_timeout=<None>
  2662.  
  2663. # How many times are we trying to reconnect when communicating
  2664. # with Identity API Server. (integer value)
  2665. #http_request_max_retries=3
  2666.  
  2667. # This option is deprecated and may be removed in a future
  2668. # release. Single shared secret with the Keystone
  2669. # configuration used for bootstrapping a Keystone
  2670. # installation, or otherwise bypassing the normal
  2671. # authentication process. This option should not be used, use
  2672. # `admin_user` and `admin_password` instead. (string value)
  2673. #admin_token=<None>
  2674.  
  2675. # Keystone account username (string value)
  2676. #admin_user=%SERVICE_USER%
  2677.  
  2678. # Keystone account password (string value)
  2679. #admin_password=<None>
  2680.  
  2681. # Keystone service account tenant name to validate user tokens
  2682. # (string value)
  2683. #admin_tenant_name=admin
  2684.  
  2685. # Env key for the swift cache (string value)
  2686. #cache=<None>
  2687.  
  2688. # Required if Keystone server requires client certificate
  2689. # (string value)
  2690. #certfile=<None>
  2691.  
  2692. # Required if Keystone server requires client certificate
  2693. # (string value)
  2694. #keyfile=<None>
  2695.  
  2696. # A PEM encoded Certificate Authority to use when verifying
  2697. # HTTPs connections. Defaults to system CAs. (string value)
  2698. #cafile=<None>
  2699.  
  2700. # Verify HTTPS connections. (boolean value)
  2701. #insecure=false
  2702.  
  2703. # Directory used to cache files related to PKI tokens (string
  2704. # value)
  2705. #signing_dir=<None>
  2706.  
  2707. # Optionally specify a list of memcached server(s) to use for
  2708. # caching. If left undefined, tokens will instead be cached
  2709. # in-process. (list value)
  2710. # Deprecated group;name - DEFAULT;memcache_servers
  2711. #memcached_servers=<None>
  2712.  
  2713. # In order to prevent excessive effort spent validating
  2714. # tokens, the middleware caches previously-seen tokens for a
  2715. # configurable duration (in seconds). Set to -1 to disable
  2716. # caching completely. (integer value)
  2717. #token_cache_time=300
  2718.  
  2719. # Determines the frequency at which the list of revoked tokens
  2720. # is retrieved from the Identity service (in seconds). A high
  2721. # number of revocation events combined with a low cache
  2722. # duration may significantly reduce performance. (integer
  2723. # value)
  2724. #revocation_cache_time=10
  2725.  
  2726. # (optional) if defined, indicate whether token data should be
  2727. # authenticated or authenticated and encrypted. Acceptable
  2728. # values are MAC or ENCRYPT. If MAC, token data is
  2729. # authenticated (with HMAC) in the cache. If ENCRYPT, token
  2730. # data is encrypted and authenticated in the cache. If the
  2731. # value is not one of these options or empty, auth_token will
  2732. # raise an exception on initialization. (string value)
  2733. #memcache_security_strategy=<None>
  2734.  
  2735. # (optional, mandatory if memcache_security_strategy is
  2736. # defined) this string is used for key derivation. (string
  2737. # value)
  2738. #memcache_secret_key=<None>
  2739.  
  2740. # (optional) number of seconds memcached server is considered
  2741. # dead before it is tried again. (integer value)
  2742. #memcache_pool_dead_retry=300
  2743.  
  2744. # (optional) max total number of open connections to every
  2745. # memcached server. (integer value)
  2746. #memcache_pool_maxsize=10
  2747.  
  2748. # (optional) socket timeout in seconds for communicating with
  2749. # a memcache server. (integer value)
  2750. #memcache_pool_socket_timeout=3
  2751.  
  2752. # (optional) number of seconds a connection to memcached is
  2753. # held unused in the pool before it is closed. (integer value)
  2754. #memcache_pool_unused_timeout=60
  2755.  
  2756. # (optional) number of seconds that an operation will wait to
  2757. # get a memcache client connection from the pool. (integer
  2758. # value)
  2759. #memcache_pool_conn_get_timeout=10
  2760.  
  2761. # (optional) use the advanced (eventlet safe) memcache client
  2762. # pool. The advanced pool will only work under python 2.x.
  2763. # (boolean value)
  2764. #memcache_use_advanced_pool=false
  2765.  
  2766. # (optional) indicate whether to set the X-Service-Catalog
  2767. # header. If False, middleware will not ask for service
  2768. # catalog on token validation and will not set the X-Service-
  2769. # Catalog header. (boolean value)
  2770. #include_service_catalog=true
  2771.  
  2772. # Used to control the use and type of token binding. Can be
  2773. # set to: "disabled" to not check token binding. "permissive"
  2774. # (default) to validate binding information if the bind type
  2775. # is of a form known to the server and ignore it if not.
  2776. # "strict" like "permissive" but if the bind type is unknown
  2777. # the token will be rejected. "required" any form of token
  2778. # binding is needed to be allowed. Finally the name of a
  2779. # binding method that must be present in tokens. (string
  2780. # value)
  2781. #enforce_token_bind=permissive
  2782.  
  2783. # If true, the revocation list will be checked for cached
  2784. # tokens. This requires that PKI tokens are configured on the
  2785. # Keystone server. (boolean value)
  2786. #check_revocations_for_cached=false
  2787.  
  2788. # Hash algorithms to use for hashing PKI tokens. This may be a
  2789. # single algorithm or multiple. The algorithms are those
  2790. # supported by Python standard hashlib.new(). The hashes will
  2791. # be tried in the order given, so put the preferred one first
  2792. # for performance. The result of the first hash will be stored
  2793. # in the cache. This will typically be set to multiple values
  2794. # only while migrating from a less secure algorithm to a more
  2795. # secure one. Once all the old tokens are expired this option
  2796. # should be set to a single value for better performance.
  2797. # (list value)
  2798. #hash_algorithms=md5
  2799.  
  2800.  
  2801. [libvirt]
  2802.  
  2803. #
  2804. # Options defined in nova.virt.libvirt.driver
  2805. #
  2806.  
  2807. # Rescue ami image. This will not be used if an image id is
  2808. # provided by the user. (string value)
  2809. #rescue_image_id=<None>
  2810.  
  2811. # Rescue aki image (string value)
  2812. #rescue_kernel_id=<None>
  2813.  
  2814. # Rescue ari image (string value)
  2815. #rescue_ramdisk_id=<None>
  2816.  
  2817. # Libvirt domain type (valid options are: kvm, lxc, qemu, uml,
  2818. # xen) (string value)
  2819. #virt_type=kvm
  2820.  
  2821. # Override the default libvirt URI (which is dependent on
  2822. # virt_type) (string value)
  2823. #connection_uri=
  2824.  
  2825. # Inject the admin password at boot time, without an agent.
  2826. # (boolean value)
  2827. #inject_password=false
  2828.  
  2829. # Inject the ssh public key at boot time (boolean value)
  2830. #inject_key=false
  2831.  
  2832. # The partition to inject to : -2 => disable, -1 => inspect
  2833. # (libguestfs only), 0 => not partitioned, >0 => partition
  2834. # number (integer value)
  2835. #inject_partition=-2
  2836.  
  2837. # Sync virtual and real mouse cursors in Windows VMs (boolean
  2838. # value)
  2839. #use_usb_tablet=true
  2840.  
  2841. # Migration target URI (any included "%s" is replaced with the
  2842. # migration target hostname) (string value)
  2843. #live_migration_uri=qemu+tcp://%s/system
  2844.  
  2845. # Migration flags to be set for live migration (string value)
  2846. #live_migration_flag=VIR_MIGRATE_UNDEFINE_SOURCE, VIR_MIGRATE_PEER2PEER, VIR_MIGRATE_LIVE, VIR_MIGRATE_TUNNELLED
  2847.  
  2848. # Migration flags to be set for block migration (string value)
  2849. #block_migration_flag=VIR_MIGRATE_UNDEFINE_SOURCE, VIR_MIGRATE_PEER2PEER, VIR_MIGRATE_LIVE, VIR_MIGRATE_TUNNELLED, VIR_MIGRATE_NON_SHARED_INC
  2850.  
  2851. # Maximum bandwidth to be used during migration, in Mbps
  2852. # (integer value)
  2853. #live_migration_bandwidth=0
  2854.  
  2855. # Snapshot image format (valid options are : raw, qcow2, vmdk,
  2856. # vdi). Defaults to same as source image (string value)
  2857. #snapshot_image_format=<None>
  2858.  
  2859. # DEPRECATED. Libvirt handlers for remote volumes. This option
  2860. # is deprecated and will be removed in the Kilo release. (list
  2861. # value)
  2862. #volume_drivers=iscsi=nova.virt.libvirt.volume.LibvirtISCSIVolumeDriver,iser=nova.virt.libvirt.volume.LibvirtISERVolumeDriver,local=nova.virt.libvirt.volume.LibvirtVolumeDriver,fake=nova.virt.libvirt.volume.LibvirtFakeVolumeDriver,rbd=nova.virt.libvirt.volume.LibvirtNetVolumeDriver,sheepdog=nova.virt.libvirt.volume.LibvirtNetVolumeDriver,nfs=nova.virt.libvirt.volume.LibvirtNFSVolumeDriver,aoe=nova.virt.libvirt.volume.LibvirtAOEVolumeDriver,glusterfs=nova.virt.libvirt.volume.LibvirtGlusterfsVolumeDriver,fibre_channel=nova.virt.libvirt.volume.LibvirtFibreChannelVolumeDriver,scality=nova.virt.libvirt.volume.LibvirtScalityVolumeDriver
  2863.  
  2864. # Override the default disk prefix for the devices attached to
  2865. # a server, which is dependent on virt_type. (valid options
  2866. # are: sd, xvd, uvd, vd) (string value)
  2867. #disk_prefix=<None>
  2868.  
  2869. # Number of seconds to wait for instance to shut down after
  2870. # soft reboot request is made. We fall back to hard reboot if
  2871. # instance does not shutdown within this window. (integer
  2872. # value)
  2873. #wait_soft_reboot_seconds=120
  2874.  
  2875. # Set to "host-model" to clone the host CPU feature flags; to
  2876. # "host-passthrough" to use the host CPU model exactly; to
  2877. # "custom" to use a named CPU model; to "none" to not set any
  2878. # CPU model. If virt_type="kvm|qemu", it will default to
  2879. # "host-model", otherwise it will default to "none" (string
  2880. # value)
  2881. #cpu_mode=<None>
  2882.  
  2883. # Set to a named libvirt CPU model (see names listed in
  2884. # /usr/share/libvirt/cpu_map.xml). Only has effect if
  2885. # cpu_mode="custom" and virt_type="kvm|qemu" (string value)
  2886. #cpu_model=<None>
  2887.  
  2888. # Location where libvirt driver will store snapshots before
  2889. # uploading them to image service (string value)
  2890. #snapshots_directory=$instances_path/snapshots
  2891.  
  2892. # Location where the Xen hvmloader is kept (string value)
  2893. #xen_hvmloader_path=/usr/lib/xen/boot/hvmloader
  2894.  
  2895. # Specific cachemodes to use for different disk types e.g:
  2896. # file=directsync,block=none (list value)
  2897. #disk_cachemodes=
  2898.  
  2899. # A path to a device that will be used as source of entropy on
  2900. # the host. Permitted options are: /dev/random or /dev/hwrng
  2901. # (string value)
  2902. #rng_dev_path=<None>
  2903.  
  2904. # For qemu or KVM guests, set this option to specify a default
  2905. # machine type per host architecture. You can find a list of
  2906. # supported machine types in your environment by checking the
  2907. # output of the "virsh capabilities"command. The format of the
  2908. # value for this config option is host-arch=machine-type. For
  2909. # example: x86_64=machinetype1,armv7l=machinetype2 (list
  2910. # value)
  2911. #hw_machine_type=<None>
  2912.  
  2913. # The data source used to the populate the host "serial" UUID
  2914. # exposed to guest in the virtual BIOS. Permitted options are
  2915. # "hardware", "os", "none" or "auto" (default). (string value)
  2916. #sysinfo_serial=auto
  2917.  
  2918. # A number of seconds to memory usage statistics period. Zero
  2919. # or negative value mean to disable memory usage statistics.
  2920. # (integer value)
  2921. #mem_stats_period_seconds=10
  2922.  
  2923. # List of uid targets and ranges.Syntax is guest-uid:host-
  2924. # uid:countMaximum of 5 allowed. (list value)
  2925. #uid_maps=
  2926.  
  2927. # List of guid targets and ranges.Syntax is guest-gid:host-
  2928. # gid:countMaximum of 5 allowed. (list value)
  2929. #gid_maps=
  2930.  
  2931.  
  2932. #
  2933. # Options defined in nova.virt.libvirt.imagebackend
  2934. #
  2935.  
  2936. # VM Images format. Acceptable values are: raw, qcow2, lvm,
  2937. # rbd, default. If default is specified, then use_cow_images
  2938. # flag is used instead of this one. (string value)
  2939. #images_type=default
  2940.  
  2941. # LVM Volume Group that is used for VM images, when you
  2942. # specify images_type=lvm. (string value)
  2943. #images_volume_group=<None>
  2944.  
  2945. # Create sparse logical volumes (with virtualsize) if this
  2946. # flag is set to True. (boolean value)
  2947. #sparse_logical_volumes=false
  2948.  
  2949. # Method used to wipe old volumes (valid options are: none,
  2950. # zero, shred) (string value)
  2951. #volume_clear=zero
  2952.  
  2953. # Size in MiB to wipe at start of old volumes. 0 => all
  2954. # (integer value)
  2955. #volume_clear_size=0
  2956.  
  2957. # The RADOS pool in which rbd volumes are stored (string
  2958. # value)
  2959. #images_rbd_pool=rbd
  2960.  
  2961. # Path to the ceph configuration file to use (string value)
  2962. #images_rbd_ceph_conf=
  2963.  
  2964. # Discard option for nova managed disks (valid options are:
  2965. # ignore, unmap). Need Libvirt(1.0.6) Qemu1.5 (raw format)
  2966. # Qemu1.6(qcow2 format) (string value)
  2967. #hw_disk_discard=<None>
  2968.  
  2969.  
  2970. #
  2971. # Options defined in nova.virt.libvirt.imagecache
  2972. #
  2973.  
  2974. # Allows image information files to be stored in non-standard
  2975. # locations (string value)
  2976. #image_info_filename_pattern=$instances_path/$image_cache_subdirectory_name/%(image)s.info
  2977.  
  2978. # Should unused kernel images be removed? This is only safe to
  2979. # enable if all compute nodes have been updated to support
  2980. # this option. This will be enabled by default in future.
  2981. # (boolean value)
  2982. #remove_unused_kernels=false
  2983.  
  2984. # Unused resized base images younger than this will not be
  2985. # removed (integer value)
  2986. #remove_unused_resized_minimum_age_seconds=3600
  2987.  
  2988. # Write a checksum for files in _base to disk (boolean value)
  2989. #checksum_base_images=false
  2990.  
  2991. # How frequently to checksum base images (integer value)
  2992. #checksum_interval_seconds=3600
  2993.  
  2994.  
  2995. #
  2996. # Options defined in nova.virt.libvirt.utils
  2997. #
  2998.  
  2999. # Compress snapshot images when possible. This currently
  3000. # applies exclusively to qcow2 images (boolean value)
  3001. #snapshot_compression=false
  3002.  
  3003.  
  3004. #
  3005. # Options defined in nova.virt.libvirt.vif
  3006. #
  3007.  
  3008. # Use virtio for bridge interfaces with KVM/QEMU (boolean
  3009. # value)
  3010. #use_virtio_for_bridges=true
  3011.  
  3012.  
  3013. #
  3014. # Options defined in nova.virt.libvirt.volume
  3015. #
  3016.  
  3017. # Number of times to rescan iSCSI target to find volume
  3018. # (integer value)
  3019. #num_iscsi_scan_tries=5
  3020.  
  3021. # Number of times to rescan iSER target to find volume
  3022. # (integer value)
  3023. #num_iser_scan_tries=5
  3024.  
  3025. # The RADOS client name for accessing rbd volumes (string
  3026. # value)
  3027. #rbd_user=<None>
  3028.  
  3029. # The libvirt UUID of the secret for the rbd_uservolumes
  3030. # (string value)
  3031. #rbd_secret_uuid=<None>
  3032.  
  3033. # Directory where the NFS volume is mounted on the compute
  3034. # node (string value)
  3035. #nfs_mount_point_base=$state_path/mnt
  3036.  
  3037. # Mount options passedf to the NFS client. See section of the
  3038. # nfs man page for details (string value)
  3039. #nfs_mount_options=<None>
  3040.  
  3041. # Number of times to rediscover AoE target to find volume
  3042. # (integer value)
  3043. #num_aoe_discover_tries=3
  3044.  
  3045. # Directory where the glusterfs volume is mounted on the
  3046. # compute node (string value)
  3047. #glusterfs_mount_point_base=$state_path/mnt
  3048.  
  3049. # Use multipath connection of the iSCSI volume (boolean value)
  3050. #iscsi_use_multipath=false
  3051.  
  3052. # Use multipath connection of the iSER volume (boolean value)
  3053. #iser_use_multipath=false
  3054.  
  3055. # Path or URL to Scality SOFS configuration file (string
  3056. # value)
  3057. #scality_sofs_config=<None>
  3058.  
  3059. # Base dir where Scality SOFS shall be mounted (string value)
  3060. #scality_sofs_mount_point=$state_path/scality
  3061.  
  3062. # Protocols listed here will be accessed directly from QEMU.
  3063. # Currently supported protocols: [gluster] (list value)
  3064. #qemu_allowed_storage_drivers=
  3065.  
  3066.  
  3067. [matchmaker_redis]
  3068.  
  3069. #
  3070. # Options defined in oslo.messaging
  3071. #
  3072.  
  3073. # Host to locate redis. (string value)
  3074. #host=127.0.0.1
  3075.  
  3076. # Use this port to connect to redis host. (integer value)
  3077. #port=6379
  3078.  
  3079. # Password for Redis server (optional). (string value)
  3080. #password=<None>
  3081.  
  3082.  
  3083. [matchmaker_ring]
  3084.  
  3085. #
  3086. # Options defined in oslo.messaging
  3087. #
  3088.  
  3089. # Matchmaker ring file (JSON). (string value)
  3090. # Deprecated group;name - DEFAULT;matchmaker_ringfile
  3091. #ringfile=/etc/oslo/matchmaker_ring.json
  3092.  
  3093.  
  3094. [metrics]
  3095.  
  3096. #
  3097. # Options defined in nova.scheduler.weights.metrics
  3098. #
  3099.  
  3100. # Multiplier used for weighing metrics. (floating point value)
  3101. #weight_multiplier=1.0
  3102.  
  3103. # How the metrics are going to be weighed. This should be in
  3104. # the form of "<name1>=<ratio1>, <name2>=<ratio2>, ...", where
  3105. # <nameX> is one of the metrics to be weighed, and <ratioX> is
  3106. # the corresponding ratio. So for "name1=1.0, name2=-1.0" The
  3107. # final weight would be name1.value * 1.0 + name2.value *
  3108. # -1.0. (list value)
  3109. #weight_setting=
  3110.  
  3111. # How to treat the unavailable metrics. When a metric is NOT
  3112. # available for a host, if it is set to be True, it would
  3113. # raise an exception, so it is recommended to use the
  3114. # scheduler filter MetricFilter to filter out those hosts. If
  3115. # it is set to be False, the unavailable metric would be
  3116. # treated as a negative factor in weighing process, the
  3117. # returned value would be set by the option
  3118. # weight_of_unavailable. (boolean value)
  3119. #required=true
  3120.  
  3121. # The final weight value to be returned if required is set to
  3122. # False and any one of the metrics set by weight_setting is
  3123. # unavailable. (floating point value)
  3124. #weight_of_unavailable=-10000.0
  3125.  
  3126.  
  3127. [neutron]
  3128.  
  3129. #
  3130. # Options defined in nova.api.metadata.handler
  3131. #
  3132.  
  3133. # Set flag to indicate Neutron will proxy metadata requests
  3134. # and resolve instance ids. (boolean value)
  3135. # Deprecated group;name - DEFAULT;service_neutron_metadata_proxy
  3136. #service_metadata_proxy=false
  3137.  
  3138. # Shared secret to validate proxies Neutron metadata requests
  3139. # (string value)
  3140. # Deprecated group;name - DEFAULT;neutron_metadata_proxy_shared_secret
  3141. #metadata_proxy_shared_secret=
  3142.  
  3143.  
  3144. #
  3145. # Options defined in nova.network.neutronv2.api
  3146. #
  3147.  
  3148. # URL for connecting to neutron (string value)
  3149. # Deprecated group;name - DEFAULT;neutron_url
  3150. #url=http://127.0.0.1:9696
  3151.  
  3152. # Timeout value for connecting to neutron in seconds (integer
  3153. # value)
  3154. # Deprecated group;name - DEFAULT;neutron_url_timeout
  3155. #url_timeout=30
  3156.  
  3157. # User id for connecting to neutron in admin context (string
  3158. # value)
  3159. #admin_user_id=<None>
  3160.  
  3161. # Username for connecting to neutron in admin context (string
  3162. # value)
  3163. # Deprecated group;name - DEFAULT;neutron_admin_username
  3164. #admin_username=<None>
  3165.  
  3166. # Password for connecting to neutron in admin context (string
  3167. # value)
  3168. # Deprecated group;name - DEFAULT;neutron_admin_password
  3169. #admin_password=<None>
  3170.  
  3171. # Tenant id for connecting to neutron in admin context (string
  3172. # value)
  3173. # Deprecated group;name - DEFAULT;neutron_admin_tenant_id
  3174. #admin_tenant_id=<None>
  3175.  
  3176. # Tenant name for connecting to neutron in admin context. This
  3177. # option will be ignored if neutron_admin_tenant_id is set.
  3178. # Note that with Keystone V3 tenant names are only unique
  3179. # within a domain. (string value)
  3180. # Deprecated group;name - DEFAULT;neutron_admin_tenant_name
  3181. #admin_tenant_name=<None>
  3182.  
  3183. # Region name for connecting to neutron in admin context
  3184. # (string value)
  3185. # Deprecated group;name - DEFAULT;neutron_region_name
  3186. #region_name=<None>
  3187.  
  3188. # Authorization URL for connecting to neutron in admin context
  3189. # (string value)
  3190. # Deprecated group;name - DEFAULT;neutron_admin_auth_url
  3191. #admin_auth_url=http://localhost:5000/v2.0
  3192.  
  3193. # If set, ignore any SSL validation issues (boolean value)
  3194. # Deprecated group;name - DEFAULT;neutron_api_insecure
  3195. #api_insecure=false
  3196.  
  3197. # Authorization strategy for connecting to neutron in admin
  3198. # context (string value)
  3199. # Deprecated group;name - DEFAULT;neutron_auth_strategy
  3200. #auth_strategy=keystone
  3201.  
  3202. # Name of Integration Bridge used by Open vSwitch (string
  3203. # value)
  3204. # Deprecated group;name - DEFAULT;neutron_ovs_bridge
  3205. #ovs_bridge=br-int
  3206.  
  3207. # Number of seconds before querying neutron for extensions
  3208. # (integer value)
  3209. # Deprecated group;name - DEFAULT;neutron_extension_sync_interval
  3210. #extension_sync_interval=600
  3211.  
  3212. # Location of CA certificates file to use for neutron client
  3213. # requests. (string value)
  3214. # Deprecated group;name - DEFAULT;neutron_ca_certificates_file
  3215. #ca_certificates_file=<None>
  3216.  
  3217. # Allow an instance to have multiple vNICs attached to the
  3218. # same Neutron network. (boolean value)
  3219. #allow_duplicate_networks=false
  3220.  
  3221.  
  3222. [osapi_v3]
  3223.  
  3224. #
  3225. # Options defined in nova.api.openstack
  3226. #
  3227.  
  3228. # Whether the V3 API is enabled or not (boolean value)
  3229. #enabled=false
  3230.  
  3231. # A list of v3 API extensions to never load. Specify the
  3232. # extension aliases here. (list value)
  3233. #extensions_blacklist=
  3234.  
  3235. # If the list is not empty then a v3 API extension will only
  3236. # be loaded if it exists in this list. Specify the extension
  3237. # aliases here. (list value)
  3238. #extensions_whitelist=
  3239.  
  3240.  
  3241. [rdp]
  3242.  
  3243. #
  3244. # Options defined in nova.rdp
  3245. #
  3246.  
  3247. # Location of RDP html5 console proxy, in the form
  3248. # "http://127.0.0.1:6083/" (string value)
  3249. #html5_proxy_base_url=http://127.0.0.1:6083/
  3250.  
  3251. # Enable RDP related features (boolean value)
  3252. #enabled=false
  3253.  
  3254.  
  3255. [serial_console]
  3256.  
  3257. #
  3258. # Options defined in nova.cmd.serialproxy
  3259. #
  3260.  
  3261. # Host on which to listen for incoming requests (string value)
  3262. #serialproxy_host=0.0.0.0
  3263.  
  3264. # Port on which to listen for incoming requests (integer
  3265. # value)
  3266. #serialproxy_port=6083
  3267.  
  3268.  
  3269. #
  3270. # Options defined in nova.console.serial
  3271. #
  3272.  
  3273. # Enable serial console related features (boolean value)
  3274. #enabled=false
  3275.  
  3276. # Range of TCP ports to use for serial ports on compute hosts
  3277. # (string value)
  3278. #port_range=10000:20000
  3279.  
  3280. # Location of serial console proxy. (string value)
  3281. #base_url=ws://127.0.0.1:6083/
  3282.  
  3283. # IP address on which instance serial console should listen
  3284. # (string value)
  3285. #listen=127.0.0.1
  3286.  
  3287. # The address to which proxy clients (like nova-serialproxy)
  3288. # should connect (string value)
  3289. #proxyclient_address=127.0.0.1
  3290.  
  3291.  
  3292. [spice]
  3293.  
  3294. #
  3295. # Options defined in nova.cmd.spicehtml5proxy
  3296. #
  3297.  
  3298. # Host on which to listen for incoming requests (string value)
  3299. # Deprecated group;name - DEFAULT;spicehtml5proxy_host
  3300. #html5proxy_host=0.0.0.0
  3301.  
  3302. # Port on which to listen for incoming requests (integer
  3303. # value)
  3304. # Deprecated group;name - DEFAULT;spicehtml5proxy_port
  3305. #html5proxy_port=6082
  3306.  
  3307.  
  3308. #
  3309. # Options defined in nova.spice
  3310. #
  3311.  
  3312. # Location of spice HTML5 console proxy, in the form
  3313. # "http://127.0.0.1:6082/spice_auto.html" (string value)
  3314. #html5proxy_base_url=http://127.0.0.1:6082/spice_auto.html
  3315.  
  3316. # IP address on which instance spice server should listen
  3317. # (string value)
  3318. #server_listen=127.0.0.1
  3319.  
  3320. # The address to which proxy clients (like nova-
  3321. # spicehtml5proxy) should connect (string value)
  3322. #server_proxyclient_address=127.0.0.1
  3323.  
  3324. # Enable spice related features (boolean value)
  3325. #enabled=false
  3326.  
  3327. # Enable spice guest agent support (boolean value)
  3328. #agent_enabled=true
  3329.  
  3330. # Keymap for spice (string value)
  3331. #keymap=en-us
  3332.  
  3333.  
  3334. [ssl]
  3335.  
  3336. #
  3337. # Options defined in nova.openstack.common.sslutils
  3338. #
  3339.  
  3340. # CA certificate file to use to verify connecting clients.
  3341. # (string value)
  3342. #ca_file=<None>
  3343.  
  3344. # Certificate file to use when starting the server securely.
  3345. # (string value)
  3346. #cert_file=<None>
  3347.  
  3348. # Private key file to use when starting the server securely.
  3349. # (string value)
  3350. #key_file=<None>
  3351.  
  3352.  
  3353. [trusted_computing]
  3354.  
  3355. #
  3356. # Options defined in nova.scheduler.filters.trusted_filter
  3357. #
  3358.  
  3359. # Attestation server HTTP (string value)
  3360. #attestation_server=<None>
  3361.  
  3362. # Attestation server Cert file for Identity verification
  3363. # (string value)
  3364. #attestation_server_ca_file=<None>
  3365.  
  3366. # Attestation server port (string value)
  3367. #attestation_port=8443
  3368.  
  3369. # Attestation web API URL (string value)
  3370. #attestation_api_url=/OpenAttestationWebServices/V1.0
  3371.  
  3372. # Attestation authorization blob - must change (string value)
  3373. #attestation_auth_blob=<None>
  3374.  
  3375. # Attestation status cache valid period length (integer value)
  3376. #attestation_auth_timeout=60
  3377.  
  3378. # Disable SSL cert verification for Attestation service
  3379. # (boolean value)
  3380. #attestation_insecure_ssl=false
  3381.  
  3382.  
  3383. [upgrade_levels]
  3384.  
  3385. #
  3386. # Options defined in nova.baserpc
  3387. #
  3388.  
  3389. # Set a version cap for messages sent to the base api in any
  3390. # service (string value)
  3391. #baseapi=<None>
  3392.  
  3393.  
  3394. #
  3395. # Options defined in nova.cells.rpc_driver
  3396. #
  3397.  
  3398. # Set a version cap for messages sent between cells services
  3399. # (string value)
  3400. #intercell=<None>
  3401.  
  3402.  
  3403. #
  3404. # Options defined in nova.cells.rpcapi
  3405. #
  3406.  
  3407. # Set a version cap for messages sent to local cells services
  3408. # (string value)
  3409. #cells=<None>
  3410.  
  3411.  
  3412. #
  3413. # Options defined in nova.cert.rpcapi
  3414. #
  3415.  
  3416. # Set a version cap for messages sent to cert services (string
  3417. # value)
  3418. #cert=<None>
  3419.  
  3420.  
  3421. #
  3422. # Options defined in nova.compute.rpcapi
  3423. #
  3424.  
  3425. # Set a version cap for messages sent to compute services. If
  3426. # you plan to do a live upgrade from havana to icehouse, you
  3427. # should set this option to "icehouse-compat" before beginning
  3428. # the live upgrade procedure. (string value)
  3429. #compute=<None>
  3430.  
  3431.  
  3432. #
  3433. # Options defined in nova.conductor.rpcapi
  3434. #
  3435.  
  3436. # Set a version cap for messages sent to conductor services
  3437. # (string value)
  3438. #conductor=<None>
  3439.  
  3440.  
  3441. #
  3442. # Options defined in nova.console.rpcapi
  3443. #
  3444.  
  3445. # Set a version cap for messages sent to console services
  3446. # (string value)
  3447. #console=<None>
  3448.  
  3449.  
  3450. #
  3451. # Options defined in nova.consoleauth.rpcapi
  3452. #
  3453.  
  3454. # Set a version cap for messages sent to consoleauth services
  3455. # (string value)
  3456. #consoleauth=<None>
  3457.  
  3458.  
  3459. #
  3460. # Options defined in nova.network.rpcapi
  3461. #
  3462.  
  3463. # Set a version cap for messages sent to network services
  3464. # (string value)
  3465. #network=<None>
  3466.  
  3467.  
  3468. #
  3469. # Options defined in nova.scheduler.rpcapi
  3470. #
  3471.  
  3472. # Set a version cap for messages sent to scheduler services
  3473. # (string value)
  3474. #scheduler=<None>
  3475.  
  3476.  
  3477. [vmware]
  3478.  
  3479. #
  3480. # Options defined in nova.virt.vmwareapi.driver
  3481. #
  3482.  
  3483. # Hostname or IP address for connection to VMware VC host.
  3484. # (string value)
  3485. #host_ip=<None>
  3486.  
  3487. # Port for connection to VMware VC host. (integer value)
  3488. #host_port=443
  3489.  
  3490. # Username for connection to VMware VC host. (string value)
  3491. #host_username=<None>
  3492.  
  3493. # Password for connection to VMware VC host. (string value)
  3494. #host_password=<None>
  3495.  
  3496. # Name of a VMware Cluster ComputeResource. (multi valued)
  3497. #cluster_name=<None>
  3498.  
  3499. # Regex to match the name of a datastore. (string value)
  3500. #datastore_regex=<None>
  3501.  
  3502. # The interval used for polling of remote tasks. (floating
  3503. # point value)
  3504. #task_poll_interval=0.5
  3505.  
  3506. # The number of times we retry on failures, e.g., socket
  3507. # error, etc. (integer value)
  3508. #api_retry_count=10
  3509.  
  3510. # VNC starting port (integer value)
  3511. #vnc_port=5900
  3512.  
  3513. # Total number of VNC ports (integer value)
  3514. #vnc_port_total=10000
  3515.  
  3516. # Whether to use linked clone (boolean value)
  3517. #use_linked_clone=true
  3518.  
  3519. # Optional VIM Service WSDL Location e.g
  3520. # http://<server>/vimService.wsdl. Optional over-ride to
  3521. # default location for bug work-arounds (string value)
  3522. #wsdl_location=<None>
  3523.  
  3524.  
  3525. #
  3526. # Options defined in nova.virt.vmwareapi.vif
  3527. #
  3528.  
  3529. # Physical ethernet adapter name for vlan networking (string
  3530. # value)
  3531. #vlan_interface=vmnic0
  3532.  
  3533. # Name of Integration Bridge (string value)
  3534. #integration_bridge=br-int
  3535.  
  3536.  
  3537. #
  3538. # Options defined in nova.virt.vmwareapi.vim_util
  3539. #
  3540.  
  3541. # The maximum number of ObjectContent data objects that should
  3542. # be returned in a single result. A positive value will cause
  3543. # the operation to suspend the retrieval when the count of
  3544. # objects reaches the specified maximum. The server may still
  3545. # limit the count to something less than the configured value.
  3546. # Any remaining objects may be retrieved with additional
  3547. # requests. (integer value)
  3548. #maximum_objects=100
  3549.  
  3550.  
  3551. [xenserver]
  3552.  
  3553. #
  3554. # Options defined in nova.virt.xenapi.agent
  3555. #
  3556.  
  3557. # Number of seconds to wait for agent reply (integer value)
  3558. #agent_timeout=30
  3559.  
  3560. # Number of seconds to wait for agent to be fully operational
  3561. # (integer value)
  3562. #agent_version_timeout=300
  3563.  
  3564. # Number of seconds to wait for agent reply to resetnetwork
  3565. # request (integer value)
  3566. #agent_resetnetwork_timeout=60
  3567.  
  3568. # Specifies the path in which the XenAPI guest agent should be
  3569. # located. If the agent is present, network configuration is
  3570. # not injected into the image. Used if
  3571. # compute_driver=xenapi.XenAPIDriver and flat_injected=True
  3572. # (string value)
  3573. #agent_path=usr/sbin/xe-update-networking
  3574.  
  3575. # Disables the use of the XenAPI agent in any image regardless
  3576. # of what image properties are present. (boolean value)
  3577. #disable_agent=false
  3578.  
  3579. # Determines if the XenAPI agent should be used when the image
  3580. # used does not contain a hint to declare if the agent is
  3581. # present or not. The hint is a glance property
  3582. # "xenapi_use_agent" that has the value "True" or "False".
  3583. # Note that waiting for the agent when it is not present will
  3584. # significantly increase server boot times. (boolean value)
  3585. #use_agent_default=false
  3586.  
  3587.  
  3588. #
  3589. # Options defined in nova.virt.xenapi.client.session
  3590. #
  3591.  
  3592. # Timeout in seconds for XenAPI login. (integer value)
  3593. #login_timeout=10
  3594.  
  3595. # Maximum number of concurrent XenAPI connections. Used only
  3596. # if compute_driver=xenapi.XenAPIDriver (integer value)
  3597. #connection_concurrent=5
  3598.  
  3599.  
  3600. #
  3601. # Options defined in nova.virt.xenapi.driver
  3602. #
  3603.  
  3604. # URL for connection to XenServer/Xen Cloud Platform. A
  3605. # special value of unix://local can be used to connect to the
  3606. # local unix socket. Required if
  3607. # compute_driver=xenapi.XenAPIDriver (string value)
  3608. #connection_url=<None>
  3609.  
  3610. # Username for connection to XenServer/Xen Cloud Platform.
  3611. # Used only if compute_driver=xenapi.XenAPIDriver (string
  3612. # value)
  3613. #connection_username=root
  3614.  
  3615. # Password for connection to XenServer/Xen Cloud Platform.
  3616. # Used only if compute_driver=xenapi.XenAPIDriver (string
  3617. # value)
  3618. #connection_password=<None>
  3619.  
  3620. # The interval used for polling of coalescing vhds. Used only
  3621. # if compute_driver=xenapi.XenAPIDriver (floating point value)
  3622. #vhd_coalesce_poll_interval=5.0
  3623.  
  3624. # Ensure compute service is running on host XenAPI connects
  3625. # to. (boolean value)
  3626. #check_host=true
  3627.  
  3628. # Max number of times to poll for VHD to coalesce. Used only
  3629. # if compute_driver=xenapi.XenAPIDriver (integer value)
  3630. #vhd_coalesce_max_attempts=20
  3631.  
  3632. # Base path to the storage repository (string value)
  3633. #sr_base_path=/var/run/sr-mount
  3634.  
  3635. # The iSCSI Target Host (string value)
  3636. #target_host=<None>
  3637.  
  3638. # The iSCSI Target Port, default is port 3260 (string value)
  3639. #target_port=3260
  3640.  
  3641. # IQN Prefix (string value)
  3642. #iqn_prefix=iqn.2010-10.org.openstack
  3643.  
  3644. # Used to enable the remapping of VBD dev (Works around an
  3645. # issue in Ubuntu Maverick) (boolean value)
  3646. #remap_vbd_dev=false
  3647.  
  3648. # Specify prefix to remap VBD dev to (ex. /dev/xvdb ->
  3649. # /dev/sdb) (string value)
  3650. #remap_vbd_dev_prefix=sd
  3651.  
  3652.  
  3653. #
  3654. # Options defined in nova.virt.xenapi.image.bittorrent
  3655. #
  3656.  
  3657. # Base URL for torrent files. (string value)
  3658. #torrent_base_url=<None>
  3659.  
  3660. # Probability that peer will become a seeder. (1.0 = 100%)
  3661. # (floating point value)
  3662. #torrent_seed_chance=1.0
  3663.  
  3664. # Number of seconds after downloading an image via BitTorrent
  3665. # that it should be seeded for other peers. (integer value)
  3666. #torrent_seed_duration=3600
  3667.  
  3668. # Cached torrent files not accessed within this number of
  3669. # seconds can be reaped (integer value)
  3670. #torrent_max_last_accessed=86400
  3671.  
  3672. # Beginning of port range to listen on (integer value)
  3673. #torrent_listen_port_start=6881
  3674.  
  3675. # End of port range to listen on (integer value)
  3676. #torrent_listen_port_end=6891
  3677.  
  3678. # Number of seconds a download can remain at the same progress
  3679. # percentage w/o being considered a stall (integer value)
  3680. #torrent_download_stall_cutoff=600
  3681.  
  3682. # Maximum number of seeder processes to run concurrently
  3683. # within a given dom0. (-1 = no limit) (integer value)
  3684. #torrent_max_seeder_processes_per_host=1
  3685.  
  3686.  
  3687. #
  3688. # Options defined in nova.virt.xenapi.pool
  3689. #
  3690.  
  3691. # To use for hosts with different CPUs (boolean value)
  3692. #use_join_force=true
  3693.  
  3694.  
  3695. #
  3696. # Options defined in nova.virt.xenapi.vif
  3697. #
  3698.  
  3699. # Name of Integration Bridge used by Open vSwitch (string
  3700. # value)
  3701. #ovs_integration_bridge=xapi1
  3702.  
  3703.  
  3704. #
  3705. # Options defined in nova.virt.xenapi.vm_utils
  3706. #
  3707.  
  3708. # Cache glance images locally. `all` will cache all images,
  3709. # `some` will only cache images that have the image_property
  3710. # `cache_in_nova=True`, and `none` turns off caching entirely
  3711. # (string value)
  3712. #cache_images=all
  3713.  
  3714. # Compression level for images, e.g., 9 for gzip -9. Range is
  3715. # 1-9, 9 being most compressed but most CPU intensive on dom0.
  3716. # (integer value)
  3717. #image_compression_level=<None>
  3718.  
  3719. # Default OS type (string value)
  3720. #default_os_type=linux
  3721.  
  3722. # Time to wait for a block device to be created (integer
  3723. # value)
  3724. #block_device_creation_timeout=10
  3725.  
  3726. # Maximum size in bytes of kernel or ramdisk images (integer
  3727. # value)
  3728. #max_kernel_ramdisk_size=16777216
  3729.  
  3730. # Filter for finding the SR to be used to install guest
  3731. # instances on. To use the Local Storage in default
  3732. # XenServer/XCP installations set this flag to other-config
  3733. # :i18n-key=local-storage. To select an SR with a different
  3734. # matching criteria, you could set it to other-
  3735. # config:my_favorite_sr=true. On the other hand, to fall back
  3736. # on the Default SR, as displayed by XenCenter, set this flag
  3737. # to: default-sr:true (string value)
  3738. #sr_matching_filter=default-sr:true
  3739.  
  3740. # Whether to use sparse_copy for copying data on a resize down
  3741. # (False will use standard dd). This speeds up resizes down
  3742. # considerably since large runs of zeros won't have to be
  3743. # rsynced (boolean value)
  3744. #sparse_copy=true
  3745.  
  3746. # Maximum number of retries to unplug VBD (integer value)
  3747. #num_vbd_unplug_retries=10
  3748.  
  3749. # Whether or not to download images via Bit Torrent
  3750. # (all|some|none). (string value)
  3751. #torrent_images=none
  3752.  
  3753. # Name of network to use for booting iPXE ISOs (string value)
  3754. #ipxe_network_name=<None>
  3755.  
  3756. # URL to the iPXE boot menu (string value)
  3757. #ipxe_boot_menu_url=<None>
  3758.  
  3759. # Name and optionally path of the tool used for ISO image
  3760. # creation (string value)
  3761. #ipxe_mkisofs_cmd=mkisofs
  3762.  
  3763.  
  3764. #
  3765. # Options defined in nova.virt.xenapi.vmops
  3766. #
  3767.  
  3768. # Number of seconds to wait for instance to go to running
  3769. # state (integer value)
  3770. #running_timeout=60
  3771.  
  3772. # The XenAPI VIF driver using XenServer Network APIs. (string
  3773. # value)
  3774. #vif_driver=nova.virt.xenapi.vif.XenAPIBridgeDriver
  3775.  
  3776. # Dom0 plugin driver used to handle image uploads. (string
  3777. # value)
  3778. #image_upload_handler=nova.virt.xenapi.image.glance.GlanceStore
  3779.  
  3780.  
  3781. #
  3782. # Options defined in nova.virt.xenapi.volume_utils
  3783. #
  3784.  
  3785. # Number of seconds to wait for an SR to settle if the VDI
  3786. # does not exist when first introduced (integer value)
  3787. #introduce_vdi_retry_wait=20
  3788.  
  3789.  
  3790. [zookeeper]
  3791.  
  3792. #
  3793. # Options defined in nova.servicegroup.drivers.zk
  3794. #
  3795.  
  3796. # The ZooKeeper addresses for servicegroup service in the
  3797. # format of host1:port,host2:port,host3:port (string value)
  3798. #address=<None>
  3799.  
  3800. # The recv_timeout parameter for the zk session (integer
  3801. # value)
  3802. #recv_timeout=4000
  3803.  
  3804. # The prefix used in ZooKeeper to store ephemeral nodes
  3805. # (string value)
  3806. #sg_prefix=/servicegroups
  3807.  
  3808. # Number of seconds to wait until retrying to join the session
  3809. # (integer value)
  3810. #sg_retry_interval=5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement