mirror of https://github.com/apache/cloudstack.git
Summary: Add EOF to agent.properties for proper parsing
Detail: lack of newline at end of file was keeping cloudstack-setup-agent from properly editing/creating new config. BUG-ID: CLOUDSTACK-1487 Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1362191198 -0700
This commit is contained in:
parent
97f8705610
commit
ee68560fe1
|
|
@ -79,4 +79,4 @@ domr.scripts.dir=scripts/network/domr/kvm
|
|||
# be overridden here.
|
||||
# native = com.cloud.hypervisor.kvm.resource.BridgeVifDriver
|
||||
# openvswitch = com.cloud.hypervisor.kvm.resource.OvsBridgeDriver
|
||||
#libvirt.vif.driver=com.cloud.hypervisor.kvm.resource.BridgeVifDriver
|
||||
#libvirt.vif.driver=com.cloud.hypervisor.kvm.resource.BridgeVifDriver
|
||||
|
|
|
|||
Loading…
Reference in New Issue