Advertisement
Guest User

Untitled

a guest
Jan 21st, 2015
503
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. #ldap_dns_soa_hostmaster=hostmaster@example.org
  1287.  
  1288. # DNS Servers for LDAP DNS driver (multi valued)
  1289. #ldap_dns_servers=dns.example.org
  1290.  
  1291. # Base DN for DNS entries in LDAP (string value)
  1292. #ldap_dns_base_dn=ou=hosts,dc=example,dc=org
  1293.  
  1294. # Refresh interval (in seconds) for LDAP DNS driver Statement
  1295. # of Authority (string value)
  1296. #ldap_dns_soa_refresh=1800
  1297.  
  1298. # Retry interval (in seconds) for LDAP DNS driver Statement of
  1299. # Authority (string value)
  1300. #ldap_dns_soa_retry=3600
  1301.  
  1302. # Expiry interval (in seconds) for LDAP DNS driver Statement
  1303. # of Authority (string value)
  1304. #ldap_dns_soa_expiry=86400
  1305.  
  1306. # Minimum interval (in seconds) for LDAP DNS driver Statement
  1307. # of Authority (string value)
  1308. #ldap_dns_soa_minimum=7200
  1309.  
  1310.  
  1311. #
  1312. # Options defined in nova.network.linux_net
  1313. #
  1314.  
  1315. # Location of flagfiles for dhcpbridge (multi valued)
  1316. #dhcpbridge_flagfile=/etc/nova/nova.conf
  1317.  
  1318. # Location to keep network config files (string value)
  1319. #networks_path=$state_path/networks
  1320.  
  1321. # Interface for public IP addresses (string value)
  1322. #public_interface=eth0
  1323.  
  1324. # MTU setting for network interface (integer value)
  1325. #network_device_mtu=<None>
  1326.  
  1327. # Location of nova-dhcpbridge (string value)
  1328. #dhcpbridge=/usr/bin/nova-dhcpbridge
  1329.  
  1330. # Public IP of network host (string value)
  1331. #routing_source_ip=$my_ip
  1332.  
  1333. # Lifetime of a DHCP lease in seconds (integer value)
  1334. #dhcp_lease_time=120
  1335.  
  1336. # If set, uses specific DNS server for dnsmasq. Can be
  1337. # specified multiple times. (multi valued)
  1338. #dns_server=
  1339.  
  1340. # If set, uses the dns1 and dns2 from the network ref. as dns
  1341. # servers. (boolean value)
  1342. #use_network_dns_servers=false
  1343.  
  1344. # A list of dmz range that should be accepted (list value)
  1345. #dmz_cidr=
  1346.  
  1347. # Traffic to this range will always be snatted to the fallback
  1348. # ip, even if it would normally be bridged out of the node.
  1349. # Can be specified multiple times. (multi valued)
  1350. #force_snat_range=
  1351.  
  1352. # Override the default dnsmasq settings with this file (string
  1353. # value)
  1354. #dnsmasq_config_file=
  1355.  
  1356. # Driver used to create ethernet devices. (string value)
  1357. #linuxnet_interface_driver=nova.network.linux_net.LinuxBridgeInterfaceDriver
  1358.  
  1359. # Name of Open vSwitch bridge used with linuxnet (string
  1360. # value)
  1361. #linuxnet_ovs_integration_bridge=br-int
  1362.  
  1363. # Send gratuitous ARPs for HA setup (boolean value)
  1364. #send_arp_for_ha=false
  1365.  
  1366. # Send this many gratuitous ARPs for HA setup (integer value)
  1367. #send_arp_for_ha_count=3
  1368.  
  1369. # Use single default gateway. Only first nic of vm will get
  1370. # default gateway from dhcp server (boolean value)
  1371. #use_single_default_gateway=false
  1372.  
  1373. # An interface that bridges can forward to. If this is set to
  1374. # all then all traffic will be forwarded. Can be specified
  1375. # multiple times. (multi valued)
  1376. #forward_bridge_interface=all
  1377.  
  1378. # The IP address for the metadata API server (string value)
  1379. #metadata_host=$my_ip
  1380. metadata_host=10.140.230.167
  1381.  
  1382. # The port for the metadata API port (integer value)
  1383. #metadata_port=8775
  1384.  
  1385. # Regular expression to match iptables rule that should always
  1386. # be on the top. (string value)
  1387. #iptables_top_regex=
  1388.  
  1389. # Regular expression to match iptables rule that should always
  1390. # be on the bottom. (string value)
  1391. #iptables_bottom_regex=
  1392.  
  1393. # The table that iptables to jump to when a packet is to be
  1394. # dropped. (string value)
  1395. #iptables_drop_action=DROP
  1396.  
  1397. # Amount of time, in seconds, that ovs_vsctl should wait for a
  1398. # response from the database. 0 is to wait forever. (integer
  1399. # value)
  1400. #ovs_vsctl_timeout=120
  1401.  
  1402. # If passed, use fake network devices and addresses (boolean
  1403. # value)
  1404. #fake_network=false
  1405.  
  1406.  
  1407. #
  1408. # Options defined in nova.network.manager
  1409. #
  1410.  
  1411. # Bridge for simple network instances (string value)
  1412. #flat_network_bridge=<None>
  1413.  
  1414. # DNS server for simple network (string value)
  1415. #flat_network_dns=8.8.4.4
  1416.  
  1417. # Whether to attempt to inject network setup into guest
  1418. # (boolean value)
  1419. #flat_injected=false
  1420.  
  1421. # FlatDhcp will bridge into this interface if set (string
  1422. # value)
  1423. #flat_interface=<None>
  1424.  
  1425. # First VLAN for private networks (integer value)
  1426. #vlan_start=100
  1427.  
  1428. # VLANs will bridge into this interface if set (string value)
  1429. #vlan_interface=<None>
  1430.  
  1431. # Number of networks to support (integer value)
  1432. #num_networks=1
  1433.  
  1434. # Public IP for the cloudpipe VPN servers (string value)
  1435. #vpn_ip=$my_ip
  1436.  
  1437. # First Vpn port for private networks (integer value)
  1438. #vpn_start=1000
  1439.  
  1440. # Number of addresses in each private subnet (integer value)
  1441. #network_size=256
  1442.  
  1443. # Fixed IPv6 address block (string value)
  1444. #fixed_range_v6=fd00::/48
  1445.  
  1446. # Default IPv4 gateway (string value)
  1447. #gateway=<None>
  1448.  
  1449. # Default IPv6 gateway (string value)
  1450. #gateway_v6=<None>
  1451.  
  1452. # Number of addresses reserved for vpn clients (integer value)
  1453. #cnt_vpn_clients=0
  1454.  
  1455. # Seconds after which a deallocated IP is disassociated
  1456. # (integer value)
  1457. #fixed_ip_disassociate_timeout=600
  1458.  
  1459. # Number of attempts to create unique mac address (integer
  1460. # value)
  1461. #create_unique_mac_address_attempts=5
  1462.  
  1463. # If True, skip using the queue and make local calls (boolean
  1464. # value)
  1465. #fake_call=false
  1466.  
  1467. # If True, unused gateway devices (VLAN and bridge) are
  1468. # deleted in VLAN network mode with multi hosted networks
  1469. # (boolean value)
  1470. #teardown_unused_network_gateway=false
  1471.  
  1472. # If True, send a dhcp release on instance termination
  1473. # (boolean value)
  1474. #force_dhcp_release=True
  1475.  
  1476. # If True in multi_host mode, all compute hosts share the same
  1477. # dhcp address. The same IP address used for DHCP will be
  1478. # added on each nova-network node which is only visible to the
  1479. # vms on the same host. (boolean value)
  1480. #share_dhcp_address=false
  1481.  
  1482. # If True, when a DNS entry must be updated, it sends a fanout
  1483. # cast to all network hosts to update their DNS entries in
  1484. # multi host mode (boolean value)
  1485. #update_dns_entries=false
  1486.  
  1487. # Number of seconds to wait between runs of updates to DNS
  1488. # entries. (integer value)
  1489. #dns_update_periodic_interval=-1
  1490.  
  1491. # Domain to use for building the hostnames (string value)
  1492. #dhcp_domain=novalocal
  1493.  
  1494. # Indicates underlying L3 management library (string value)
  1495. #l3_lib=nova.network.l3.LinuxNetL3
  1496.  
  1497.  
  1498. #
  1499. # Options defined in nova.network.neutronv2.api
  1500. #
  1501.  
  1502. # URL for connecting to neutron (string value)
  1503. #neutron_url=http://127.0.0.1:9696
  1504. neutron_url=http://10.140.230.167:9696
  1505.  
  1506. # Timeout value for connecting to neutron in seconds (integer
  1507. # value)
  1508. #neutron_url_timeout=30
  1509. neutron_url_timeout=30
  1510.  
  1511. # Username for connecting to neutron in admin context (string
  1512. # value)
  1513. #neutron_admin_username=<None>
  1514. neutron_admin_username=neutron
  1515.  
  1516. # Password for connecting to neutron in admin context (string
  1517. # value)
  1518. #neutron_admin_password=<None>
  1519. neutron_admin_password=c56fa89ef5eb49e3
  1520.  
  1521. # Tenant id for connecting to neutron in admin context (string
  1522. # value)
  1523. #neutron_admin_tenant_id=<None>
  1524.  
  1525. # Tenant name for connecting to neutron in admin context. This
  1526. # option is mutually exclusive with neutron_admin_tenant_id.
  1527. # Note that with Keystone V3 tenant names are only unique
  1528. # within a domain. (string value)
  1529. #neutron_admin_tenant_name=<None>
  1530. neutron_admin_tenant_name=services
  1531.  
  1532. # Region name for connecting to neutron in admin context
  1533. # (string value)
  1534. #neutron_region_name=<None>
  1535. neutron_region_name=RegionOne
  1536.  
  1537. # Authorization URL for connecting to neutron in admin context
  1538. # (string value)
  1539. #neutron_admin_auth_url=http://localhost:5000/v2.0
  1540. neutron_admin_auth_url=http://10.140.230.167:35357/v2.0
  1541.  
  1542. # If set, ignore any SSL validation issues (boolean value)
  1543. #neutron_api_insecure=false
  1544.  
  1545. # Authorization strategy for connecting to neutron in admin
  1546. # context (string value)
  1547. #neutron_auth_strategy=keystone
  1548. neutron_auth_strategy=keystone
  1549.  
  1550. # Name of Integration Bridge used by Open vSwitch (string
  1551. # value)
  1552. #neutron_ovs_bridge=br-int
  1553. #neutron_ovs_bridge=br-int
  1554.  
  1555. # Number of seconds before querying neutron for extensions
  1556. # (integer value)
  1557. #neutron_extension_sync_interval=600
  1558. neutron_extension_sync_interval=600
  1559.  
  1560. # Location of CA certificates file to use for neutron client
  1561. # requests. (string value)
  1562. #neutron_ca_certificates_file=<None>
  1563.  
  1564.  
  1565. #
  1566. # Options defined in nova.network.rpcapi
  1567. #
  1568.  
  1569. # The topic network nodes listen on (string value)
  1570. #network_topic=network
  1571.  
  1572. # Default value for multi_host in networks. Also, if set, some
  1573. # rpc network calls will be sent directly to host. (boolean
  1574. # value)
  1575. #multi_host=false
  1576.  
  1577.  
  1578. #
  1579. # Options defined in nova.network.security_group.openstack_driver
  1580. #
  1581.  
  1582. # The full class name of the security API class (string value)
  1583. #security_group_api=nova
  1584. security_group_api=neutron
  1585.  
  1586.  
  1587. #
  1588. # Options defined in nova.objectstore.s3server
  1589. #
  1590.  
  1591. # Path to S3 buckets (string value)
  1592. #buckets_path=$state_path/buckets
  1593.  
  1594. # IP address for S3 API to listen (string value)
  1595. #s3_listen=0.0.0.0
  1596.  
  1597. # Port for S3 API to listen (integer value)
  1598. #s3_listen_port=3333
  1599.  
  1600.  
  1601. #
  1602. # Options defined in nova.openstack.common.eventlet_backdoor
  1603. #
  1604.  
  1605. # Enable eventlet backdoor. Acceptable values are 0, <port>
  1606. # and <start>:<end>, where 0 results in listening on a random
  1607. # tcp port number, <port> results in listening on the
  1608. # specified port number and not enabling backdoorif it is in
  1609. # use and <start>:<end> results in listening on the smallest
  1610. # unused port number within the specified range of port
  1611. # numbers. The chosen port is displayed in the service's log
  1612. # file. (string value)
  1613. #backdoor_port=<None>
  1614.  
  1615.  
  1616. #
  1617. # Options defined in nova.openstack.common.lockutils
  1618. #
  1619.  
  1620. # Whether to disable inter-process locks (boolean value)
  1621. #disable_process_locking=false
  1622.  
  1623. # Directory to use for lock files. (string value)
  1624. #lock_path=/var/lib/nova/tmp
  1625. lock_path=/var/lib/nova/tmp
  1626.  
  1627.  
  1628. #
  1629. # Options defined in nova.openstack.common.log
  1630. #
  1631.  
  1632. # Print debugging output (set logging level to DEBUG instead
  1633. # of default WARNING level). (boolean value)
  1634. #debug=false
  1635. debug=True
  1636.  
  1637. # Print more verbose output (set logging level to INFO instead
  1638. # of default WARNING level). (boolean value)
  1639. #verbose=false
  1640. verbose=True
  1641.  
  1642. # Log output to standard error (boolean value)
  1643. #use_stderr=False
  1644.  
  1645. # format string to use for log messages with context (string
  1646. # value)
  1647. #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
  1648.  
  1649. # format string to use for log messages without context
  1650. # (string value)
  1651. #logging_default_format_string=%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s
  1652.  
  1653. # data to append to log format when level is DEBUG (string
  1654. # value)
  1655. #logging_debug_format_suffix=%(funcName)s %(pathname)s:%(lineno)d
  1656.  
  1657. # prefix each line of exception output with this format
  1658. # (string value)
  1659. #logging_exception_prefix=%(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s
  1660.  
  1661. # list of logger=LEVEL pairs (list value)
  1662. #default_log_levels=amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,oslo.messaging=INFO,iso8601=WARN
  1663.  
  1664. # publish error events (boolean value)
  1665. #publish_errors=false
  1666.  
  1667. # make deprecations fatal (boolean value)
  1668. #fatal_deprecations=false
  1669.  
  1670. # If an instance is passed with the log message, format it
  1671. # like this (string value)
  1672. #instance_format="[instance: %(uuid)s] "
  1673.  
  1674. # If an instance UUID is passed with the log message, format
  1675. # it like this (string value)
  1676. #instance_uuid_format="[instance: %(uuid)s] "
  1677.  
  1678. # The name of logging configuration file. It does not disable
  1679. # existing loggers, but just appends specified logging
  1680. # configuration to any other existing logging options. Please
  1681. # see the Python logging module documentation for details on
  1682. # logging configuration files. (string value)
  1683. # Deprecated group;name - DEFAULT;log_config
  1684. #log_config_append=<None>
  1685.  
  1686. # DEPRECATED. A logging.Formatter log message format string
  1687. # which may use any of the available logging.LogRecord
  1688. # attributes. This option is deprecated. Please use
  1689. # logging_context_format_string and
  1690. # logging_default_format_string instead. (string value)
  1691. #log_format=<None>
  1692.  
  1693. # Format string for %%(asctime)s in log records. Default:
  1694. # %(default)s (string value)
  1695. #log_date_format=%Y-%m-%d %H:%M:%S
  1696.  
  1697. # (Optional) Name of log file to output to. If no default is
  1698. # set, logging will go to stdout. (string value)
  1699. # Deprecated group;name - DEFAULT;logfile
  1700. #log_file=<None>
  1701.  
  1702. # (Optional) The base directory used for relative --log-file
  1703. # paths (string value)
  1704. # Deprecated group;name - DEFAULT;logdir
  1705. #log_dir=/var/log/nova
  1706. log_dir=/var/log/nova
  1707.  
  1708. # Use syslog for logging. Existing syslog format is DEPRECATED
  1709. # during I, and then will be changed in J to honor RFC5424
  1710. # (boolean value)
  1711. #use_syslog=false
  1712. use_syslog=False
  1713.  
  1714. # (Optional) Use syslog rfc5424 format for logging. If
  1715. # enabled, will add APP-NAME (RFC5424) before the MSG part of
  1716. # the syslog message. The old format without APP-NAME is
  1717. # deprecated in I, and will be removed in J. (boolean value)
  1718. #use_syslog_rfc_format=false
  1719.  
  1720. # syslog facility to receive log lines (string value)
  1721. #syslog_log_facility=LOG_USER
  1722.  
  1723.  
  1724. #
  1725. # Options defined in nova.openstack.common.memorycache
  1726. #
  1727.  
  1728. # Memcached servers or None for in process cache. (list value)
  1729. #memcached_servers=<None>
  1730.  
  1731.  
  1732. #
  1733. # Options defined in nova.openstack.common.periodic_task
  1734. #
  1735.  
  1736. # Some periodic tasks can be run in a separate process. Should
  1737. # we run them here? (boolean value)
  1738. #run_external_periodic_tasks=true
  1739.  
  1740.  
  1741. #
  1742. # Options defined in nova.pci.pci_request
  1743. #
  1744.  
  1745. # An alias for a PCI passthrough device requirement. This
  1746. # allows users to specify the alias in the extra_spec for a
  1747. # flavor, without needing to repeat all the PCI property
  1748. # requirements. For example: pci_alias = { "name":
  1749. # "QuicAssist", "product_id": "0443", "vendor_id": "8086",
  1750. # "device_type": "ACCEL" } defines an alias for the Intel
  1751. # QuickAssist card. (multi valued) (multi valued)
  1752. #pci_alias=
  1753.  
  1754.  
  1755. #
  1756. # Options defined in nova.pci.pci_whitelist
  1757. #
  1758.  
  1759. # White list of PCI devices available to VMs. For example:
  1760. # pci_passthrough_whitelist = [{"vendor_id": "8086",
  1761. # "product_id": "0443"}] (multi valued)
  1762. #pci_passthrough_whitelist=
  1763.  
  1764.  
  1765. #
  1766. # Options defined in nova.scheduler.driver
  1767. #
  1768.  
  1769. # The scheduler host manager class to use (string value)
  1770. #scheduler_host_manager=nova.scheduler.host_manager.HostManager
  1771.  
  1772. # Maximum number of attempts to schedule an instance (integer
  1773. # value)
  1774. #scheduler_max_attempts=3
  1775.  
  1776.  
  1777. #
  1778. # Options defined in nova.scheduler.filter_scheduler
  1779. #
  1780.  
  1781. # New instances will be scheduled on a host chosen randomly
  1782. # from a subset of the N best hosts. This property defines the
  1783. # subset size that a host is chosen from. A value of 1 chooses
  1784. # the first host returned by the weighing functions. This
  1785. # value must be at least 1. Any value less than 1 will be
  1786. # ignored, and 1 will be used instead (integer value)
  1787. #scheduler_host_subset_size=1
  1788.  
  1789.  
  1790. #
  1791. # Options defined in nova.scheduler.filters.aggregate_image_properties_isolation
  1792. #
  1793.  
  1794. # Force the filter to consider only keys matching the given
  1795. # namespace. (string value)
  1796. #aggregate_image_properties_isolation_namespace=<None>
  1797.  
  1798. # The separator used between the namespace and keys (string
  1799. # value)
  1800. #aggregate_image_properties_isolation_separator=.
  1801.  
  1802.  
  1803. #
  1804. # Options defined in nova.scheduler.filters.core_filter
  1805. #
  1806.  
  1807. # Virtual CPU to physical CPU allocation ratio which affects
  1808. # all CPU filters. This configuration specifies a global ratio
  1809. # for CoreFilter. For AggregateCoreFilter, it will fall back
  1810. # to this configuration value if no per-aggregate setting
  1811. # found. (floating point value)
  1812. #cpu_allocation_ratio=16.0
  1813. cpu_allocation_ratio=4.0
  1814.  
  1815.  
  1816. #
  1817. # Options defined in nova.scheduler.filters.disk_filter
  1818. #
  1819.  
  1820. # Virtual disk to physical disk allocation ratio (floating
  1821. # point value)
  1822. #disk_allocation_ratio=1.0
  1823.  
  1824.  
  1825. #
  1826. # Options defined in nova.scheduler.filters.io_ops_filter
  1827. #
  1828.  
  1829. # Ignore hosts that have too many
  1830. # builds/resizes/snaps/migrations (integer value)
  1831. #max_io_ops_per_host=8
  1832.  
  1833.  
  1834. #
  1835. # Options defined in nova.scheduler.filters.isolated_hosts_filter
  1836. #
  1837.  
  1838. # Images to run on isolated host (list value)
  1839. #isolated_images=
  1840.  
  1841. # Host reserved for specific images (list value)
  1842. #isolated_hosts=
  1843.  
  1844. # Whether to force isolated hosts to run only isolated images
  1845. # (boolean value)
  1846. #restrict_isolated_hosts_to_isolated_images=true
  1847.  
  1848.  
  1849. #
  1850. # Options defined in nova.scheduler.filters.num_instances_filter
  1851. #
  1852.  
  1853. # Ignore hosts that have too many instances (integer value)
  1854. #max_instances_per_host=50
  1855.  
  1856.  
  1857. #
  1858. # Options defined in nova.scheduler.filters.ram_filter
  1859. #
  1860.  
  1861. # Virtual ram to physical ram allocation ratio which affects
  1862. # all ram filters. This configuration specifies a global ratio
  1863. # for RamFilter. For AggregateRamFilter, it will fall back to
  1864. # this configuration value if no per-aggregate setting found.
  1865. # (floating point value)
  1866. #ram_allocation_ratio=1.5
  1867. ram_allocation_ratio=2.0
  1868.  
  1869.  
  1870. #
  1871. # Options defined in nova.scheduler.host_manager
  1872. #
  1873.  
  1874. # Filter classes available to the scheduler which may be
  1875. # specified more than once. An entry of
  1876. # "nova.scheduler.filters.standard_filters" maps to all
  1877. # filters included with nova. (multi valued)
  1878. #scheduler_available_filters=nova.scheduler.filters.all_filters
  1879.  
  1880. # Which filter class names to use for filtering hosts when not
  1881. # specified in the request. (list value)
  1882. #scheduler_default_filters=RetryFilter,AvailabilityZoneFilter,RamFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter
  1883. scheduler_default_filters=RetryFilter,AvailabilityZoneFilter,RamFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,CoreFilter
  1884.  
  1885. # Which weight class names to use for weighing hosts (list
  1886. # value)
  1887. #scheduler_weight_classes=nova.scheduler.weights.all_weighers
  1888.  
  1889.  
  1890. #
  1891. # Options defined in nova.scheduler.manager
  1892. #
  1893.  
  1894. # Default driver to use for the scheduler (string value)
  1895. #scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
  1896.  
  1897. # How often (in seconds) to run periodic tasks in the
  1898. # scheduler driver of your choice. Please note this is likely
  1899. # to interact with the value of service_down_time, but exactly
  1900. # how they interact will depend on your choice of scheduler
  1901. # driver. (integer value)
  1902. #scheduler_driver_task_period=60
  1903.  
  1904.  
  1905. #
  1906. # Options defined in nova.scheduler.rpcapi
  1907. #
  1908.  
  1909. # The topic scheduler nodes listen on (string value)
  1910. #scheduler_topic=scheduler
  1911.  
  1912.  
  1913. #
  1914. # Options defined in nova.scheduler.scheduler_options
  1915. #
  1916.  
  1917. # Absolute path to scheduler configuration JSON file. (string
  1918. # value)
  1919. #scheduler_json_config_location=
  1920.  
  1921.  
  1922. #
  1923. # Options defined in nova.scheduler.weights.ram
  1924. #
  1925.  
  1926. # Multiplier used for weighing ram. Negative numbers mean to
  1927. # stack vs spread. (floating point value)
  1928. #ram_weight_multiplier=1.0
  1929.  
  1930.  
  1931. #
  1932. # Options defined in nova.servicegroup.api
  1933. #
  1934.  
  1935. # The driver for servicegroup service (valid options are: db,
  1936. # zk, mc) (string value)
  1937. #servicegroup_driver=db
  1938.  
  1939.  
  1940. #
  1941. # Options defined in nova.virt.configdrive
  1942. #
  1943.  
  1944. # Config drive format. One of iso9660 (default) or vfat
  1945. # (string value)
  1946. #config_drive_format=iso9660
  1947.  
  1948. # Where to put temporary files associated with config drive
  1949. # creation (string value)
  1950. #config_drive_tempdir=<None>
  1951.  
  1952. # Set to force injection to take place on a config drive (if
  1953. # set, valid options are: always) (string value)
  1954. #force_config_drive=<None>
  1955.  
  1956. # Name and optionally path of the tool used for ISO image
  1957. # creation (string value)
  1958. #mkisofs_cmd=genisoimage
  1959.  
  1960.  
  1961. #
  1962. # Options defined in nova.virt.cpu
  1963. #
  1964.  
  1965. # Defines which pcpus that instance vcpus can use. For
  1966. # example, "4-12,^8,15" (string value)
  1967. #vcpu_pin_set=<None>
  1968.  
  1969.  
  1970. #
  1971. # Options defined in nova.virt.disk.api
  1972. #
  1973.  
  1974. # Template file for injected network (string value)
  1975. #injected_network_template=/usr/share/nova/interfaces.template
  1976.  
  1977. # Name of the mkfs commands for ephemeral device. The format
  1978. # is <os_type>=<mkfs command> (multi valued)
  1979. #virt_mkfs=
  1980.  
  1981. # Attempt to resize the filesystem by accessing the image over
  1982. # a block device. This is done by the host and may not be
  1983. # necessary if the image contains a recent version of cloud-
  1984. # init. Possible mechanisms require the nbd driver (for qcow
  1985. # and raw), or loop (for raw). (boolean value)
  1986. #resize_fs_using_block_device=false
  1987.  
  1988.  
  1989. #
  1990. # Options defined in nova.virt.disk.mount.nbd
  1991. #
  1992.  
  1993. # Amount of time, in seconds, to wait for NBD device start up.
  1994. # (integer value)
  1995. #timeout_nbd=10
  1996.  
  1997.  
  1998. #
  1999. # Options defined in nova.virt.driver
  2000. #
  2001.  
  2002. # Driver to use for controlling virtualization. Options
  2003. # include: libvirt.LibvirtDriver, xenapi.XenAPIDriver,
  2004. # fake.FakeDriver, baremetal.BareMetalDriver,
  2005. # vmwareapi.VMwareESXDriver, vmwareapi.VMwareVCDriver (string
  2006. # value)
  2007. #compute_driver=libvirt.LibvirtDriver
  2008.  
  2009. # The default format an ephemeral_volume will be formatted
  2010. # with on creation. (string value)
  2011. #default_ephemeral_format=<None>
  2012.  
  2013. # VM image preallocation mode: "none" => no storage
  2014. # provisioning is done up front, "space" => storage is fully
  2015. # allocated at instance start (string value)
  2016. #preallocate_images=none
  2017.  
  2018. # Whether to use cow images (boolean value)
  2019. #use_cow_images=true
  2020.  
  2021. # Fail instance boot if vif plugging fails (boolean value)
  2022. #vif_plugging_is_fatal=true
  2023. vif_plugging_is_fatal=True
  2024.  
  2025. # Number of seconds to wait for neutron vif plugging events to
  2026. # arrive before continuing or failing (see
  2027. # vif_plugging_is_fatal). If this is set to zero and
  2028. # vif_plugging_is_fatal is False, events should not be
  2029. # expected to arrive at all. (integer value)
  2030. #vif_plugging_timeout=300
  2031. vif_plugging_timeout=300
  2032.  
  2033.  
  2034. #
  2035. # Options defined in nova.virt.firewall
  2036. #
  2037.  
  2038. # Firewall driver (defaults to hypervisor specific iptables
  2039. # driver) (string value)
  2040. #firewall_driver=nova.virt.libvirt.firewall.IptablesFirewallDriver
  2041. firewall_driver=nova.virt.firewall.NoopFirewallDriver
  2042.  
  2043. # Whether to allow network traffic from same network (boolean
  2044. # value)
  2045. #allow_same_net_traffic=true
  2046.  
  2047.  
  2048. #
  2049. # Options defined in nova.virt.imagecache
  2050. #
  2051.  
  2052. # Number of seconds to wait between runs of the image cache
  2053. # manager (integer value)
  2054. #image_cache_manager_interval=2400
  2055.  
  2056. # Where cached images are stored under $instances_path. This
  2057. # is NOT the full path - just a folder name. For per-compute-
  2058. # host cached images, set to _base_$my_ip (string value)
  2059. # Deprecated group;name - DEFAULT;base_dir_name
  2060. #image_cache_subdirectory_name=_base
  2061.  
  2062. # Should unused base images be removed? (boolean value)
  2063. #remove_unused_base_images=true
  2064.  
  2065. # Unused unresized base images younger than this will not be
  2066. # removed (integer value)
  2067. #remove_unused_original_minimum_age_seconds=86400
  2068.  
  2069.  
  2070. #
  2071. # Options defined in nova.virt.imagehandler
  2072. #
  2073.  
  2074. # Specifies which image handler extension names to use for
  2075. # handling images. The first extension in the list which can
  2076. # handle the image with a suitable location will be used.
  2077. # (list value)
  2078. #image_handlers=download
  2079.  
  2080.  
  2081. #
  2082. # Options defined in nova.virt.images
  2083. #
  2084.  
  2085. # Force backing images to raw format (boolean value)
  2086. #force_raw_images=true
  2087.  
  2088.  
  2089. #
  2090. # Options defined in nova.vnc
  2091. #
  2092.  
  2093. # Location of VNC console proxy, in the form
  2094. # "http://127.0.0.1:6080/vnc_auto.html" (string value)
  2095. #novncproxy_base_url=http://127.0.0.1:6080/vnc_auto.html
  2096.  
  2097. # Location of nova xvp VNC console proxy, in the form
  2098. # "http://127.0.0.1:6081/console" (string value)
  2099. #xvpvncproxy_base_url=http://127.0.0.1:6081/console
  2100.  
  2101. # IP address on which instance vncservers should listen
  2102. # (string value)
  2103. #vncserver_listen=127.0.0.1
  2104.  
  2105. # The address to which proxy clients (like nova-xvpvncproxy)
  2106. # should connect (string value)
  2107. #vncserver_proxyclient_address=127.0.0.1
  2108.  
  2109. # Enable VNC related features (boolean value)
  2110. #vnc_enabled=true
  2111.  
  2112. # Keymap for VNC (string value)
  2113. vnc_keymap=fr
  2114.  
  2115.  
  2116. #
  2117. # Options defined in nova.vnc.xvp_proxy
  2118. #
  2119.  
  2120. # Port that the XCP VNC proxy should bind to (integer value)
  2121. #xvpvncproxy_port=6081
  2122.  
  2123. # Address that the XCP VNC proxy should bind to (string value)
  2124. #xvpvncproxy_host=0.0.0.0
  2125.  
  2126.  
  2127. #
  2128. # Options defined in nova.volume
  2129. #
  2130.  
  2131. # The full class name of the volume API class to use (string
  2132. # value)
  2133. #volume_api_class=nova.volume.cinder.API
  2134. volume_api_class=nova.volume.cinder.API
  2135.  
  2136.  
  2137. #
  2138. # Options defined in nova.volume.cinder
  2139. #
  2140.  
  2141. # Info to match when looking for cinder in the service
  2142. # catalog. Format is: separated values of the form:
  2143. # <service_type>:<service_name>:<endpoint_type> (string value)
  2144. #cinder_catalog_info=volume:cinder:publicURL
  2145.  
  2146. # Override service catalog lookup with template for cinder
  2147. # endpoint e.g. http://localhost:8776/v1/%(project_id)s
  2148. # (string value)
  2149. #cinder_endpoint_template=<None>
  2150.  
  2151. # Region name of this node (string value)
  2152. #os_region_name=<None>
  2153.  
  2154. # Location of ca certificates file to use for cinder client
  2155. # requests. (string value)
  2156. #cinder_ca_certificates_file=<None>
  2157.  
  2158. # Number of cinderclient retries on failed http calls (integer
  2159. # value)
  2160. #cinder_http_retries=3
  2161.  
  2162. # Allow to perform insecure SSL requests to cinder (boolean
  2163. # value)
  2164. #cinder_api_insecure=false
  2165.  
  2166. # Allow attach between instance and volume in different
  2167. # availability zones. (boolean value)
  2168. #cinder_cross_az_attach=true
  2169. sql_connection=mysql://nova:933b682cddea4d27@10.140.230.167/nova
  2170. image_service=nova.image.glance.GlanceImageService
  2171. osapi_volume_listen=0.0.0.0
  2172.  
  2173.  
  2174. [baremetal]
  2175.  
  2176. #
  2177. # Options defined in nova.virt.baremetal.db.api
  2178. #
  2179.  
  2180. # The backend to use for bare-metal database (string value)
  2181. #db_backend=sqlalchemy
  2182.  
  2183.  
  2184. #
  2185. # Options defined in nova.virt.baremetal.db.sqlalchemy.session
  2186. #
  2187.  
  2188. # The SQLAlchemy connection string used to connect to the
  2189. # bare-metal database (string value)
  2190. #sql_connection=sqlite:///$state_path/baremetal_nova.sqlite
  2191.  
  2192.  
  2193. #
  2194. # Options defined in nova.virt.baremetal.driver
  2195. #
  2196.  
  2197. # Baremetal VIF driver. (string value)
  2198. #vif_driver=nova.virt.baremetal.vif_driver.BareMetalVIFDriver
  2199.  
  2200. # Baremetal volume driver. (string value)
  2201. #volume_driver=nova.virt.baremetal.volume_driver.LibvirtVolumeDriver
  2202.  
  2203. # A list of additional capabilities corresponding to
  2204. # flavor_extra_specs for this compute host to advertise. Valid
  2205. # entries are name=value, pairs For example, "key1:val1,
  2206. # key2:val2" (list value)
  2207. # Deprecated group;name - DEFAULT;instance_type_extra_specs
  2208. #flavor_extra_specs=
  2209.  
  2210. # Baremetal driver back-end (pxe or tilera) (string value)
  2211. #driver=nova.virt.baremetal.pxe.PXE
  2212.  
  2213. # Baremetal power management method (string value)
  2214. #power_manager=nova.virt.baremetal.ipmi.IPMI
  2215.  
  2216. # Baremetal compute node's tftp root path (string value)
  2217. #tftp_root=/tftpboot
  2218.  
  2219.  
  2220. #
  2221. # Options defined in nova.virt.baremetal.ipmi
  2222. #
  2223.  
  2224. # Path to baremetal terminal program (string value)
  2225. #terminal=shellinaboxd
  2226.  
  2227. # Path to baremetal terminal SSL cert(PEM) (string value)
  2228. #terminal_cert_dir=<None>
  2229.  
  2230. # Path to directory stores pidfiles of baremetal_terminal
  2231. # (string value)
  2232. #terminal_pid_dir=$state_path/baremetal/console
  2233.  
  2234. # Maximal number of retries for IPMI operations (integer
  2235. # value)
  2236. #ipmi_power_retry=10
  2237.  
  2238.  
  2239. #
  2240. # Options defined in nova.virt.baremetal.pxe
  2241. #
  2242.  
  2243. # Default kernel image ID used in deployment phase (string
  2244. # value)
  2245. #deploy_kernel=<None>
  2246.  
  2247. # Default ramdisk image ID used in deployment phase (string
  2248. # value)
  2249. #deploy_ramdisk=<None>
  2250.  
  2251. # Template file for injected network config (string value)
  2252. #net_config_template=$pybasedir/nova/virt/baremetal/net-dhcp.ubuntu.template
  2253.  
  2254. # Additional append parameters for baremetal PXE boot (string
  2255. # value)
  2256. #pxe_append_params=nofb nomodeset vga=normal
  2257.  
  2258. # Template file for PXE configuration (string value)
  2259. #pxe_config_template=$pybasedir/nova/virt/baremetal/pxe_config.template
  2260.  
  2261. # If True, enable file injection for network info, files and
  2262. # admin password (boolean value)
  2263. #use_file_injection=false
  2264.  
  2265. # Timeout for PXE deployments. Default: 0 (unlimited) (integer
  2266. # value)
  2267. #pxe_deploy_timeout=0
  2268.  
  2269. # If set, pass the network configuration details to the
  2270. # initramfs via cmdline. (boolean value)
  2271. #pxe_network_config=false
  2272.  
  2273. # This gets passed to Neutron as the bootfile dhcp parameter.
  2274. # (string value)
  2275. #pxe_bootfile_name=pxelinux.0
  2276.  
  2277.  
  2278. #
  2279. # Options defined in nova.virt.baremetal.tilera_pdu
  2280. #
  2281.  
  2282. # IP address of tilera pdu (string value)
  2283. #tile_pdu_ip=10.0.100.1
  2284.  
  2285. # Management script for tilera pdu (string value)
  2286. #tile_pdu_mgr=/tftpboot/pdu_mgr
  2287.  
  2288. # Power status of tilera PDU is OFF (integer value)
  2289. #tile_pdu_off=2
  2290.  
  2291. # Power status of tilera PDU is ON (integer value)
  2292. #tile_pdu_on=1
  2293.  
  2294. # Power status of tilera PDU (integer value)
  2295. #tile_pdu_status=9
  2296.  
  2297. # Wait time in seconds until check the result after tilera
  2298. # power operations (integer value)
  2299. #tile_power_wait=9
  2300.  
  2301.  
  2302. #
  2303. # Options defined in nova.virt.baremetal.virtual_power_driver
  2304. #
  2305.  
  2306. # IP or name to virtual power host (string value)
  2307. #virtual_power_ssh_host=
  2308.  
  2309. # Port to use for ssh to virtual power host (integer value)
  2310. #virtual_power_ssh_port=22
  2311.  
  2312. # Base command to use for virtual power(vbox, virsh) (string
  2313. # value)
  2314. #virtual_power_type=virsh
  2315.  
  2316. # User to execute virtual power commands as (string value)
  2317. #virtual_power_host_user=
  2318.  
  2319. # Password for virtual power host_user (string value)
  2320. #virtual_power_host_pass=
  2321.  
  2322. # The ssh key for virtual power host_user (string value)
  2323. #virtual_power_host_key=<None>
  2324.  
  2325.  
  2326. #
  2327. # Options defined in nova.virt.baremetal.volume_driver
  2328. #
  2329.  
  2330. # Do not set this out of dev/test environments. If a node does
  2331. # not have a fixed PXE IP address, volumes are exported with
  2332. # globally opened ACL (boolean value)
  2333. #use_unsafe_iscsi=false
  2334.  
  2335. # The iSCSI IQN prefix used in baremetal volume connections.
  2336. # (string value)
  2337. #iscsi_iqn_prefix=iqn.2010-10.org.openstack.baremetal
  2338.  
  2339.  
  2340. [cells]
  2341.  
  2342. #
  2343. # Options defined in nova.cells.manager
  2344. #
  2345.  
  2346. # Cells communication driver to use (string value)
  2347. #driver=nova.cells.rpc_driver.CellsRPCDriver
  2348.  
  2349. # Number of seconds after an instance was updated or deleted
  2350. # to continue to update cells (integer value)
  2351. #instance_updated_at_threshold=3600
  2352.  
  2353. # Number of instances to update per periodic task run (integer
  2354. # value)
  2355. #instance_update_num_instances=1
  2356.  
  2357.  
  2358. #
  2359. # Options defined in nova.cells.messaging
  2360. #
  2361.  
  2362. # Maximum number of hops for cells routing. (integer value)
  2363. #max_hop_count=10
  2364.  
  2365. # Cells scheduler to use (string value)
  2366. #scheduler=nova.cells.scheduler.CellsScheduler
  2367.  
  2368.  
  2369. #
  2370. # Options defined in nova.cells.opts
  2371. #
  2372.  
  2373. # Enable cell functionality (boolean value)
  2374. #enable=false
  2375.  
  2376. # The topic cells nodes listen on (string value)
  2377. #topic=cells
  2378.  
  2379. # Manager for cells (string value)
  2380. #manager=nova.cells.manager.CellsManager
  2381.  
  2382. # Name of this cell (string value)
  2383. #name=nova
  2384.  
  2385. # Key/Multi-value list with the capabilities of the cell (list
  2386. # value)
  2387. #capabilities=hypervisor=xenserver;kvm,os=linux;windows
  2388.  
  2389. # Seconds to wait for response from a call to a cell. (integer
  2390. # value)
  2391. #call_timeout=60
  2392.  
  2393. # Percentage of cell capacity to hold in reserve. Affects both
  2394. # memory and disk utilization (floating point value)
  2395. #reserve_percent=10.0
  2396.  
  2397. # Type of cell: api or compute (string value)
  2398. #cell_type=compute
  2399.  
  2400. # Number of seconds after which a lack of capability and
  2401. # capacity updates signals the child cell is to be treated as
  2402. # a mute. (integer value)
  2403. #mute_child_interval=300
  2404.  
  2405. # Seconds between bandwidth updates for cells. (integer value)
  2406. #bandwidth_update_interval=600
  2407.  
  2408.  
  2409. #
  2410. # Options defined in nova.cells.rpc_driver
  2411. #
  2412.  
  2413. # Base queue name to use when communicating between cells.
  2414. # Various topics by message type will be appended to this.
  2415. # (string value)
  2416. #rpc_driver_queue_base=cells.intercell
  2417.  
  2418.  
  2419. #
  2420. # Options defined in nova.cells.scheduler
  2421. #
  2422.  
  2423. # Filter classes the cells scheduler should use. An entry of
  2424. # "nova.cells.filters.all_filters" maps to all cells filters
  2425. # included with nova. (list value)
  2426. #scheduler_filter_classes=nova.cells.filters.all_filters
  2427.  
  2428. # Weigher classes the cells scheduler should use. An entry of
  2429. # "nova.cells.weights.all_weighers" maps to all cell weighers
  2430. # included with nova. (list value)
  2431. #scheduler_weight_classes=nova.cells.weights.all_weighers
  2432.  
  2433. # How many retries when no cells are available. (integer
  2434. # value)
  2435. #scheduler_retries=10
  2436.  
  2437. # How often to retry in seconds when no cells are available.
  2438. # (integer value)
  2439. #scheduler_retry_delay=2
  2440.  
  2441.  
  2442. #
  2443. # Options defined in nova.cells.state
  2444. #
  2445.  
  2446. # Interval, in seconds, for getting fresh cell information
  2447. # from the database. (integer value)
  2448. #db_check_interval=60
  2449.  
  2450. # Configuration file from which to read cells configuration.
  2451. # If given, overrides reading cells from the database. (string
  2452. # value)
  2453. #cells_config=<None>
  2454.  
  2455.  
  2456. #
  2457. # Options defined in nova.cells.weights.mute_child
  2458. #
  2459.  
  2460. # Multiplier used to weigh mute children. (The value should be
  2461. # negative.) (floating point value)
  2462. #mute_weight_multiplier=-10.0
  2463.  
  2464. # Weight value assigned to mute children. (The value should be
  2465. # positive.) (floating point value)
  2466. #mute_weight_value=1000.0
  2467.  
  2468.  
  2469. #
  2470. # Options defined in nova.cells.weights.ram_by_instance_type
  2471. #
  2472.  
  2473. # Multiplier used for weighing ram. Negative numbers mean to
  2474. # stack vs spread. (floating point value)
  2475. #ram_weight_multiplier=10.0
  2476.  
  2477.  
  2478. #
  2479. # Options defined in nova.cells.weights.weight_offset
  2480. #
  2481.  
  2482. # Multiplier used to weigh offset weigher. (floating point
  2483. # value)
  2484. #offset_weight_multiplier=1.0
  2485.  
  2486.  
  2487. [conductor]
  2488.  
  2489. #
  2490. # Options defined in nova.conductor.api
  2491. #
  2492.  
  2493. # Perform nova-conductor operations locally (boolean value)
  2494. #use_local=false
  2495.  
  2496. # The topic on which conductor nodes listen (string value)
  2497. #topic=conductor
  2498.  
  2499. # Full class name for the Manager for conductor (string value)
  2500. #manager=nova.conductor.manager.ConductorManager
  2501.  
  2502. # Number of workers for OpenStack Conductor service. The
  2503. # default will be the number of CPUs available. (integer
  2504. # value)
  2505. #workers=<None>
  2506. workers=4
  2507.  
  2508.  
  2509. [database]
  2510.  
  2511. #
  2512. # Options defined in nova.db.sqlalchemy.api
  2513. #
  2514.  
  2515. # The SQLAlchemy connection string used to connect to the
  2516. # slave database (string value)
  2517. #slave_connection=<None>
  2518.  
  2519.  
  2520. #
  2521. # Options defined in nova.openstack.common.db.options
  2522. #
  2523.  
  2524. # The file name to use with SQLite (string value)
  2525. #sqlite_db=nova.sqlite
  2526.  
  2527. # If True, SQLite uses synchronous mode (boolean value)
  2528. #sqlite_synchronous=true
  2529.  
  2530. # The backend to use for db (string value)
  2531. # Deprecated group;name - DEFAULT;db_backend
  2532. #backend=sqlalchemy
  2533.  
  2534. # The SQLAlchemy connection string used to connect to the
  2535. # database (string value)
  2536. # Deprecated group;name - DEFAULT;sql_connection
  2537. # Deprecated group;name - [DATABASE]/sql_connection
  2538. # Deprecated group;name - [sql]/connection
  2539. #connection=mysql://nova:nova@localhost/nova
  2540.  
  2541. # The SQL mode to be used for MySQL sessions (default is
  2542. # empty, meaning do not override any server-side SQL mode
  2543. # setting) (string value)
  2544. #mysql_sql_mode=<None>
  2545.  
  2546. # Timeout before idle sql connections are reaped (integer
  2547. # value)
  2548. # Deprecated group;name - DEFAULT;sql_idle_timeout
  2549. # Deprecated group;name - [DATABASE]/sql_idle_timeout
  2550. # Deprecated group;name - [sql]/idle_timeout
  2551. #idle_timeout=3600
  2552.  
  2553. # Minimum number of SQL connections to keep open in a pool
  2554. # (integer value)
  2555. # Deprecated group;name - DEFAULT;sql_min_pool_size
  2556. # Deprecated group;name - [DATABASE]/sql_min_pool_size
  2557. #min_pool_size=1
  2558.  
  2559. # Maximum number of SQL connections to keep open in a pool
  2560. # (integer value)
  2561. # Deprecated group;name - DEFAULT;sql_max_pool_size
  2562. # Deprecated group;name - [DATABASE]/sql_max_pool_size
  2563. #max_pool_size=<None>
  2564.  
  2565. # Maximum db connection retries during startup. (setting -1
  2566. # implies an infinite retry count) (integer value)
  2567. # Deprecated group;name - DEFAULT;sql_max_retries
  2568. # Deprecated group;name - [DATABASE]/sql_max_retries
  2569. #max_retries=-1
  2570.  
  2571. # Interval between retries of opening a sql connection
  2572. # (integer value)
  2573. # Deprecated group;name - DEFAULT;sql_retry_interval
  2574. # Deprecated group;name - [DATABASE]/reconnect_interval
  2575. #retry_interval=10
  2576.  
  2577. # If set, use this value for max_overflow with sqlalchemy
  2578. # (integer value)
  2579. # Deprecated group;name - DEFAULT;sql_max_overflow
  2580. # Deprecated group;name - [DATABASE]/sqlalchemy_max_overflow
  2581. #max_overflow=<None>
  2582.  
  2583. # Verbosity of SQL debugging information. 0=None,
  2584. # 100=Everything (integer value)
  2585. # Deprecated group;name - DEFAULT;sql_connection_debug
  2586. #connection_debug=0
  2587.  
  2588. # Add python stack traces to SQL as comment strings (boolean
  2589. # value)
  2590. # Deprecated group;name - DEFAULT;sql_connection_trace
  2591. #connection_trace=false
  2592.  
  2593. # If set, use this value for pool_timeout with sqlalchemy
  2594. # (integer value)
  2595. # Deprecated group;name - [DATABASE]/sqlalchemy_pool_timeout
  2596. #pool_timeout=<None>
  2597.  
  2598. # Enable the experimental use of database reconnect on
  2599. # connection lost (boolean value)
  2600. #use_db_reconnect=false
  2601.  
  2602. # seconds between db connection retries (integer value)
  2603. #db_retry_interval=1
  2604.  
  2605. # Whether to increase interval between db connection retries,
  2606. # up to db_max_retry_interval (boolean value)
  2607. #db_inc_retry_interval=true
  2608.  
  2609. # max seconds between db connection retries, if
  2610. # db_inc_retry_interval is enabled (integer value)
  2611. #db_max_retry_interval=10
  2612.  
  2613. # maximum db connection retries before error is raised.
  2614. # (setting -1 implies an infinite retry count) (integer value)
  2615. #db_max_retries=20
  2616.  
  2617.  
  2618. [hyperv]
  2619.  
  2620. #
  2621. # Options defined in nova.virt.hyperv.pathutils
  2622. #
  2623.  
  2624. # The name of a Windows share name mapped to the
  2625. # "instances_path" dir and used by the resize feature to copy
  2626. # files to the target host. If left blank, an administrative
  2627. # share will be used, looking for the same "instances_path"
  2628. # used locally (string value)
  2629. #instances_path_share=
  2630.  
  2631.  
  2632. #
  2633. # Options defined in nova.virt.hyperv.utilsfactory
  2634. #
  2635.  
  2636. # Force V1 WMI utility classes (boolean value)
  2637. #force_hyperv_utils_v1=false
  2638.  
  2639. # Force V1 volume utility class (boolean value)
  2640. #force_volumeutils_v1=false
  2641.  
  2642.  
  2643. #
  2644. # Options defined in nova.virt.hyperv.vif
  2645. #
  2646.  
  2647. # External virtual switch Name, if not provided, the first
  2648. # external virtual switch is used (string value)
  2649. #vswitch_name=<None>
  2650.  
  2651.  
  2652. #
  2653. # Options defined in nova.virt.hyperv.vmops
  2654. #
  2655.  
  2656. # Required for live migration among hosts with different CPU
  2657. # features (boolean value)
  2658. #limit_cpu_features=false
  2659.  
  2660. # Sets the admin password in the config drive image (boolean
  2661. # value)
  2662. #config_drive_inject_password=false
  2663.  
  2664. # Path of qemu-img command which is used to convert between
  2665. # different image types (string value)
  2666. #qemu_img_cmd=qemu-img.exe
  2667.  
  2668. # Attaches the Config Drive image as a cdrom drive instead of
  2669. # a disk drive (boolean value)
  2670. #config_drive_cdrom=false
  2671.  
  2672. # Enables metrics collections for an instance by using
  2673. # Hyper-V's metric APIs. Collected data can by retrieved by
  2674. # other apps and services, e.g.: Ceilometer. Requires Hyper-V
  2675. # / Windows Server 2012 and above (boolean value)
  2676. #enable_instance_metrics_collection=false
  2677.  
  2678. # Enables dynamic memory allocation (ballooning) when set to a
  2679. # value greater than 1. The value expresses the ratio between
  2680. # the total RAM assigned to an instance and its startup RAM
  2681. # amount. For example a ratio of 2.0 for an instance with
  2682. # 1024MB of RAM implies 512MB of RAM allocated at startup
  2683. # (floating point value)
  2684. #dynamic_memory_ratio=1.0
  2685.  
  2686.  
  2687. #
  2688. # Options defined in nova.virt.hyperv.volumeops
  2689. #
  2690.  
  2691. # The number of times to retry to attach a volume (integer
  2692. # value)
  2693. #volume_attach_retry_count=10
  2694.  
  2695. # Interval between volume attachment attempts, in seconds
  2696. # (integer value)
  2697. #volume_attach_retry_interval=5
  2698.  
  2699. # The number of times to retry checking for a disk mounted via
  2700. # iSCSI. (integer value)
  2701. #mounted_disk_query_retry_count=10
  2702.  
  2703. # Interval between checks for a mounted iSCSI disk, in
  2704. # seconds. (integer value)
  2705. #mounted_disk_query_retry_interval=5
  2706.  
  2707.  
  2708. [image_file_url]
  2709.  
  2710. #
  2711. # Options defined in nova.image.download.file
  2712. #
  2713.  
  2714. # List of file systems that are configured in this file in the
  2715. # image_file_url:<list entry name> sections (list value)
  2716. #filesystems=
  2717.  
  2718.  
  2719. [keymgr]
  2720.  
  2721. #
  2722. # Options defined in nova.keymgr
  2723. #
  2724.  
  2725. # The full class name of the key manager API class (string
  2726. # value)
  2727. #api_class=nova.keymgr.conf_key_mgr.ConfKeyManager
  2728.  
  2729.  
  2730. #
  2731. # Options defined in nova.keymgr.conf_key_mgr
  2732. #
  2733.  
  2734. # Fixed key returned by key manager, specified in hex (string
  2735. # value)
  2736. #fixed_key=<None>
  2737.  
  2738.  
  2739. [keystone_authtoken]
  2740.  
  2741. #
  2742. # Options defined in keystoneclient.middleware.auth_token
  2743. #
  2744.  
  2745. # Prefix to prepend at the beginning of the path (string
  2746. # value)
  2747. #auth_admin_prefix=
  2748.  
  2749. # Host providing the admin Identity API endpoint (string
  2750. # value)
  2751. #auth_host=127.0.0.1
  2752. auth_host=10.140.230.167
  2753.  
  2754. # Port of the admin Identity API endpoint (integer value)
  2755. #auth_port=35357
  2756. auth_port=35357
  2757.  
  2758. # Protocol of the admin Identity API endpoint(http or https)
  2759. # (string value)
  2760. #auth_protocol=http
  2761. auth_protocol=http
  2762.  
  2763. # Complete public Identity API endpoint (string value)
  2764. #auth_uri=<None>
  2765. auth_uri=http://10.140.230.167:5000/
  2766.  
  2767. # API version of the admin Identity API endpoint (string
  2768. # value)
  2769. #auth_version=v2.0
  2770.  
  2771. # Do not handle authorization requests within the middleware,
  2772. # but delegate the authorization decision to downstream WSGI
  2773. # components (boolean value)
  2774. #delay_auth_decision=false
  2775.  
  2776. # Request timeout value for communicating with Identity API
  2777. # server. (boolean value)
  2778. #http_connect_timeout=<None>
  2779.  
  2780. # How many times are we trying to reconnect when communicating
  2781. # with Identity API Server. (integer value)
  2782. #http_request_max_retries=3
  2783.  
  2784. # Allows to pass in the name of a fake http_handler callback
  2785. # function used instead of httplib.HTTPConnection or
  2786. # httplib.HTTPSConnection. Useful for unit testing where
  2787. # network is not available. (string value)
  2788. #http_handler=<None>
  2789.  
  2790. # Single shared secret with the Keystone configuration used
  2791. # for bootstrapping a Keystone installation, or otherwise
  2792. # bypassing the normal authentication process. (string value)
  2793. #admin_token=<None>
  2794.  
  2795. # Keystone account username (string value)
  2796. #admin_user=%SERVICE_USER%
  2797. admin_user=nova
  2798.  
  2799. # Keystone account password (string value)
  2800. #admin_password=%SERVICE_PASSWORD%
  2801. admin_password=d944473164dc457a
  2802.  
  2803. # Keystone service account tenant name to validate user tokens
  2804. # (string value)
  2805. #admin_tenant_name=%SERVICE_TENANT_NAME%
  2806. admin_tenant_name=services
  2807.  
  2808. # Env key for the swift cache (string value)
  2809. #cache=<None>
  2810.  
  2811. # Required if Keystone server requires client certificate
  2812. # (string value)
  2813. #certfile=<None>
  2814.  
  2815. # Required if Keystone server requires client certificate
  2816. # (string value)
  2817. #keyfile=<None>
  2818.  
  2819. # A PEM encoded Certificate Authority to use when verifying
  2820. # HTTPs connections. Defaults to system CAs. (string value)
  2821. #cafile=<None>
  2822.  
  2823. # Verify HTTPS connections. (boolean value)
  2824. #insecure=false
  2825.  
  2826. # Directory used to cache files related to PKI tokens (string
  2827. # value)
  2828. #signing_dir=<None>
  2829.  
  2830. # If defined, the memcache server(s) to use for caching (list
  2831. # value)
  2832. # Deprecated group;name - DEFAULT;memcache_servers
  2833. #memcached_servers=<None>
  2834.  
  2835. # In order to prevent excessive requests and validations, the
  2836. # middleware uses an in-memory cache for the tokens the
  2837. # Keystone API returns. This is only valid if memcache_servers
  2838. # is defined. Set to -1 to disable caching completely.
  2839. # (integer value)
  2840. #token_cache_time=300
  2841.  
  2842. # Value only used for unit testing (integer value)
  2843. #revocation_cache_time=1
  2844.  
  2845. # (optional) if defined, indicate whether token data should be
  2846. # authenticated or authenticated and encrypted. Acceptable
  2847. # values are MAC or ENCRYPT. If MAC, token data is
  2848. # authenticated (with HMAC) in the cache. If ENCRYPT, token
  2849. # data is encrypted and authenticated in the cache. If the
  2850. # value is not one of these options or empty, auth_token will
  2851. # raise an exception on initialization. (string value)
  2852. #memcache_security_strategy=<None>
  2853.  
  2854. # (optional, mandatory if memcache_security_strategy is
  2855. # defined) this string is used for key derivation. (string
  2856. # value)
  2857. #memcache_secret_key=<None>
  2858.  
  2859. # (optional) indicate whether to set the X-Service-Catalog
  2860. # header. If False, middleware will not ask for service
  2861. # catalog on token validation and will not set the X-Service-
  2862. # Catalog header. (boolean value)
  2863. #include_service_catalog=true
  2864.  
  2865. # Used to control the use and type of token binding. Can be
  2866. # set to: "disabled" to not check token binding. "permissive"
  2867. # (default) to validate binding information if the bind type
  2868. # is of a form known to the server and ignore it if not.
  2869. # "strict" like "permissive" but if the bind type is unknown
  2870. # the token will be rejected. "required" any form of token
  2871. # binding is needed to be allowed. Finally the name of a
  2872. # binding method that must be present in tokens. (string
  2873. # value)
  2874. #enforce_token_bind=permissive
  2875.  
  2876.  
  2877. [libvirt]
  2878.  
  2879. #
  2880. # Options defined in nova.virt.libvirt.driver
  2881. #
  2882.  
  2883. # Rescue ami image (string value)
  2884. #rescue_image_id=<None>
  2885.  
  2886. # Rescue aki image (string value)
  2887. #rescue_kernel_id=<None>
  2888.  
  2889. # Rescue ari image (string value)
  2890. #rescue_ramdisk_id=<None>
  2891.  
  2892. # Libvirt domain type (valid options are: kvm, lxc, qemu, uml,
  2893. # xen) (string value)
  2894. # Deprecated group;name - DEFAULT;libvirt_type
  2895. #virt_type=kvm
  2896.  
  2897. # Override the default libvirt URI (which is dependent on
  2898. # virt_type) (string value)
  2899. # Deprecated group;name - DEFAULT;libvirt_uri
  2900. #connection_uri=
  2901.  
  2902. # Inject the admin password at boot time, without an agent.
  2903. # (boolean value)
  2904. # Deprecated group;name - DEFAULT;libvirt_inject_password
  2905. #inject_password=false
  2906.  
  2907. # Inject the ssh public key at boot time (boolean value)
  2908. # Deprecated group;name - DEFAULT;libvirt_inject_key
  2909. #inject_key=false
  2910.  
  2911. # The partition to inject to : -2 => disable, -1 => inspect
  2912. # (libguestfs only), 0 => not partitioned, >0 => partition
  2913. # number (integer value)
  2914. # Deprecated group;name - DEFAULT;libvirt_inject_partition
  2915. #inject_partition=-2
  2916.  
  2917. # Sync virtual and real mouse cursors in Windows VMs (boolean
  2918. # value)
  2919. #use_usb_tablet=true
  2920.  
  2921. # Migration target URI (any included "%s" is replaced with the
  2922. # migration target hostname) (string value)
  2923. #live_migration_uri=qemu+tcp://%s/system
  2924.  
  2925. # Migration flags to be set for live migration (string value)
  2926. #live_migration_flag=VIR_MIGRATE_UNDEFINE_SOURCE, VIR_MIGRATE_PEER2PEER
  2927.  
  2928. # Migration flags to be set for block migration (string value)
  2929. #block_migration_flag=VIR_MIGRATE_UNDEFINE_SOURCE, VIR_MIGRATE_PEER2PEER, VIR_MIGRATE_NON_SHARED_INC
  2930.  
  2931. # Maximum bandwidth to be used during migration, in Mbps
  2932. # (integer value)
  2933. #live_migration_bandwidth=0
  2934.  
  2935. # Snapshot image format (valid options are : raw, qcow2, vmdk,
  2936. # vdi). Defaults to same as source image (string value)
  2937. #snapshot_image_format=<None>
  2938.  
  2939. # DEPRECATED. The libvirt VIF driver to configure the
  2940. # VIFs.This option is deprecated and will be removed in the
  2941. # Juno release. (string value)
  2942. # Deprecated group;name - DEFAULT;libvirt_vif_driver
  2943. #vif_driver=nova.virt.libvirt.vif.LibvirtGenericVIFDriver
  2944. vif_driver=nova.virt.libvirt.vif.LibvirtGenericVIFDriver
  2945.  
  2946. # Libvirt handlers for remote volumes. (list value)
  2947. # Deprecated group;name - DEFAULT;libvirt_volume_drivers
  2948. #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
  2949.  
  2950. # Override the default disk prefix for the devices attached to
  2951. # a server, which is dependent on virt_type. (valid options
  2952. # are: sd, xvd, uvd, vd) (string value)
  2953. # Deprecated group;name - DEFAULT;libvirt_disk_prefix
  2954. #disk_prefix=<None>
  2955.  
  2956. # Number of seconds to wait for instance to shut down after
  2957. # soft reboot request is made. We fall back to hard reboot if
  2958. # instance does not shutdown within this window. (integer
  2959. # value)
  2960. # Deprecated group;name - DEFAULT;libvirt_wait_soft_reboot_seconds
  2961. #wait_soft_reboot_seconds=120
  2962.  
  2963. # Set to "host-model" to clone the host CPU feature flags; to
  2964. # "host-passthrough" to use the host CPU model exactly; to
  2965. # "custom" to use a named CPU model; to "none" to not set any
  2966. # CPU model. If virt_type="kvm|qemu", it will default to
  2967. # "host-model", otherwise it will default to "none" (string
  2968. # value)
  2969. # Deprecated group;name - DEFAULT;libvirt_cpu_mode
  2970. #cpu_mode=<None>
  2971.  
  2972. # Set to a named libvirt CPU model (see names listed in
  2973. # /usr/share/libvirt/cpu_map.xml). Only has effect if
  2974. # cpu_mode="custom" and virt_type="kvm|qemu" (string value)
  2975. # Deprecated group;name - DEFAULT;libvirt_cpu_model
  2976. #cpu_model=<None>
  2977.  
  2978. # Location where libvirt driver will store snapshots before
  2979. # uploading them to image service (string value)
  2980. # Deprecated group;name - DEFAULT;libvirt_snapshots_directory
  2981. #snapshots_directory=$instances_path/snapshots
  2982.  
  2983. # Location where the Xen hvmloader is kept (string value)
  2984. #xen_hvmloader_path=/usr/lib/xen/boot/hvmloader
  2985.  
  2986. # Specific cachemodes to use for different disk types e.g:
  2987. # file=directsync,block=none (list value)
  2988. #disk_cachemodes=
  2989.  
  2990. # A path to a device that will be used as source of entropy on
  2991. # the host. Permitted options are: /dev/random or /dev/hwrng
  2992. # (string value)
  2993. #rng_dev_path=<None>
  2994.  
  2995.  
  2996. #
  2997. # Options defined in nova.virt.libvirt.imagebackend
  2998. #
  2999.  
  3000. # VM Images format. Acceptable values are: raw, qcow2, lvm,
  3001. # rbd, default. If default is specified, then use_cow_images
  3002. # flag is used instead of this one. (string value)
  3003. # Deprecated group;name - DEFAULT;libvirt_images_type
  3004. #images_type=default
  3005.  
  3006. # LVM Volume Group that is used for VM images, when you
  3007. # specify images_type=lvm. (string value)
  3008. # Deprecated group;name - DEFAULT;libvirt_images_volume_group
  3009. #images_volume_group=<None>
  3010.  
  3011. # Create sparse logical volumes (with virtualsize) if this
  3012. # flag is set to True. (boolean value)
  3013. # Deprecated group;name - DEFAULT;libvirt_sparse_logical_volumes
  3014. #sparse_logical_volumes=false
  3015.  
  3016. # Method used to wipe old volumes (valid options are: none,
  3017. # zero, shred) (string value)
  3018. #volume_clear=zero
  3019.  
  3020. # Size in MiB to wipe at start of old volumes. 0 => all
  3021. # (integer value)
  3022. #volume_clear_size=0
  3023.  
  3024. # The RADOS pool in which rbd volumes are stored (string
  3025. # value)
  3026. # Deprecated group;name - DEFAULT;libvirt_images_rbd_pool
  3027. #images_rbd_pool=rbd
  3028.  
  3029. # Path to the ceph configuration file to use (string value)
  3030. # Deprecated group;name - DEFAULT;libvirt_images_rbd_ceph_conf
  3031. #images_rbd_ceph_conf=
  3032.  
  3033.  
  3034. #
  3035. # Options defined in nova.virt.libvirt.imagecache
  3036. #
  3037.  
  3038. # Allows image information files to be stored in non-standard
  3039. # locations (string value)
  3040. #image_info_filename_pattern=$instances_path/$image_cache_subdirectory_name/%(image)s.info
  3041.  
  3042. # Should unused kernel images be removed? This is only safe to
  3043. # enable if all compute nodes have been updated to support
  3044. # this option. This will be enabled by default in future.
  3045. # (boolean value)
  3046. #remove_unused_kernels=false
  3047.  
  3048. # Unused resized base images younger than this will not be
  3049. # removed (integer value)
  3050. #remove_unused_resized_minimum_age_seconds=3600
  3051.  
  3052. # Write a checksum for files in _base to disk (boolean value)
  3053. #checksum_base_images=false
  3054.  
  3055. # How frequently to checksum base images (integer value)
  3056. #checksum_interval_seconds=3600
  3057.  
  3058.  
  3059. #
  3060. # Options defined in nova.virt.libvirt.utils
  3061. #
  3062.  
  3063. # Compress snapshot images when possible. This currently
  3064. # applies exclusively to qcow2 images (boolean value)
  3065. # Deprecated group;name - DEFAULT;libvirt_snapshot_compression
  3066. #snapshot_compression=false
  3067.  
  3068.  
  3069. #
  3070. # Options defined in nova.virt.libvirt.vif
  3071. #
  3072.  
  3073. # Use virtio for bridge interfaces with KVM/QEMU (boolean
  3074. # value)
  3075. # Deprecated group;name - DEFAULT;libvirt_use_virtio_for_bridges
  3076. #use_virtio_for_bridges=true
  3077.  
  3078.  
  3079. #
  3080. # Options defined in nova.virt.libvirt.volume
  3081. #
  3082.  
  3083. # Number of times to rescan iSCSI target to find volume
  3084. # (integer value)
  3085. #num_iscsi_scan_tries=5
  3086.  
  3087. # Number of times to rescan iSER target to find volume
  3088. # (integer value)
  3089. #num_iser_scan_tries=5
  3090.  
  3091. # The RADOS client name for accessing rbd volumes (string
  3092. # value)
  3093. #rbd_user=<None>
  3094.  
  3095. # The libvirt UUID of the secret for the rbd_uservolumes
  3096. # (string value)
  3097. #rbd_secret_uuid=<None>
  3098.  
  3099. # Directory where the NFS volume is mounted on the compute
  3100. # node (string value)
  3101. #nfs_mount_point_base=$state_path/mnt
  3102.  
  3103. # Mount options passedf to the NFS client. See section of the
  3104. # nfs man page for details (string value)
  3105. #nfs_mount_options=<None>
  3106.  
  3107. # Number of times to rediscover AoE target to find volume
  3108. # (integer value)
  3109. #num_aoe_discover_tries=3
  3110.  
  3111. # Directory where the glusterfs volume is mounted on the
  3112. # compute node (string value)
  3113. #glusterfs_mount_point_base=$state_path/mnt
  3114.  
  3115. # Use multipath connection of the iSCSI volume (boolean value)
  3116. # Deprecated group;name - DEFAULT;libvirt_iscsi_use_multipath
  3117. #iscsi_use_multipath=false
  3118.  
  3119. # Use multipath connection of the iSER volume (boolean value)
  3120. # Deprecated group;name - DEFAULT;libvirt_iser_use_multipath
  3121. #iser_use_multipath=false
  3122.  
  3123. # Path or URL to Scality SOFS configuration file (string
  3124. # value)
  3125. #scality_sofs_config=<None>
  3126.  
  3127. # Base dir where Scality SOFS shall be mounted (string value)
  3128. #scality_sofs_mount_point=$state_path/scality
  3129.  
  3130. # Protocols listed here will be accessed directly from QEMU.
  3131. # Currently supported protocols: [gluster] (list value)
  3132. #qemu_allowed_storage_drivers=
  3133.  
  3134.  
  3135. [matchmaker_ring]
  3136.  
  3137. #
  3138. # Options defined in oslo.messaging
  3139. #
  3140.  
  3141. # Matchmaker ring file (JSON). (string value)
  3142. # Deprecated group;name - DEFAULT;matchmaker_ringfile
  3143. #ringfile=/etc/oslo/matchmaker_ring.json
  3144.  
  3145.  
  3146. [metrics]
  3147.  
  3148. #
  3149. # Options defined in nova.scheduler.weights.metrics
  3150. #
  3151.  
  3152. # Multiplier used for weighing metrics. (floating point value)
  3153. #weight_multiplier=1.0
  3154.  
  3155. # How the metrics are going to be weighed. This should be in
  3156. # the form of "<name1>=<ratio1>, <name2>=<ratio2>, ...", where
  3157. # <nameX> is one of the metrics to be weighed, and <ratioX> is
  3158. # the corresponding ratio. So for "name1=1.0, name2=-1.0" The
  3159. # final weight would be name1.value * 1.0 + name2.value *
  3160. # -1.0. (list value)
  3161. #weight_setting=
  3162.  
  3163. # How to treat the unavailable metrics. When a metric is NOT
  3164. # available for a host, if it is set to be True, it would
  3165. # raise an exception, so it is recommended to use the
  3166. # scheduler filter MetricFilter to filter out those hosts. If
  3167. # it is set to be False, the unavailable metric would be
  3168. # treated as a negative factor in weighing process, the
  3169. # returned value would be set by the option
  3170. # weight_of_unavailable. (boolean value)
  3171. #required=true
  3172.  
  3173. # The final weight value to be returned if required is set to
  3174. # False and any one of the metrics set by weight_setting is
  3175. # unavailable. (floating point value)
  3176. #weight_of_unavailable=-10000.0
  3177.  
  3178.  
  3179. [osapi_v3]
  3180.  
  3181. #
  3182. # Options defined in nova.api.openstack
  3183. #
  3184.  
  3185. # Whether the V3 API is enabled or not (boolean value)
  3186. #enabled=false
  3187.  
  3188. # A list of v3 API extensions to never load. Specify the
  3189. # extension aliases here. (list value)
  3190. #extensions_blacklist=
  3191.  
  3192. # If the list is not empty then a v3 API extension will only
  3193. # be loaded if it exists in this list. Specify the extension
  3194. # aliases here. (list value)
  3195. #extensions_whitelist=
  3196.  
  3197.  
  3198. [rdp]
  3199.  
  3200. #
  3201. # Options defined in nova.rdp
  3202. #
  3203.  
  3204. # Location of RDP html5 console proxy, in the form
  3205. # "http://127.0.0.1:6083/" (string value)
  3206. #html5_proxy_base_url=http://127.0.0.1:6083/
  3207.  
  3208. # Enable RDP related features (boolean value)
  3209. #enabled=false
  3210.  
  3211.  
  3212. [spice]
  3213.  
  3214. #
  3215. # Options defined in nova.spice
  3216. #
  3217.  
  3218. # Location of spice HTML5 console proxy, in the form
  3219. # "http://127.0.0.1:6082/spice_auto.html" (string value)
  3220. #html5proxy_base_url=http://127.0.0.1:6082/spice_auto.html
  3221.  
  3222. # IP address on which instance spice server should listen
  3223. # (string value)
  3224. #server_listen=127.0.0.1
  3225.  
  3226. # The address to which proxy clients (like nova-
  3227. # spicehtml5proxy) should connect (string value)
  3228. #server_proxyclient_address=127.0.0.1
  3229.  
  3230. # Enable spice related features (boolean value)
  3231. #enabled=false
  3232.  
  3233. # Enable spice guest agent support (boolean value)
  3234. #agent_enabled=true
  3235.  
  3236. # Keymap for spice (string value)
  3237. #keymap=en-us
  3238.  
  3239.  
  3240. [ssl]
  3241.  
  3242. #
  3243. # Options defined in nova.openstack.common.sslutils
  3244. #
  3245.  
  3246. # CA certificate file to use to verify connecting clients.
  3247. # (string value)
  3248. #ca_file=<None>
  3249.  
  3250. # Certificate file to use when starting the server securely.
  3251. # (string value)
  3252. #cert_file=<None>
  3253.  
  3254. # Private key file to use when starting the server securely.
  3255. # (string value)
  3256. #key_file=<None>
  3257.  
  3258.  
  3259. [trusted_computing]
  3260.  
  3261. #
  3262. # Options defined in nova.scheduler.filters.trusted_filter
  3263. #
  3264.  
  3265. # Attestation server HTTP (string value)
  3266. #attestation_server=<None>
  3267.  
  3268. # Attestation server Cert file for Identity verification
  3269. # (string value)
  3270. #attestation_server_ca_file=<None>
  3271.  
  3272. # Attestation server port (string value)
  3273. #attestation_port=8443
  3274.  
  3275. # Attestation web API URL (string value)
  3276. #attestation_api_url=/OpenAttestationWebServices/V1.0
  3277.  
  3278. # Attestation authorization blob - must change (string value)
  3279. #attestation_auth_blob=<None>
  3280.  
  3281. # Attestation status cache valid period length (integer value)
  3282. #attestation_auth_timeout=60
  3283.  
  3284.  
  3285. [upgrade_levels]
  3286.  
  3287. #
  3288. # Options defined in nova.baserpc
  3289. #
  3290.  
  3291. # Set a version cap for messages sent to the base api in any
  3292. # service (string value)
  3293. #baseapi=<None>
  3294.  
  3295.  
  3296. #
  3297. # Options defined in nova.cells.rpc_driver
  3298. #
  3299.  
  3300. # Set a version cap for messages sent between cells services
  3301. # (string value)
  3302. #intercell=<None>
  3303.  
  3304.  
  3305. #
  3306. # Options defined in nova.cells.rpcapi
  3307. #
  3308.  
  3309. # Set a version cap for messages sent to local cells services
  3310. # (string value)
  3311. #cells=<None>
  3312.  
  3313.  
  3314. #
  3315. # Options defined in nova.cert.rpcapi
  3316. #
  3317.  
  3318. # Set a version cap for messages sent to cert services (string
  3319. # value)
  3320. #cert=<None>
  3321.  
  3322.  
  3323. #
  3324. # Options defined in nova.compute.rpcapi
  3325. #
  3326.  
  3327. # Set a version cap for messages sent to compute services. If
  3328. # you plan to do a live upgrade from havana to icehouse, you
  3329. # should set this option to "icehouse-compat" before beginning
  3330. # the live upgrade procedure. (string value)
  3331. #compute=<None>
  3332.  
  3333.  
  3334. #
  3335. # Options defined in nova.conductor.rpcapi
  3336. #
  3337.  
  3338. # Set a version cap for messages sent to conductor services
  3339. # (string value)
  3340. #conductor=<None>
  3341.  
  3342.  
  3343. #
  3344. # Options defined in nova.console.rpcapi
  3345. #
  3346.  
  3347. # Set a version cap for messages sent to console services
  3348. # (string value)
  3349. #console=<None>
  3350.  
  3351.  
  3352. #
  3353. # Options defined in nova.consoleauth.rpcapi
  3354. #
  3355.  
  3356. # Set a version cap for messages sent to consoleauth services
  3357. # (string value)
  3358. #consoleauth=<None>
  3359.  
  3360.  
  3361. #
  3362. # Options defined in nova.network.rpcapi
  3363. #
  3364.  
  3365. # Set a version cap for messages sent to network services
  3366. # (string value)
  3367. #network=<None>
  3368.  
  3369.  
  3370. #
  3371. # Options defined in nova.scheduler.rpcapi
  3372. #
  3373.  
  3374. # Set a version cap for messages sent to scheduler services
  3375. # (string value)
  3376. #scheduler=<None>
  3377.  
  3378.  
  3379. [vmware]
  3380.  
  3381. #
  3382. # Options defined in nova.virt.vmwareapi.driver
  3383. #
  3384.  
  3385. # Hostname or IP address for connection to VMware ESX/VC host.
  3386. # (string value)
  3387. #host_ip=<None>
  3388.  
  3389. # Username for connection to VMware ESX/VC host. (string
  3390. # value)
  3391. #host_username=<None>
  3392.  
  3393. # Password for connection to VMware ESX/VC host. (string
  3394. # value)
  3395. #host_password=<None>
  3396.  
  3397. # Name of a VMware Cluster ComputeResource. Used only if
  3398. # compute_driver is vmwareapi.VMwareVCDriver. (multi valued)
  3399. #cluster_name=<None>
  3400.  
  3401. # Regex to match the name of a datastore. (string value)
  3402. #datastore_regex=<None>
  3403.  
  3404. # The interval used for polling of remote tasks. (floating
  3405. # point value)
  3406. #task_poll_interval=0.5
  3407.  
  3408. # The number of times we retry on failures, e.g., socket
  3409. # error, etc. (integer value)
  3410. #api_retry_count=10
  3411.  
  3412. # VNC starting port (integer value)
  3413. #vnc_port=5900
  3414.  
  3415. # Total number of VNC ports (integer value)
  3416. #vnc_port_total=10000
  3417.  
  3418. # Whether to use linked clone (boolean value)
  3419. #use_linked_clone=true
  3420.  
  3421.  
  3422. #
  3423. # Options defined in nova.virt.vmwareapi.vif
  3424. #
  3425.  
  3426. # Physical ethernet adapter name for vlan networking (string
  3427. # value)
  3428. #vlan_interface=vmnic0
  3429.  
  3430.  
  3431. #
  3432. # Options defined in nova.virt.vmwareapi.vim
  3433. #
  3434.  
  3435. # Optional VIM Service WSDL Location e.g
  3436. # http://<server>/vimService.wsdl. Optional over-ride to
  3437. # default location for bug work-arounds (string value)
  3438. #wsdl_location=<None>
  3439.  
  3440.  
  3441. #
  3442. # Options defined in nova.virt.vmwareapi.vim_util
  3443. #
  3444.  
  3445. # The maximum number of ObjectContent data objects that should
  3446. # be returned in a single result. A positive value will cause
  3447. # the operation to suspend the retrieval when the count of
  3448. # objects reaches the specified maximum. The server may still
  3449. # limit the count to something less than the configured value.
  3450. # Any remaining objects may be retrieved with additional
  3451. # requests. (integer value)
  3452. #maximum_objects=100
  3453.  
  3454.  
  3455. #
  3456. # Options defined in nova.virt.vmwareapi.vmops
  3457. #
  3458.  
  3459. # Name of Integration Bridge (string value)
  3460. #integration_bridge=br-int
  3461.  
  3462.  
  3463. [xenserver]
  3464.  
  3465. #
  3466. # Options defined in nova.virt.xenapi.agent
  3467. #
  3468.  
  3469. # Number of seconds to wait for agent reply (integer value)
  3470. # Deprecated group;name - DEFAULT;agent_timeout
  3471. #agent_timeout=30
  3472.  
  3473. # Number of seconds to wait for agent to be fully operational
  3474. # (integer value)
  3475. # Deprecated group;name - DEFAULT;agent_version_timeout
  3476. #agent_version_timeout=300
  3477.  
  3478. # Number of seconds to wait for agent reply to resetnetwork
  3479. # request (integer value)
  3480. # Deprecated group;name - DEFAULT;agent_resetnetwork_timeout
  3481. #agent_resetnetwork_timeout=60
  3482.  
  3483. # Specifies the path in which the XenAPI guest agent should be
  3484. # located. If the agent is present, network configuration is
  3485. # not injected into the image. Used if
  3486. # compute_driver=xenapi.XenAPIDriver and flat_injected=True
  3487. # (string value)
  3488. # Deprecated group;name - DEFAULT;xenapi_agent_path
  3489. #agent_path=usr/sbin/xe-update-networking
  3490.  
  3491. # Disables the use of the XenAPI agent in any image regardless
  3492. # of what image properties are present. (boolean value)
  3493. # Deprecated group;name - DEFAULT;xenapi_disable_agent
  3494. #disable_agent=false
  3495.  
  3496. # Determines if the XenAPI agent should be used when the image
  3497. # used does not contain a hint to declare if the agent is
  3498. # present or not. The hint is a glance property
  3499. # "xenapi_use_agent" that has the value "True" or "False".
  3500. # Note that waiting for the agent when it is not present will
  3501. # significantly increase server boot times. (boolean value)
  3502. # Deprecated group;name - DEFAULT;xenapi_use_agent_default
  3503. #use_agent_default=false
  3504.  
  3505.  
  3506. #
  3507. # Options defined in nova.virt.xenapi.client.session
  3508. #
  3509.  
  3510. # Timeout in seconds for XenAPI login. (integer value)
  3511. # Deprecated group;name - DEFAULT;xenapi_login_timeout
  3512. #login_timeout=10
  3513.  
  3514. # Maximum number of concurrent XenAPI connections. Used only
  3515. # if compute_driver=xenapi.XenAPIDriver (integer value)
  3516. # Deprecated group;name - DEFAULT;xenapi_connection_concurrent
  3517. #connection_concurrent=5
  3518.  
  3519.  
  3520. #
  3521. # Options defined in nova.virt.xenapi.driver
  3522. #
  3523.  
  3524. # URL for connection to XenServer/Xen Cloud Platform. A
  3525. # special value of unix://local can be used to connect to the
  3526. # local unix socket. Required if
  3527. # compute_driver=xenapi.XenAPIDriver (string value)
  3528. # Deprecated group;name - DEFAULT;xenapi_connection_url
  3529. #connection_url=<None>
  3530.  
  3531. # Username for connection to XenServer/Xen Cloud Platform.
  3532. # Used only if compute_driver=xenapi.XenAPIDriver (string
  3533. # value)
  3534. # Deprecated group;name - DEFAULT;xenapi_connection_username
  3535. #connection_username=root
  3536.  
  3537. # Password for connection to XenServer/Xen Cloud Platform.
  3538. # Used only if compute_driver=xenapi.XenAPIDriver (string
  3539. # value)
  3540. # Deprecated group;name - DEFAULT;xenapi_connection_password
  3541. #connection_password=<None>
  3542.  
  3543. # The interval used for polling of coalescing vhds. Used only
  3544. # if compute_driver=xenapi.XenAPIDriver (floating point value)
  3545. # Deprecated group;name - DEFAULT;xenapi_vhd_coalesce_poll_interval
  3546. #vhd_coalesce_poll_interval=5.0
  3547.  
  3548. # Ensure compute service is running on host XenAPI connects
  3549. # to. (boolean value)
  3550. # Deprecated group;name - DEFAULT;xenapi_check_host
  3551. #check_host=true
  3552.  
  3553. # Max number of times to poll for VHD to coalesce. Used only
  3554. # if compute_driver=xenapi.XenAPIDriver (integer value)
  3555. # Deprecated group;name - DEFAULT;xenapi_vhd_coalesce_max_attempts
  3556. #vhd_coalesce_max_attempts=20
  3557.  
  3558. # Base path to the storage repository (string value)
  3559. # Deprecated group;name - DEFAULT;xenapi_sr_base_path
  3560. #sr_base_path=/var/run/sr-mount
  3561.  
  3562. # The iSCSI Target Host (string value)
  3563. # Deprecated group;name - DEFAULT;target_host
  3564. #target_host=<None>
  3565.  
  3566. # The iSCSI Target Port, default is port 3260 (string value)
  3567. # Deprecated group;name - DEFAULT;target_port
  3568. #target_port=3260
  3569.  
  3570. # IQN Prefix (string value)
  3571. # Deprecated group;name - DEFAULT;iqn_prefix
  3572. #iqn_prefix=iqn.2010-10.org.openstack
  3573.  
  3574. # Used to enable the remapping of VBD dev (Works around an
  3575. # issue in Ubuntu Maverick) (boolean value)
  3576. # Deprecated group;name - DEFAULT;xenapi_remap_vbd_dev
  3577. #remap_vbd_dev=false
  3578.  
  3579. # Specify prefix to remap VBD dev to (ex. /dev/xvdb ->
  3580. # /dev/sdb) (string value)
  3581. # Deprecated group;name - DEFAULT;xenapi_remap_vbd_dev_prefix
  3582. #remap_vbd_dev_prefix=sd
  3583.  
  3584.  
  3585. #
  3586. # Options defined in nova.virt.xenapi.image.bittorrent
  3587. #
  3588.  
  3589. # Base URL for torrent files. (string value)
  3590. # Deprecated group;name - DEFAULT;xenapi_torrent_base_url
  3591. #torrent_base_url=<None>
  3592.  
  3593. # Probability that peer will become a seeder. (1.0 = 100%)
  3594. # (floating point value)
  3595. # Deprecated group;name - DEFAULT;xenapi_torrent_seed_chance
  3596. #torrent_seed_chance=1.0
  3597.  
  3598. # Number of seconds after downloading an image via BitTorrent
  3599. # that it should be seeded for other peers. (integer value)
  3600. # Deprecated group;name - DEFAULT;xenapi_torrent_seed_duration
  3601. #torrent_seed_duration=3600
  3602.  
  3603. # Cached torrent files not accessed within this number of
  3604. # seconds can be reaped (integer value)
  3605. # Deprecated group;name - DEFAULT;xenapi_torrent_max_last_accessed
  3606. #torrent_max_last_accessed=86400
  3607.  
  3608. # Beginning of port range to listen on (integer value)
  3609. # Deprecated group;name - DEFAULT;xenapi_torrent_listen_port_start
  3610. #torrent_listen_port_start=6881
  3611.  
  3612. # End of port range to listen on (integer value)
  3613. # Deprecated group;name - DEFAULT;xenapi_torrent_listen_port_end
  3614. #torrent_listen_port_end=6891
  3615.  
  3616. # Number of seconds a download can remain at the same progress
  3617. # percentage w/o being considered a stall (integer value)
  3618. # Deprecated group;name - DEFAULT;xenapi_torrent_download_stall_cutoff
  3619. #torrent_download_stall_cutoff=600
  3620.  
  3621. # Maximum number of seeder processes to run concurrently
  3622. # within a given dom0. (-1 = no limit) (integer value)
  3623. # Deprecated group;name - DEFAULT;xenapi_torrent_max_seeder_processes_per_host
  3624. #torrent_max_seeder_processes_per_host=1
  3625.  
  3626.  
  3627. #
  3628. # Options defined in nova.virt.xenapi.pool
  3629. #
  3630.  
  3631. # To use for hosts with different CPUs (boolean value)
  3632. # Deprecated group;name - DEFAULT;use_join_force
  3633. #use_join_force=true
  3634.  
  3635.  
  3636. #
  3637. # Options defined in nova.virt.xenapi.vif
  3638. #
  3639.  
  3640. # Name of Integration Bridge used by Open vSwitch (string
  3641. # value)
  3642. # Deprecated group;name - DEFAULT;xenapi_ovs_integration_bridge
  3643. #ovs_integration_bridge=xapi1
  3644.  
  3645.  
  3646. #
  3647. # Options defined in nova.virt.xenapi.vm_utils
  3648. #
  3649.  
  3650. # Cache glance images locally. `all` will cache all images,
  3651. # `some` will only cache images that have the image_property
  3652. # `cache_in_nova=True`, and `none` turns off caching entirely
  3653. # (string value)
  3654. # Deprecated group;name - DEFAULT;cache_images
  3655. #cache_images=all
  3656.  
  3657. # Compression level for images, e.g., 9 for gzip -9. Range is
  3658. # 1-9, 9 being most compressed but most CPU intensive on dom0.
  3659. # (integer value)
  3660. # Deprecated group;name - DEFAULT;xenapi_image_compression_level
  3661. #image_compression_level=<None>
  3662.  
  3663. # Default OS type (string value)
  3664. # Deprecated group;name - DEFAULT;default_os_type
  3665. #default_os_type=linux
  3666.  
  3667. # Time to wait for a block device to be created (integer
  3668. # value)
  3669. # Deprecated group;name - DEFAULT;block_device_creation_timeout
  3670. #block_device_creation_timeout=10
  3671.  
  3672. # Maximum size in bytes of kernel or ramdisk images (integer
  3673. # value)
  3674. # Deprecated group;name - DEFAULT;max_kernel_ramdisk_size
  3675. #max_kernel_ramdisk_size=16777216
  3676.  
  3677. # Filter for finding the SR to be used to install guest
  3678. # instances on. To use the Local Storage in default
  3679. # XenServer/XCP installations set this flag to other-config
  3680. # :i18n-key=local-storage. To select an SR with a different
  3681. # matching criteria, you could set it to other-
  3682. # config:my_favorite_sr=true. On the other hand, to fall back
  3683. # on the Default SR, as displayed by XenCenter, set this flag
  3684. # to: default-sr:true (string value)
  3685. # Deprecated group;name - DEFAULT;sr_matching_filter
  3686. #sr_matching_filter=default-sr:true
  3687.  
  3688. # Whether to use sparse_copy for copying data on a resize down
  3689. # (False will use standard dd). This speeds up resizes down
  3690. # considerably since large runs of zeros won't have to be
  3691. # rsynced (boolean value)
  3692. # Deprecated group;name - DEFAULT;xenapi_sparse_copy
  3693. #sparse_copy=true
  3694.  
  3695. # Maximum number of retries to unplug VBD (integer value)
  3696. # Deprecated group;name - DEFAULT;xenapi_num_vbd_unplug_retries
  3697. #num_vbd_unplug_retries=10
  3698.  
  3699. # Whether or not to download images via Bit Torrent
  3700. # (all|some|none). (string value)
  3701. # Deprecated group;name - DEFAULT;xenapi_torrent_images
  3702. #torrent_images=none
  3703.  
  3704. # Name of network to use for booting iPXE ISOs (string value)
  3705. # Deprecated group;name - DEFAULT;xenapi_ipxe_network_name
  3706. #ipxe_network_name=<None>
  3707.  
  3708. # URL to the iPXE boot menu (string value)
  3709. # Deprecated group;name - DEFAULT;xenapi_ipxe_boot_menu_url
  3710. #ipxe_boot_menu_url=<None>
  3711.  
  3712. # Name and optionally path of the tool used for ISO image
  3713. # creation (string value)
  3714. # Deprecated group;name - DEFAULT;xenapi_ipxe_mkisofs_cmd
  3715. #ipxe_mkisofs_cmd=mkisofs
  3716.  
  3717.  
  3718. #
  3719. # Options defined in nova.virt.xenapi.vmops
  3720. #
  3721.  
  3722. # Number of seconds to wait for instance to go to running
  3723. # state (integer value)
  3724. # Deprecated group;name - DEFAULT;xenapi_running_timeout
  3725. #running_timeout=60
  3726.  
  3727. # The XenAPI VIF driver using XenServer Network APIs. (string
  3728. # value)
  3729. # Deprecated group;name - DEFAULT;xenapi_vif_driver
  3730. #vif_driver=nova.virt.xenapi.vif.XenAPIBridgeDriver
  3731.  
  3732. # Dom0 plugin driver used to handle image uploads. (string
  3733. # value)
  3734. # Deprecated group;name - DEFAULT;xenapi_image_upload_handler
  3735. #image_upload_handler=nova.virt.xenapi.image.glance.GlanceStore
  3736.  
  3737.  
  3738. #
  3739. # Options defined in nova.virt.xenapi.volume_utils
  3740. #
  3741.  
  3742. # Number of seconds to wait for an SR to settle if the VDI
  3743. # does not exist when first introduced (integer value)
  3744. #introduce_vdi_retry_wait=20
  3745.  
  3746.  
  3747. [zookeeper]
  3748.  
  3749. #
  3750. # Options defined in nova.servicegroup.drivers.zk
  3751. #
  3752.  
  3753. # The ZooKeeper addresses for servicegroup service in the
  3754. # format of host1:port,host2:port,host3:port (string value)
  3755. #address=<None>
  3756.  
  3757. # The recv_timeout parameter for the zk session (integer
  3758. # value)
  3759. #recv_timeout=4000
  3760.  
  3761. # The prefix used in ZooKeeper to store ephemeral nodes
  3762. # (string value)
  3763. #sg_prefix=/servicegroups
  3764.  
  3765. # Number of seconds to wait until retrying to join the session
  3766. # (integer value)
  3767. #sg_retry_interval=5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement