From 50290b0e45429c207a5640979f3b0eee7aabfe20 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Tue, 1 Jul 2014 16:54:25 -0400 Subject: Add os-net-config CLI Adds a new CLI which parses the JSON and calls the configured provider to apply the configuration. --- setup.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index eeaca59..de15b03 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,6 +23,14 @@ classifier = packages = os_net_config +[global] +setup-hooks = + pbr.hooks.setup_hook + +[entry_points] +console_scripts = + os-net-config = os_net_config.cli:main + [build_sphinx] source-dir = doc/source build-dir = doc/build -- cgit 1.2.3-korg