[DEFAULT]
allow_resize_to_same_host=True
#resize_confirm_window = 1
allow_migrate_to_same_host=True
network_api_class = nova.network.neutronv2.api.API
security_group_api = neutron
linuxnet_interface_driver = nova.network.linux_net.LinuxOVSInterfaceDriver
firewall_driver = nova.virt.firewall.NoopFirewallDriver
my_ip = 192.168.3.7
vnc_enabled = True
vncserver_listen = 0.0.0.0
vncserver_proxyclient_address = 192.168.3.7
#novncproxy_base_url = http://192.168.3.5:6080/vnc_auto.html
novncproxy_base_url = http://61.132.233.138:6080/vnc_auto.html
auth_strategy = keystone
rpc_backend = rabbit
rabbit_host = ruiy-controller
rabbit_password = 321
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
libvirt_use_virtio_for_bridges=True
verbose=True
ec2_private_dns_show_ip=True
api_paste_config=/etc/nova/api-paste.ini
enabled_apis=ec2,osapi_compute,metadata
[keystone_authtoken]
auth_uri = http://ruiy-controller:5000/v2.0
identity_uri = http://ruiy-controller:35357
admin_tenant_name = service
admin_user = nova
admin_password = 321
[glance]
host = ruiy-controller
[neutron]
url = http://ruiy-controller:9696
auth_strategy = keystone
admin_auth_url = http://ruiy-controller:35357/v2.0
admin_tenant_name = service
admin_username = neutron
admin_password = 321