summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorZane Bitter <zbitter@redhat.com>2012-09-25 16:13:35 +0200
committerZane Bitter <zbitter@redhat.com>2012-09-27 21:37:37 +0200
commit9e237f5a665042db2d592a4a0977cff933062590 (patch)
treed11bc83b7bb39e26af0316c5b7b43c39699f8751 /install.sh
parentf26b2188319a293b4dff6a88c571215798634e85 (diff)
downloadheat-9e237f5a665042db2d592a4a0977cff933062590.tar.gz
Add the beginnings of an OpenStack ReST API
So far only access to stacks (not resources and events) is implemented. Change-Id: I9655e9441087ef60c06e67e2d6ae68ec4a3b2d11 Signed-off-by: Zane Bitter <zbitter@redhat.com>
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/install.sh b/install.sh
index cf8aac938..92bbd3cd2 100755
--- a/install.sh
+++ b/install.sh
@@ -14,22 +14,6 @@ LOG_DIR=/var/log/heat
install -d $LOG_DIR
-archive_file() {
- local f=$1
-
- if [ -e $CONF_PREFIX/$f ]; then
- echo "Archiving configuration file $CONF_PREFIX/$f" >&2
- mv $CONF_PREFIX/$f $CONF_PREFIX/$f.bak
- fi
-}
-
-# Archive existing heat-api* config files in preparation
-# for change to heat-api-cfn*, and future use of heat-api*
-# for the OpenStack API.
-archive_file etc/heat/heat-api.conf
-archive_file etc/heat/heat-api-paste.ini
-
-
install_dir() {
local dir=$1
local prefix=$2