Sean Dague ed6342b1fa Support setting CELLSV2_SETUP variable
Change-Id: I5390ec14c41da0237c898852935aba3569e7acae
2017-07-26 10:35:12 -07:00

5 lines
188 B
Plaintext

function configure_nova_upgrade() {
# Going from ocata -> pike isn't going to have the configs setup for the super conductor
# topology
export CELLSV2_SETUP="singleconductor"
}