Updated Branches: refs/heads/4.1 97f870561 -> ee68560fe
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 <[email protected]> 1362191198 -0700 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/ee68560f Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/ee68560f Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/ee68560f Branch: refs/heads/4.1 Commit: ee68560fe14edd420727118fb3d5f6da72313844 Parents: 97f8705 Author: Marcus Sorensen <[email protected]> Authored: Fri Mar 1 19:26:38 2013 -0700 Committer: Chip Childers <[email protected]> Committed: Sat Mar 2 14:23:18 2013 -0500 ---------------------------------------------------------------------- agent/conf/agent.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/ee68560f/agent/conf/agent.properties ---------------------------------------------------------------------- diff --git a/agent/conf/agent.properties b/agent/conf/agent.properties index 74cfd1c..f7eac67 100644 --- a/agent/conf/agent.properties +++ b/agent/conf/agent.properties @@ -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 \ No newline at end of file +#libvirt.vif.driver=com.cloud.hypervisor.kvm.resource.BridgeVifDriver
