Skip to content

Instantly share code, notes, and snippets.

@lucasces
Created January 11, 2016 18:27
Show Gist options
  • Save lucasces/539d23e5700cd27b4317 to your computer and use it in GitHub Desktop.
Save lucasces/539d23e5700cd27b4317 to your computer and use it in GitHub Desktop.
[DEFAULT]
auth_strategy=keystone
image_service=nova.image.glance.GlanceImageService
compute_driver=hyperv.nova.driver.HyperVDriver
volume_api_class=nova.volume.cinder.API
instances_path=C:\OpenStack\Instances
use_cow_images=true
flat_injected=true
policy_file=C:\Program Files (x86)\Cloudbase Solutions\OpenStack\Nova\etc\policy.json
mkisofs_cmd=C:\Program Files (x86)\Cloudbase Solutions\OpenStack\Nova\bin\mkisofs.exe
verbose=true
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_response_timeout=1800
lock_path=C:\OpenStack\Log\
rpc_backend=rabbit
logdir=C:\OpenStack\Log\
logfile=nova-compute.log
force_config_drive=True
network_api_class=nova.network.neutronv2.api.API
security_group_api=neutron
[glance]
api_servers=192.168.16.212:9292
[hyperv]
vswitch_name=external
limit_cpu_features=false
config_drive_inject_password=false
qemu_img_cmd=C:\Program Files (x86)\Cloudbase Solutions\OpenStack\Nova\bin\qemu-img.exe
config_drive_cdrom=true
dynamic_memory_ratio=1
enable_instance_metrics_collection=false
[rdp]
enabled=true
html5_proxy_base_url=http://192.168.16.210:6080/
[neutron]
url=http://192.168.16.210:9696
auth_strategy=keystone
admin_tenant_name=services
admin_username=neutron
admin_password=0d79702506a84323
admin_auth_url=http://192.168.16.210:35357/v2.0
[oslo_messaging_rabbit]
rabbit_host=192.168.16.210
rabbit_port=5672
rabbit_userid=guest
rabbit_password=guest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment