diff options
author | mbeierl <mark.beierl@emc.com> | 2015-11-05 21:22:54 -0500 |
---|---|---|
committer | mbeierl <mark.beierl@emc.com> | 2015-11-05 21:23:49 -0500 |
commit | d480e8746512caf8821c42582e7ab75d25b3127b (patch) | |
tree | 8c8e14162b06eca9a272a2593096c9a643e3b65c /ci/verify.sh | |
parent | 11dd42eccfe25e3b5b950c52198fa9f8effc86be (diff) |
Adding Heat template for staging StorPerf master node
Change-Id: I1e55290013f31272952f23869a02d68ca08cd4a7
JIRA: STORPERF-12
Signed-off-by: mbeierl <mark.beierl@emc.com>
Diffstat (limited to 'ci/verify.sh')
-rwxr-xr-x | ci/verify.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ci/verify.sh b/ci/verify.sh index 06bd986..333a05c 100755 --- a/ci/verify.sh +++ b/ci/verify.sh @@ -1,2 +1,11 @@ #!/bin/bash +############################################################################## +# Copyright (c) 2015 EMC and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + exit 0 |