ovn-ctl: Remove non-existant function call.
authorGurucharan Shetty <gshetty@nicira.com>
Thu, 1 Oct 2015 18:01:48 +0000 (11:01 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Fri, 2 Oct 2015 14:14:11 +0000 (07:14 -0700)
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
ovn/utilities/ovn-ctl

index a86f515..89c774e 100755 (executable)
@@ -234,9 +234,6 @@ case $command in
     restart_controller)
         restart_controller
         ;;
-    create_ovn_dbs)
-        create_ovn_dbs
-        ;;
     help)
         usage
         ;;