openstack-manuals/doc/common/samples/neutron-hyperv-agent.conf
Claudiu Belu dbe11ba385 Adds documentation section for neutron-hyperv-agent
Added section regarding the Hyper-V neutron agent in
doc/admin-guide-cloud/networking/section_networking-agents.xml

Change-Id: I381b60ef8471ac91100a9f2acebea13c2b2deda6
2014-10-14 08:27:51 -05:00

21 lines
556 B
Plaintext

[DEFAULT]
verbose = true
control_exchange = neutron
policy_file = C:\etc\policy.json
rpc_backend = neutron.openstack.common.rpc.impl_kombu
rabbit_host = IP_ADDRESS
rabbit_port = 5672
rabbit_userid = guest
rabbit_password = <password>
logdir = C:\OpenStack\Log
logfile = neutron-hyperv-agent.log
[AGENT]
polling_interval = 2
physical_network_vswitch_mappings = *:YOUR_BRIDGE_NAME
enable_metrics_collection = true
[SECURITYGROUP]
firewall_driver = neutron.plugins.hyperv.agent.security_groups_driver.HyperVSecurityGroupsDriver
enable_security_group = true