Repository: cloudstack Updated Branches: refs/heads/master f73ad2e8b -> ca5c800f8
Fix CloudStack version (4.6.0) in systemvm template Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ca5c800f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ca5c800f Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ca5c800f Branch: refs/heads/master Commit: ca5c800f8d16d1f30fed1cba120bfb892eda9ca6 Parents: f73ad2e Author: Wei Zhou <[email protected]> Authored: Mon Dec 8 15:26:56 2014 +0100 Committer: Wei Zhou <[email protected]> Committed: Mon Dec 8 15:26:56 2014 +0100 ---------------------------------------------------------------------- .../definitions/systemvmtemplate/configure_systemvm_services.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ca5c800f/tools/appliance/definitions/systemvmtemplate/configure_systemvm_services.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate/configure_systemvm_services.sh b/tools/appliance/definitions/systemvmtemplate/configure_systemvm_services.sh index fc3d8f9..69612dc 100644 --- a/tools/appliance/definitions/systemvmtemplate/configure_systemvm_services.sh +++ b/tools/appliance/definitions/systemvmtemplate/configure_systemvm_services.sh @@ -19,7 +19,7 @@ set -e set -x -CLOUDSTACK_RELEASE=4.5.0 +CLOUDSTACK_RELEASE=4.6.0 function configure_apache2() { # Enable ssl, rewrite and auth
