From 58195bd264defe16d6d69a1b788ea0ff5d32980b Mon Sep 17 00:00:00 2001
From: Eduardo Gonzalez <dabarren@gmail.com>
Date: Wed, 8 Mar 2017 18:53:55 +0000
Subject: [PATCH] Remove cell setup and db creation nova upgrade

cell0 is already setup in Ocata, when upgrading to Pike
is not anymore necessary to create.
All nova DBs (nova_api, nova and nova_cell0) are already
created in Ocata too. Only bootstrap_service is needed
while upgrading.

Change-Id: Idc4941334faf91feee868472155a8c8ea0eba436
---
 ansible/roles/nova/tasks/upgrade.yml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/ansible/roles/nova/tasks/upgrade.yml b/ansible/roles/nova/tasks/upgrade.yml
index 13027080eb..41399e5550 100644
--- a/ansible/roles/nova/tasks/upgrade.yml
+++ b/ansible/roles/nova/tasks/upgrade.yml
@@ -2,14 +2,6 @@
 # Create new set of configs on nodes
 - include: config.yml
 
-# TODO(inc0): since nova is creating new database in L->M, we need to call it.
-# It should be removed later
-- include: bootstrap.yml
-
-# TODO(Jeffrey4l): Since nova need setup nova cell in N->O, we need to call it.
-# This should be removed later
-- include: simple_cell_setup.yml
-
 - include: bootstrap_service.yml
 
 - include: register.yml