kolla-ansible/tools/stop
Lars Kellogg-Stedman 6ccd3a9b44 update start/stop scripts
- use new yaml config files
- provide separate service- and pod- start/stop scripts

Change-Id: Iaff2a5b4d5a33467a9d10b10e9bd5c922eeed3aa
2014-10-13 11:31:39 -04:00

8 lines
97 B
Bash
Executable File

#!/bin/sh
cd $(git rev-parse --show-toplevel)
./tools/stop-all-pods
./tools/stop-all-services