agent: Add default path for KVM scripts to sample configuration
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/6c015d4f Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/6c015d4f Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/6c015d4f Branch: refs/heads/master Commit: 6c015d4f815da5e6507ce495eb617d439edbd8b9 Parents: 27a43f9 Author: Wido den Hollander <[email protected]> Authored: Wed Aug 8 16:13:17 2012 +0200 Committer: Wido den Hollander <[email protected]> Committed: Wed Aug 8 22:31:06 2012 +0200 ---------------------------------------------------------------------- agent/conf/agent.properties | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6c015d4f/agent/conf/agent.properties ---------------------------------------------------------------------- diff --git a/agent/conf/agent.properties b/agent/conf/agent.properties index e040a7d..27572b5 100644 --- a/agent/conf/agent.properties +++ b/agent/conf/agent.properties @@ -60,6 +60,9 @@ zone=default # Generate with "uuidgen" local.storage.uuid= +# Location for KVM scripts +domr.scripts.dir=scripts/network/domr/kvm + # the timeout for time-consuming operations, such as create/copy snapshot #cmds.timeout=7200
