diff options
author | Dan Radez <dradez@redhat.com> | 2016-08-11 13:08:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-11 13:08:36 +0000 |
commit | 1900c3825ef9163b721cda7c117c18a42aa84fb9 (patch) | |
tree | f5726417e2172fc9ca363dea63fbb770a3031e10 /ci | |
parent | bdf5e90f537ded151d2a324798259bda88251842 (diff) | |
parent | 97207a12fcc28b13c49674c098a7aba7532e9b87 (diff) |
Merge "adding mock-detached to util commands"
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/util.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ CONFIG=${CONFIG:-'/var/opt/opnfv'} RESOURCES=${RESOURCES:-"$CONFIG/images"} LIB=${LIB:-"$CONFIG/lib"} -VALID_CMDS="undercloud overcloud opendaylight debug-stack -h --help" +VALID_CMDS="undercloud overcloud opendaylight debug-stack mock-detached -h --help" source $LIB/utility-functions.sh |