snap-nova/tests/nova_cleanup.sh
Pete Vander Giessen 6f18583c92 Added config files to snap.
This is part of a transition to storing the config files in the snap,
rather than in snapstack.

Also updated .gitignore to ignore emacs temp files and snapcraft
cruft.

Change-Id: I917767c08e0daebdeb2392f2fc74ca3a3a1c57ac
2017-08-10 19:30:35 +00:00

10 lines
121 B
Bash

#!/bin/bash
set -x
sudo mysql -u root << EOF
DROP DATABASE nova;
DROP DATABASE nova_api;
DROP DATABASE nova_cell0;
EOF