diff --git a/nova/templates/bin/_cell-setup.sh.tpl b/nova/templates/bin/_cell-setup.sh.tpl
index 31f1cac4af..abd1ffa57a 100644
--- a/nova/templates/bin/_cell-setup.sh.tpl
+++ b/nova/templates/bin/_cell-setup.sh.tpl
@@ -18,7 +18,7 @@ limitations under the License.
 
 set -ex
 
-NOVA_VERSION=$(nova-manage --version 2>&1 > /dev/null)
+NOVA_VERSION=$(nova-manage --version 2>&1)
 
 # NOTE(portdirect): check if nova fully supports cells v2, and manage
 # accordingly. Support was complete in ocata (V14.x.x).
diff --git a/nova/templates/bin/_db-sync.sh.tpl b/nova/templates/bin/_db-sync.sh.tpl
index 5177164963..c44666574a 100644
--- a/nova/templates/bin/_db-sync.sh.tpl
+++ b/nova/templates/bin/_db-sync.sh.tpl
@@ -18,7 +18,7 @@ limitations under the License.
 
 set -ex
 
-NOVA_VERSION=$(nova-manage --version 2>&1 > /dev/null)
+NOVA_VERSION=$(nova-manage --version 2>&1)
 
 function manage_cells () {
   # NOTE(portdirect): check if nova fully supports cells v2, and manage