From 2cc05cd48a48e99fab12e60281f2e4212e98dfc3 Mon Sep 17 00:00:00 2001 From: Cindy Pallares Date: Fri, 16 May 2014 07:28:18 -0500 Subject: [PATCH] Add Marconi and its client to ReviewDay Change-Id: I4e47f007f3b8cdd8222d97299d36b9b7873d16f5 --- bin/reviewday | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/reviewday b/bin/reviewday index bad33bb..82682ed 100755 --- a/bin/reviewday +++ b/bin/reviewday @@ -33,6 +33,7 @@ PROJECTS = [ 'identity-api', 'ironic', 'keystone', + 'marconi', 'neutron', 'nova', 'os-apply-config', @@ -45,6 +46,7 @@ PROJECTS = [ 'python-ironicclient', 'python-keystoneclient', 'python-neutronclient', + 'python-marconiclient', 'python-novaclient', 'python-saharaclient', 'python-swiftclient',