Guest User

Untitled

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