From ed6342b1faf4dc73e3df7d768f8816cef85f4ad3 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 26 Jul 2017 11:22:51 -0400 Subject: [PATCH] Support setting CELLSV2_SETUP variable Change-Id: I5390ec14c41da0237c898852935aba3569e7acae --- projects/60_nova/from-ocata/upgrade-nova | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 projects/60_nova/from-ocata/upgrade-nova diff --git a/projects/60_nova/from-ocata/upgrade-nova b/projects/60_nova/from-ocata/upgrade-nova new file mode 100644 index 00000000..b4b86202 --- /dev/null +++ b/projects/60_nova/from-ocata/upgrade-nova @@ -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" +} \ No newline at end of file