master
Raw Download raw file
  1[DEFAULT]
  2notification_driver=ceilometer.compute.nova_notifier
  3notification_driver=nova.openstack.common.notifier.rpc_notifier
  4notification_driver =
  5notification_topics=notifications
  6rpc_backend=rabbit
  7internal_service_availability_zone=internal
  8default_availability_zone=nova
  9notify_api_faults=False
 10state_path=/var/lib/nova
 11report_interval=10
 12compute_manager=nova.compute.manager.ComputeManager
 13service_down_time=60
 14rootwrap_config=/etc/nova/rootwrap.conf
 15auth_strategy=keystone
 16heal_instance_info_cache_interval=60
 17reserved_host_memory_mb=512
 18network_api_class=nova.network.neutronv2.api.API
 19default_floating_pool=public
 20force_snat_range=0.0.0.0/0
 21metadata_host=192.168.0.10
 22dhcp_domain=novalocal
 23security_group_api=neutron
 24debug=False
 25verbose=True
 26log_dir=/var/log/nova
 27use_syslog=False
 28compute_driver=libvirt.LibvirtDriver
 29vif_plugging_is_fatal=True
 30vif_plugging_timeout=300
 31firewall_driver=nova.virt.firewall.NoopFirewallDriver
 32force_raw_images=True
 33novncproxy_base_url=https://{{ controller_public_ip }}:6080/vnc_auto.html
 34vncserver_listen=0.0.0.0
 35vncserver_proxyclient_address={{ compute_ip }}
 36vnc_enabled=True
 37vnc_keymap=en-us
 38volume_api_class=nova.volume.cinder.API
 39amqp_durable_queues=False
 40rabbit_hosts=192.168.0.10:5672
 41rabbit_use_ssl=False
 42rabbit_userid=guest
 43rabbit_ha_queues=False
 44rabbit_password=guest
 45rabbit_host=192.168.0.10
 46sql_connection=mysql://nova@192.168.0.10/nova
 47rabbit_virtual_host=/
 48image_service=nova.image.glance.GlanceImageService
 49rabbit_port=5672
 50lock_path=/var/lib/nova/tmp
 51[api_database]
 52[barbican]
 53[cells]
 54[cinder]
 55[conductor]
 56[database]
 57[ephemeral_storage_encryption]
 58[glance]
 59api_servers=192.168.0.10:9292
 60[guestfs]
 61[hyperv]
 62[image_file_url]
 63[ironic]
 64[keymgr]
 65[keystone_authtoken]
 66[libvirt]
 67virt_type=qemu
 68inject_password=False
 69inject_key=False
 70inject_partition=-1
 71live_migration_uri=qemu+tcp://nova@%s/system
 72cpu_mode=none
 73vif_driver=nova.virt.libvirt.vif.LibvirtGenericVIFDriver
 74[metrics]
 75[neutron]
 76url=http://192.168.0.10:9696
 77admin_username=neutron
 78admin_password=b80e24e5e8fe4939
 79admin_tenant_name=services
 80region_name=RegionOne
 81admin_auth_url=http://192.168.0.10:35357/v2.0
 82auth_strategy=keystone
 83ovs_bridge=br-int
 84extension_sync_interval=600
 85url_timeout=30
 86default_tenant_id=default
 87[osapi_v3]
 88[rdp]
 89[serial_console]
 90[spice]
 91[ssl]
 92[trusted_computing]
 93[upgrade_levels]
 94[vmware]
 95[workarounds]
 96[xenserver]
 97[zookeeper]
 98[matchmaker_redis]
 99[matchmaker_ring]
100[oslo_concurrency]
101[oslo_messaging_amqp]
102[oslo_messaging_qpid]
103[oslo_messaging_rabbit]