Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [DEFAULT]
- logdir = /var/log/nova
- state_path = /var/lib/nova
- lock_path = /var/lib/nova/tmp
- dhcpbridge = /usr/bin/nova-dhcpbridge
- injected_network_template = /usr/share/nova/interfaces.template
- libvirt_xml_template = /usr/share/nova/libvirt.xml.template
- libvirt_nonblocking = True
- vpn_client_template = /usr/share/nova/client.ovpn.template
- credentials_template = /usr/share/nova/novarc.template
- rpc_backend = nova.rpc.impl_qpid
- root_helper = sudo nova-rootwrap
- notification_driver = nova.notifier.rabbit_notifier
- # LOGS/STATE
- #verbose=False
- verbose=True
- # AUTHENTICATION
- auth_strategy=keystone
- # SCHEDULER
- compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
- # VOLUMES
- volume_group=nova-volumes
- volume_name_template=volume-%08x
- iscsi_helper=tgtadm
- # DATABASE
- sql_connection=mysql://nova:[email protected]/nova
- # COMPUTE
- libvirt_type=kvm
- connection_type=libvirt
- instance_name_template=instance-%08x
- api_paste_config=/etc/nova/api-paste.ini
- allow_resize_to_same_host=True
- #default_ephemeral_format=ext4
- # APIS
- osapi_compute_extension=nova.api.openstack.compute.contrib.standard_extensions
- ec2_dmz_host=192.168.95.12
- s3_host=192.168.95.12
- # QPID
- qpid_hostname=192.168.95.12
- # GLANCE
- image_service=nova.image.glance.GlanceImageService
- glance_api_servers=192.168.95.12:9292
- # NETWORK
- multi_host=True
- network_manager=nova.network.manager.FlatDHCPManager
- force_dhcp_release=False
- dhcp_lease_time=1800
- dhcpbridge_flagfile=/etc/nova/nova.conf
- firewall_driver=nova.virt.libvirt.firewall.IptablesFirewallDriver
- my_ip=192.168.95.12
- public_interface=eth0
- flat_network_bridge=br100
- flat_interface=eth1
- fixed_range=192.168.97.1/24
- dnsmasq_config_file=/etc/nova/dhcp-options.conf
- dhcp_domain=openstack.internal
- # NOVNC CONSOLE
- novncproxy_base_url=http://192.168.95.12:6080/vnc_auto.html
- xvpvncproxy_base_url=htp://192.168.95.12:6081/console
- vncserver_proxyclient_address=192.168.95.12
- vncserver_listen=192.168.95.12
- # QUOTAS
- quota_ram = 960000
- quota_security_groups = 256
- quota_cores = 256
- quota_security_group_rules = 50
- quota_volumes = 2048
- quota_gigabytes = 10000
- quota_instances = 2048
Advertisement
Add Comment
Please, Sign In to add comment