Fix DB CLI tool

Refactor location of db-cli tool as it was broken
due to recent change and this seems like the better
folder to have it in

Change-Id: I8699b9560271256f21a6a343827d79e5f5f4bf2d
This commit is contained in:
Gal Sagie 2016-02-11 09:19:01 +02:00
parent 73894185da
commit 81a497d528
4 changed files with 2 additions and 1 deletions

View File

View File

@ -19,6 +19,7 @@ from neutron.common import constants as common_const
from ryu.lib.mac import haddr_to_bin
from dragonflow._i18n import _
from dragonflow.controller.common.arp_responder import ArpResponder
from dragonflow.controller.common import constants as const
from dragonflow.controller.df_base_app import DFlowApp

View File

@ -49,4 +49,4 @@ neutron.ml2.mechanism_drivers =
neutron.db.alembic_migrations =
dragonflow = dragonflow.db.neutron.migration:alembic_migrations
console_scripts =
df-db = dragonflow.db.df_db:main
df-db = dragonflow.cli.df_db:main