
Change-Id: I9bb0a1fac63cc326234b0f06b1e56b43e0753279 Partially-Implements: blueprint replace-config-external
9 lines
137 B
Bash
Executable File
9 lines
137 B
Bash
Executable File
#!/bin/bash
|
|
set -o errexit
|
|
|
|
# Loading common functions.
|
|
source /opt/kolla/kolla-common.sh
|
|
source /opt/kolla/config-sudoers.sh
|
|
|
|
exec $CMD
|