From a2dee08c707f929de0fbf72e535b855ff26efc1d Mon Sep 17 00:00:00 2001 From: Dmitry Bogun Date: Tue, 13 Dec 2016 17:42:19 +0200 Subject: [PATCH] Bump ironic version Update ironic dependency on ironic-6.2.2(latest Newton release). Change-Id: Id2048e6a347385ccb2429e8756e8d0f2dce01918 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index efd3b0d..95baf20 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ setenv = VIRTUAL_ENV={envdir} LANGUAGE=en_US deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt - git+https://github.com/openstack/ironic.git@5.1.2#egg=ironic-5.1.2 + git+https://github.com/openstack/ironic.git@6.2.2#egg=ironic-6.2.2 whitelist_externals = bash commands = bash -c "TESTS_DIR=./bareon_ironic/tests/ python setup.py testr --slowest --testr-args='{posargs}'"