From a9c94aee394a4e520ab47619d9ad8bf3898de0e2 Mon Sep 17 00:00:00 2001
From: "wu.chunyang" <wuchunyang@yovole.com>
Date: Sun, 21 Jun 2020 22:40:56 +0800
Subject: [PATCH] nova-cell role clone failed

when enable kolla_dev_mod, nova-cell role clones code failed,
because we use nova-cell repository which is not exists.
in fact, nova-cell role should use nova repository too

Change-Id: I7fa62726d0d5b0aeb3bd5fa06dc0e59667f94fa0
---
 ansible/roles/nova-cell/defaults/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/roles/nova-cell/defaults/main.yml b/ansible/roles/nova-cell/defaults/main.yml
index 7aaa1b826..85e66a456 100644
--- a/ansible/roles/nova-cell/defaults/main.yml
+++ b/ansible/roles/nova-cell/defaults/main.yml
@@ -1,5 +1,5 @@
 ---
-project_name: "nova-cell"
+project_name: "nova"
 
 nova_cell_services:
   nova-libvirt:
-- 
GitLab