[DEFAULT] service_neutron_metadata_proxy = True linuxnet_interface_driver = libvirt_vif_driver = nova.virt.libvirt.vif.LibvirtGenericVIFDriver security_group_api = neutron neutron_url = http://:9696 neutron_region_name = RegionOne neutron_admin_tenant_name = service neutron_auth_strategy = keystone neutron_admin_auth_url = http://:35357/v2.0 neutron_admin_password = root123 neutron_admin_username = neutron network_api_class = nova.network.neutronv2.api.API firewall_driver = nova.virt.firewall.NoopFirewallDriver compute_driver = libvirt.LibvirtDriver use_usb_tablet = False libvirt_cpu_mode = none libvirt_type = qemu glance_api_servers = :9292 rabbit_password = root123 rabbit_host = localhost rpc_backend = nova.openstack.common.rpc.impl_kombu ec2_dmz_host = vncserver_proxyclient_address = 127.0.0.1 vncserver_listen = 127.0.0.1 vnc_enabled = true xvpvncproxy_base_url = http://:6081/console novncproxy_base_url = http://:6080/vnc_auto.html notification_driver = nova.openstack.common.notifier.rabbit_notifier,ceilometer.compute.nova_notifier notify_on_state_change = vm_and_task_state instance_usage_audit_period = hour instance_usage_audit = True logging_context_format_string = %(asctime)s.%(msecs)03d %(levelname)s %(name)s [%(request_id)s %(user_name)s %(project_name)s] %(instance)s%(message)s force_config_drive = always instances_path = /opt/stack/data/nova/instances lock_path = /opt/stack/data/nova state_path = /opt/stack/data/nova volume_api_class = nova.volume.cinder.API enabled_apis = ec2,osapi_compute,metadata instance_name_template = instance-%08x fatal_deprecations = True sql_connection = mysql://root:root123@127.0.0.1/nova?charset=utf8 metadata_workers = 4 ec2_workers = 4 osapi_compute_workers = 4 my_ip = osapi_compute_extension = nova.api.openstack.compute.contrib.standard_extensions s3_port = 3333 s3_host = default_floating_pool = public fixed_range = force_dhcp_release = True dhcpbridge_flagfile = /etc/nova/nova.conf scheduler_driver = nova.scheduler.filter_scheduler.FilterScheduler rootwrap_config = /etc/nova/rootwrap.conf api_paste_config = /etc/nova/api-paste.ini allow_resize_to_same_host = True auth_strategy = keystone debug = True verbose = True [osapi_v3] enabled = True [keystone_authtoken] signing_dir = /var/cache/nova admin_password = root123 admin_user = nova cafile = admin_tenant_name = service auth_protocol = http auth_port = 35357 auth_host = [spice] enabled = false html5proxy_base_url = http://:6082/spice_auto.html