[DEFAULT] compute_driver = libvirt.LibvirtDriver rpc_backend = rabbit rabbit_host = controller rabbit_password = rabbit123 my_ip = 10.0.0.31 vnc_enabled = True vncserver_listen = 0.0.0.0 vncserver_proxyclient_address = 10.0.0.31 novncproxy_base_url = http://controller:6080/vnc_auto.html scheduler_default_filters = AllHostsFilter dhcpbridge_flagfile=/etc/nova/nova.conf dhcpbridge=/usr/bin/nova-dhcpbridge logdir=/var/log/nova state_path=/var/lib/nova lock_path=/var/lock/nova force_dhcp_release=True iscsi_helper=tgtadm libvirt_use_virtio_for_bridges=True connection_type=libvirt root_helper=sudo nova-rootwrap /etc/nova/rootwrap.conf verbose=True ec2_private_dns_show_ip=True api_paste_config=/etc/nova/api-paste.ini volumes_path=/var/lib/nova/volumes enabled_apis=ec2,osapi_compute,metadata auth_strategy = keystone #network_api_class = nova.network.api.API #security_group_api = nova #firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver #network_manager = nova.network.manager.FlatDHCPManager #network_size = 254 #allow_same_net_traffic = False #multi_host = True #send_arp_for_ha = True #share_dhcp_address = True #force_dhcp_release = True #flat_network_bridge = br100 #flat_interface = eth2 #public_interface = eth2 glance_host = controller network_api_class = nova.network.neutronv2.api.API neutron_url = http://controller:9696 neutron_auth_strategy = keystone neutron_admin_tenant_name = service neutron_admin_username = neutron neutron_admin_password = neutron123 neutron_admin_auth_url = http://controller:35357/v2.0 linuxnet_interface_driver = nova.network.linux_net.LinuxOVSInterfaceDriver firewall_driver = nova.virt.firewall.NoopFirewallDriver security_group_api = neutron [database] # The SQLAlchemy connection string used to connect to the database connection = mysql://nova:nova123@controller/nova #Configure the Compute service to use the RabbitMQ message broker #rpc_backend = rabbit #rabbit_host = controller #rabbit_password = rabbit123 #Configure Compute to provide remote console access to instances. #my_ip = 10.0.0.31 #vnc_enabled = True #vncserver_listen = 0.0.0.0 #vncserver_proxyclient_address = 10.0.0.31 #novncproxy_base_url = http://controller:6080/vnc_auto.html #Specify the host that runs the Image Service #glance_host = controller # [keystone_authtoken] auth_uri = http://controller:5000 auth_host = controller auth_port = 35357 auth_protocol = http admin_tenant_name = service admin_user = nova admin_password = nova123 [libvirt] virt_type=kvm