Support setting CELLSV2_SETUP variable

Change-Id: I5390ec14c41da0237c898852935aba3569e7acae
This commit is contained in:
Sean Dague 2017-07-26 11:22:51 -04:00 committed by Dan Smith
parent 445fad7eec
commit ed6342b1fa
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
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"
}