Add a CLI tool for managing default templates

This change adds a CLI called sahara-templates to manage default
templates.

Partial-implements: blueprint default-templates
Change-Id: I4f30bd6bc378d90fda41b512c04afe8023d2b4b2
This commit is contained in:
Trevor McKay 2015-03-31 12:53:43 -04:00
parent f4f81e3752
commit 34fba54e26

View File

@ -35,6 +35,7 @@ console_scripts =
sahara-db-manage = sahara.db.migration.cli:main
sahara-rootwrap = oslo_rootwrap.cmd:main
_sahara-subprocess = sahara.cli.sahara_subprocess:main
sahara-templates = sahara.db.templates.cli:main
sahara.cluster.plugins =
vanilla = sahara.plugins.vanilla.plugin:VanillaProvider