Introduce `tools/kolla` to interact with kolla
This is supposed to prevent proliferation of scripts in "tools" directory and reduce code duplication. This first patch replaces tools/{start,stop,pull,status} scripts and more commands are to be added in the future. Change-Id: I3d99cf5033be8631d8e6f32a4c34d3b5ffcae7e8
Showing
- compose/README.md 4 additions, 4 deletionscompose/README.md
- devenv/README.md 1 addition, 1 deletiondevenv/README.md
- docs/developer-env.md 1 addition, 1 deletiondocs/developer-env.md
- tools/kolla 140 additions, 0 deletionstools/kolla
- tools/pull 0 additions, 102 deletionstools/pull
- tools/start 0 additions, 92 deletionstools/start
- tools/status 0 additions, 47 deletionstools/status
- tools/stop 0 additions, 44 deletionstools/stop
tools/kolla
0 → 100755
tools/pull
deleted
100755 → 0
tools/start
deleted
100755 → 0
tools/status
deleted
100755 → 0
tools/stop
deleted
100755 → 0
Please register or sign in to comment