[DEFAULT]
logging_context_format_string = '%(asctime)s.%(msecs)03d %(process)d %(thread)d %(threadName)s %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s'
logging_default_format_string = '%(asctime)s.%(msecs)03d %(process)d %(thread)d %(threadName)s %(levelname)s %(name)s [-] %(instance)s%(message)s'
logging_exception_prefix = '%(asctime)s.%(msecs)03d %(process)d %(thread)d %(threadName)s TRACE %(name)s %(instance)s'
auth_strategy = keystone
debug = true
verbose = true
vif_plugging_is_fatal=true
vif_plugging_timeout=60
force_config_drive = True
image_service = nova.image.glance.GlanceImageService
compute_driver = hyperv.driver.HyperVDriver
volume_api_class = nova.volume.cinder.API
instances_path = C:\openstack\instances
use_cow_images = True
mkisofs_cmd = c:\openstack\bin\mkisofs.exe
allow_resize_to_same_host = True
running_deleted_instance_action = reap
running_deleted_instance_poll_interval = 120
resize_confirm_window = 5
resume_guests_state_on_host_boot = true
rpc_backend = rabbit
transport_url = rabbit://stackrabbit:Passw0rd@10.222.0.50:5672/nova_cell1
rpc_response_timeout = 600
log_dir=c:\openstack\log
log_file = nova-compute.log
lock_path=c:\openstack\lock
instance_usage_audit = True
instance_usage_audit_period = hour
notify_on_state_change = vm_and_task_state
network_api_class = nova.network.neutronv2.api.API
security_group_api = neutron

[hyperv]
vswitch_name = br-data
limit_cpu_features = True
config_drive_inject_password = False
qemu_img_cmd = c:\openstack\bin\qemu-img.exe
config_drive_cdrom = True
dynamic_memory_ratio = 1
enable_instance_metrics_collection = True
instances_shared_storage = False

[neutron]
url = http://10.222.0.50:9696
auth_strategy = keystone
auth_plugin = v3password
region_name = RegionOne
project_domain_name = Default
project_name = service
user_domain_name = Default
username = neutron
password = Passw0rd
auth_url = http://10.222.0.50/identity/v3

[glance]
use_glance_v1 = False
api_servers = http://10.222.0.50/image

[placement]
auth_type = password
auth_url = http://10.222.0.50/identity/v3
username = placement
password = Passw0rd
project_name = service
project_domain_name = Default
os_region_name = RegionOne
user_domain_name = Default
auth_strategy = keystone
auth_plugin = v3password

[oslo_policy]
policy_file = c:\openstack\etc\policy.json

## should be removed after Luci push a patch so cache to be disabled by default
[os_win]
cache_temporary_wmi_objects = False