Created
January 11, 2016 18:29
-
-
Save lucasces/9dff5175dad68e29f57a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[DEFAULT] | |
verbose=true | |
debug=true | |
control_exchange=neutron | |
policy_file=C:\Program Files (x86)\Cloudbase Solutions\OpenStack\Nova\etc\policy.json | |
rpc_backend=rabbit | |
logdir=C:\OpenStack\Log\ | |
logfile=neutron-hyperv-agent.log | |
[AGENT] | |
polling_interval=2 | |
physical_network_vswitch_mappings=*:external | |
enable_metrics_collection=false | |
[SECURITYGROUP] | |
firewall_driver=neutron.plugins.hyperv.agent.security_groups_driver.HyperVSecurityGroupsDriver | |
enable_security_group=false | |
[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