From 075b32efe24af949a9c3991b934d6cca050d308c Mon Sep 17 00:00:00 2001 From: Lucky samadhiya Date: Sun, 27 Nov 2016 20:13:55 +0530 Subject: [PATCH] changes to make consistent with other openstack component Change-Id: I4a530ff7912f129823783c742f906d769965872e --- setup.cfg | 2 +- watcherclient/osc/__init__.py | 0 watcherclient/{ => osc}/plugin.py | 0 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 watcherclient/osc/__init__.py rename watcherclient/{ => osc}/plugin.py (100%) diff --git a/setup.cfg b/setup.cfg index 91ab907..8e0e31d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ console_scripts = watcher = watcherclient.shell:main openstack.cli.extension = - infra_optim = watcherclient.plugin + infra_optim = watcherclient.osc.plugin # Entry points for the 'openstack' command openstack.infra_optim.v1 = diff --git a/watcherclient/osc/__init__.py b/watcherclient/osc/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/watcherclient/plugin.py b/watcherclient/osc/plugin.py similarity index 100% rename from watcherclient/plugin.py rename to watcherclient/osc/plugin.py