Merge "Remove old config-external.sh scripts for magnum"

This commit is contained in:
Jenkins 2015-11-18 00:48:10 +00:00 committed by Gerrit Code Review
commit e63c0458f5
2 changed files with 0 additions and 20 deletions

View File

@ -1,10 +0,0 @@
#!/bin/bash
SOURCE="/var/lib/kolla/magnum/magnum-api/magnum.conf"
TARGET="/etc/magnum/magnum.conf"
OWNER="magnum"
if [[ -f "$SOURCE" ]]; then
cp $SOURCE $TARGET
chown ${OWNER}: $TARGET
chmod 0644 $TARGET
fi

View File

@ -1,10 +0,0 @@
#!/bin/bash
SOURCE="/var/lib/kolla/magnum/magnum-conductor/magnum.conf"
TARGET="/etc/magnum/magnum.conf"
OWNER="magnum"
if [[ -f "$SOURCE" ]]; then
cp $SOURCE $TARGET
chown ${OWNER}: $TARGET
chmod 0644 $TARGET
fi