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
- # LOGS/STATE
- 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
- # COMPUTE
- libvirt_type = kvm
- connection_type = libvirt
- instance_name_template = instance-%08x
- api_paste_config = /etc/nova/api-paste.ini
- libvirt_cpu_mode=none
- # APIS
- osapi_compute_extension = nova.api.openstack.compute.contrib.standard_extensions
- ec2_dmz_host = 118.244.156.103
- # QPID
- qpid_hostname = 162.168.100.101
- # GLANCE
- image_service = nova.image.glance.GlanceImageService
- glance_api_servers = 118.244.156.101:9292
- #network_manager=nova.network.quantum.manager.QuantumManager
- #linuxnet_interface_driver=nova.network.linux_net.LinuxOVSInterfaceDriver
- #libvirt_ovs_bridge=br-int
- #libvirt_vif_type=ethernet
- #libvirt_vif_driver=nova.virt.libvirt.vif.LibvirtOpenVswitchDriver
- #quantum_connection_host="172.16.1.7"
- #quantum_use_dhcp=True
- network_manager = nova.network.manager.FlatDHCPManager
- force_dhcp_release = True
- dhcpbridge = /usr/bin/nova-dhcpbridge
- dhcpbridge_flagfile = /etc/nova/nova.conf
- injected_network_template = /usr/share/nova/interfaces.template
- firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver
- my_ip = 118.244.156.103
- public_interface = eth0
- flat_network_bridge=vmbr
- flat_interface = eth1
- fixed_range = 10.0.0.0/8
- auto_assign_floating_ip = False
- flat_network_dhcp_start = 10.0.0.5
- multi_host = True
- 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
Advertisement
Add Comment
Please, Sign In to add comment