1 2 3 4 5 6 7 8
#!/bin/bash set -eu if [[ -n $(is_bootstrap_node) ]]; then # run gnocchi upgrade gnocchi-upgrade fi