summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAngus Salkeld <asalkeld@redhat.com>2013-10-10 16:21:26 +1100
committerAngus Salkeld <asalkeld@redhat.com>2013-10-11 13:29:47 +1100
commit51d1214fece94c540cfbaec12314340997143f07 (patch)
tree90d41d433084227fe6b44282695aca7f31c9291b /tools
parent859efe8e04d01e3daa0b273ad21554c90c56fd66 (diff)
downloadheat-51d1214fece94c540cfbaec12314340997143f07.tar.gz
Move check_uptodate.sh into config/ and delete tools/conf
Having two sets of these scripts is just confusing. Change-Id: Ia9e227c4c833d1c6edc040eb93d157b8557671fa
Diffstat (limited to 'tools')
-rwxr-xr-xtools/conf/generate_sample.sh26
-rwxr-xr-xtools/config/check_uptodate.sh (renamed from tools/conf/check_uptodate.sh)0
2 files changed, 0 insertions, 26 deletions
diff --git a/tools/conf/generate_sample.sh b/tools/conf/generate_sample.sh
deleted file mode 100755
index 6a491170e..000000000
--- a/tools/conf/generate_sample.sh
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/usr/bin/env bash
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
-# Copyright 2012 SINA Corporation
-# All Rights Reserved.
-# Author: Zhongyue Luo <lzyeval@gmail.com>
-#
-# Licensed under the Apache License, Version 2.0 (the "License"); you may
-# not use this file except in compliance with the License. You may obtain
-# a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-# License for the specific language governing permissions and limitations
-# under the License.
-
-FILES=$(find heat -type f -name "*.py" ! -path "heat/tests/*" -exec \
- grep -l "Opt(" {} \; | sort -u)
-
-DEST=${1:-etc/heat/heat.conf.sample}
-
-PYTHONPATH=./:${PYTHONPATH} \
- python $(dirname "$0")/../../heat/openstack/common/config/generator.py ${FILES} > $DEST
diff --git a/tools/conf/check_uptodate.sh b/tools/config/check_uptodate.sh
index 96d77a97a..96d77a97a 100755
--- a/tools/conf/check_uptodate.sh
+++ b/tools/config/check_uptodate.sh