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/e0828183 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/e0828183 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/e0828183 Branch: refs/heads/ui-multiple-nics Commit: e08281838a428a26f1993519de96fc45a26c0920 Parents: 31d6e54 Author: Marcus Sorensen <[email protected]> Authored: Fri Mar 1 19:26:38 2013 -0700 Committer: Marcus Sorensen <[email protected]> Committed: Fri Mar 1 19:26:38 2013 -0700 ---------------------------------------------------------------------- agent/conf/agent.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/e0828183/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
