CLI for Plugin-Declared Image Declaration

Introduces a new libfuestfs-driven CLI for packing of
Sahara images, using the same recipe definition scheme
introduced in the validate-image-spi blueprint.

Documentation and plugin image packing configurability
can and will be provided in separate patches for ease
of review.

Partially-implements: blueprint image-generation-cli
Change-Id: I6788108e3fb6232045fc56937639a6348768a7bc
This commit is contained in:
Ethan Gafford 2016-06-29 16:47:10 -04:00 committed by Elise Gafford
parent 2ea3731067
commit 2f7eaf13a5
2 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,7 @@ console_scripts =
sahara-rootwrap = oslo_rootwrap.cmd:main
_sahara-subprocess = sahara.cli.sahara_subprocess:main
sahara-templates = sahara.db.templates.cli:main
sahara-image-pack = sahara.cli.image_pack.cli:main
wsgi_scripts =
sahara-wsgi-api = sahara.cli.sahara_api:setup_api

View File

@ -39,6 +39,10 @@ commands =
[testenv:venv]
commands = {posargs}
[testenv:images]
sitepackages = True
commands = {posargs}
[testenv:docs]
commands =
rm -rf doc/html doc/build