Merge "Removing the config-applier element"

This commit is contained in:
Jenkins 2014-01-14 11:09:14 +00:00 committed by Gerrit Code Review
commit cccb870d92
5 changed files with 0 additions and 23 deletions

View File

@ -1,2 +0,0 @@
Installs config-applier to handle Heat Metadata based configuration of
the system.

View File

@ -1 +0,0 @@
source-repositories

View File

@ -1,11 +0,0 @@
#!/bin/bash
home=$(dirname $0)
set -uex
install-packages python-pip
cd /opt/stack/config-applier
pip install -e . -U
install -m 0644 -o root -g root $home/config-applier.upstart /etc/init/config-applier.conf

View File

@ -1,8 +0,0 @@
start on runlevel [2345]
task
author "Clint Byrum <clint@fewbar.com>"
description "Config Applier"
exec config-applier

View File

@ -1 +0,0 @@
config-applier git /opt/stack/config-applier https://git.openstack.org/openstack/os-apply-config.git