From 2f20c24cd46e123e6ff366def21386cdb3502d85 Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Wed, 13 Jan 2016 15:55:41 -0600 Subject: Bandit profile updates We'd like to use the same "gate" profile for all OpenStack gate jobs, so the "keystone_conservative" profile which we were running as part of the gate is change to "gate. The other profiles that aren't used as part of the gate are removed. Change-Id: I931dc957b4659806027d45dfec5e61e9c7973564 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index f34c902..d1b4b7a 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ whitelist_externals = find [testenv:linters] commands = flake8 - bandit -c bandit.yaml -r keystoneclient -n5 -p keystone_conservative + bandit -c bandit.yaml -r keystoneclient -n5 -p gate [testenv:pep8] whitelist_externals = -- cgit v1.2.1