summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSirushti Murugesan <sirushti.murugesan@hp.com>2015-09-02 08:21:25 +0530
committerRico Lin <rico.l@inwinstack.com>2015-09-03 02:03:59 +0000
commit063f80ffdf47ace831aac133e3e5d98a66d64392 (patch)
treebe9ad9c3a4cb26fd92aacc41f2096c83b78e4f94 /setup.cfg
parentc79bd02e28e399cd7c1079010954c639b4ae62f2 (diff)
downloadheat-063f80ffdf47ace831aac133e3e5d98a66d64392.tar.gz
Add console_scripts entry points for all heat services
As a follow-up to Ibfd54e7b1bae700e4fb49a32e5bf7c00d1f104d9, moving all the scripts from bin/ to setuptools entry points. The devstack change is here: Iffb6d09bfef593d854b38e68200ae6039c4727e7 partial blueprint upgrade-tests Change-Id: Ic8f5b8dc85098de752bbf673c4b15c06fdc4162a
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 088539734..ef9f4fd23 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -21,16 +21,16 @@ classifier =
packages =
heat
scripts =
- bin/heat-api
- bin/heat-api-cfn
- bin/heat-api-cloudwatch
bin/heat-db-setup
- bin/heat-engine
bin/heat-keystone-setup
bin/heat-keystone-setup-domain
[entry_points]
console_scripts =
+ heat-api = heat.cmd.api:main
+ heat-api-cfn = heat.cmd.api_cfn:main
+ heat-api-cloudwatch = heat.cmd.api_cloudwatch:main
+ heat-engine = heat.cmd.engine:main
heat-manage = heat.cmd.manage:main
oslo.config.opts =