From patchwork Thu Oct 1 22:09:54 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gurucharan Shetty X-Patchwork-Id: 525326 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from archives.nicira.com (li376-54.members.linode.com [96.126.127.54]) by ozlabs.org (Postfix) with ESMTP id 7600A140D69 for ; Fri, 2 Oct 2015 08:20:22 +1000 (AEST) Received: from archives.nicira.com (localhost [127.0.0.1]) by archives.nicira.com (Postfix) with ESMTP id 58B3510D6C; Thu, 1 Oct 2015 15:20:19 -0700 (PDT) X-Original-To: dev@openvswitch.org Delivered-To: dev@openvswitch.org Received: from mx3v1.cudamail.com (mx3.cudamail.com [64.34.241.5]) by archives.nicira.com (Postfix) with ESMTPS id B7EA810D5E for ; Thu, 1 Oct 2015 15:20:17 -0700 (PDT) Received: from bar4.cudamail.com (bar2 [192.168.15.2]) by mx3v1.cudamail.com (Postfix) with ESMTP id 3895861850F for ; Thu, 1 Oct 2015 16:20:17 -0600 (MDT) X-ASG-Debug-ID: 1443738016-03dc2103723de10001-byXFYA Received: from mx3-pf1.cudamail.com ([192.168.14.2]) by bar4.cudamail.com with ESMTP id jWnIUygDNEc8iNQc (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 01 Oct 2015 16:20:16 -0600 (MDT) X-Barracuda-Envelope-From: shettyg@nicira.com X-Barracuda-RBL-Trusted-Forwarder: 192.168.14.2 Received: from unknown (HELO mail-wi0-f169.google.com) (209.85.212.169) by mx3-pf1.cudamail.com with ESMTPS (RC4-SHA encrypted); 1 Oct 2015 22:20:16 -0000 Received-SPF: unknown (mx3-pf1.cudamail.com: Multiple SPF records returned) X-Barracuda-Apparent-Source-IP: 209.85.212.169 X-Barracuda-RBL-IP: 209.85.212.169 Received: by wicfx3 with SMTP id fx3so10213068wic.1 for ; Thu, 01 Oct 2015 15:20:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=GYlNIvuFLfXgWunJv2gtqKzEi+Cb9nJcSb/Tc+lToDg=; b=BhgrsL9Pe9DrjKWBh7p6aplS0xZ+7r0Lke1XxtQlZO3bYGpvv9BSyZHgv2AEolROif 1Nfa4Bqo4w1C69zh27/lSvwZer3slc02M48bcvv+ZrLktq1fAX1wFEKU86dR7VuBdO+c VhbNZ6rZIyCSx2JsYIMIIkpXtGl1g9iPCWMPQ0damqJZj0H5HpJiTvK5M888Vd5Z1ACz Wiismv4pS++lUILtxsD9Sj3vLLhkau8QfXu4vO6/RY3AYv1/RpC07yAwChJoxWUnQ8ee ZPeaVTm5ZcMmAMduBVpQZvfMVf+mOP0rZlbTAEP5KjRcfxcNCYZ8zErTBhMfd81VjC9u saiQ== X-Gm-Message-State: ALoCoQk0g0s1/Izqnx99H0ogJDORYsl6hffXu8i5cEBm5aEii5v83Y2d3CyqqGNmWUmrfiMS79rS X-Received: by 10.195.11.165 with SMTP id ej5mr3628900wjd.117.1443738014229; Thu, 01 Oct 2015 15:20:14 -0700 (PDT) Received: from htb-1n-eng-dhcp378.eng.vmware.com ([208.91.1.34]) by smtp.gmail.com with ESMTPSA id o3sm5269575wif.22.2015.10.01.15.20.12 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 01 Oct 2015 15:20:13 -0700 (PDT) X-CudaMail-Envelope-Sender: shettyg@nicira.com From: Gurucharan Shetty X-Google-Original-From: Gurucharan Shetty To: dev@openvswitch.org X-CudaMail-Whitelist-To: dev@openvswitch.org X-CudaMail-MID: CM-V1-930069082 X-CudaMail-DTE: 100115 X-CudaMail-Originating-IP: 209.85.212.169 Date: Thu, 1 Oct 2015 15:09:54 -0700 X-ASG-Orig-Subj: [##CM-V1-930069082##][PATCH 2/4] ovn-ctl: Remove non-existant function call. Message-Id: <1443737396-2585-2-git-send-email-gshetty@nicira.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1443737396-2585-1-git-send-email-gshetty@nicira.com> References: <1443737396-2585-1-git-send-email-gshetty@nicira.com> X-Barracuda-Connect: UNKNOWN[192.168.14.2] X-Barracuda-Start-Time: 1443738016 X-Barracuda-Encrypted: DHE-RSA-AES256-SHA X-Barracuda-URL: https://web.cudamail.com:443/cgi-mod/mark.cgi X-ASG-Whitelist: Header =?UTF-8?B?eFwtY3VkYW1haWxcLXdoaXRlbGlzdFwtdG8=?= X-Virus-Scanned: by bsmtpd at cudamail.com X-Barracuda-BRTS-Status: 1 Subject: [ovs-dev] [PATCH 2/4] ovn-ctl: Remove non-existant function call. X-BeenThere: dev@openvswitch.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dev-bounces@openvswitch.org Sender: "dev" Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff --- ovn/utilities/ovn-ctl | 3 --- 1 file changed, 3 deletions(-) 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 ;;