diff mbox

[ovs-dev,2/4] ovn-ctl: Remove non-existant function call.

Message ID 1443737396-2585-2-git-send-email-gshetty@nicira.com
State Accepted
Headers show

Commit Message

Gurucharan Shetty Oct. 1, 2015, 10:09 p.m. UTC
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
---
 ovn/utilities/ovn-ctl | 3 ---
 1 file changed, 3 deletions(-)

Comments

Ben Pfaff Oct. 2, 2015, 1:06 p.m. UTC | #1
On Thu, Oct 01, 2015 at 03:09:54PM -0700, Gurucharan Shetty wrote:
> Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>

Acked-by: Ben Pfaff <blp@nicira.com>
diff mbox

Patch

diff --git a/ovn/utilities/ovn-ctl b/ovn/utilities/ovn-ctl
index a86f515..89c774e 100755
--- a/ovn/utilities/ovn-ctl
+++ b/ovn/utilities/ovn-ctl
@@ -234,9 +234,6 @@  case $command in
     restart_controller)
         restart_controller
         ;;
-    create_ovn_dbs)
-        create_ovn_dbs
-        ;;
     help)
         usage
         ;;