From 62b4ccb392dc405f76639fbb3fc4107c1ab84a23 Mon Sep 17 00:00:00 2001 From: Igor Malinovskiy <imalinovskiy@mirantis.com> Date: Wed, 3 Jun 2015 17:05:38 +0300 Subject: [PATCH] Add buildimage tox env --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 1f4fd5a..78e7d72 100644 --- a/tox.ini +++ b/tox.ini @@ -30,6 +30,9 @@ commands = [testenv:venv] commands = {posargs} +[testenv:buildimage] +commands = manila-image-create + [flake8] show-source = true builtins = _