[openstack-nova] remove debugging print from nova-manage

Pádraig Brady pbrady at fedoraproject.org
Mon Mar 5 16:08:09 UTC 2012


commit 6ad51fb79f884584b3f40acd1407e73afa7110a6
Author: Pádraig Brady <P at draigBrady.com>
Date:   Mon Mar 5 16:04:50 2012 +0000

    remove debugging print from nova-manage

 ...manage-to-auto-support-the-new-cfg-format.patch |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/0004-allow-nova-manage-to-auto-support-the-new-cfg-format.patch b/0004-allow-nova-manage-to-auto-support-the-new-cfg-format.patch
index 5ac0cd1..ed8062f 100644
--- a/0004-allow-nova-manage-to-auto-support-the-new-cfg-format.patch
+++ b/0004-allow-nova-manage-to-auto-support-the-new-cfg-format.patch
@@ -1,4 +1,4 @@
-From 2cfdc6c1dee8a9b58585cf0c2c19f0f0693b221c Mon Sep 17 00:00:00 2001
+From ea34d8dc8d99a20988900070a4d4867fd413c61c Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?P=C3=A1draig=20Brady?= <P at draigBrady.com>
 Date: Mon, 5 Mar 2012 14:48:21 +0000
 Subject: [PATCH] allow nova-manage to auto support the new cfg format
@@ -6,14 +6,14 @@ Subject: [PATCH] allow nova-manage to auto support the new cfg format
 This is a temprorary work around to support the
 new config file format transparently.
 ---
- bin/nova-manage |   15 +++++++++++++++
- 1 files changed, 15 insertions(+), 0 deletions(-)
+ bin/nova-manage |   14 ++++++++++++++
+ 1 files changed, 14 insertions(+), 0 deletions(-)
 
 diff --git a/bin/nova-manage b/bin/nova-manage
-index 4927614..a8eaec4 100755
+index 4927614..a8b819b 100755
 --- a/bin/nova-manage
 +++ b/bin/nova-manage
-@@ -97,6 +97,21 @@ from nova.compute import vm_states
+@@ -97,6 +97,20 @@ from nova.compute import vm_states
  from nova.db import migration
  from nova.volume import volume_types
  
@@ -29,7 +29,6 @@ index 4927614..a8eaec4 100755
 +                del sys.argv[i]
 +                break
 +        sys.argv.insert(1,'--config-file='+flagfile)
-+        print sys.argv
 +handle_new_cfg_format()
 +
  FLAGS = flags.FLAGS


More information about the scm-commits mailing list