tox: allow copy admin key for purge scenario

This is enabled in the group_vars/clients file but it's overrided in
extra vars by tox.
Let's do it like that for now.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
pull/4974/head
Dimitri Savineau 2020-01-13 13:36:50 -05:00 committed by Dimitri Savineau
parent 01095f1f4c
commit 071b950325
1 changed files with 1 additions and 0 deletions

View File

@ -215,6 +215,7 @@ setenv=
container: PLAYBOOK = site-docker.yml.sample
container: PURGE_PLAYBOOK = purge-docker-cluster.yml
non_container: PLAYBOOK = site.yml.sample
purge: COPY_ADMIN_KEY = True
shrink_mon: MON_TO_KILL = mon2
shrink_osd: COPY_ADMIN_KEY = True
shrink_osd_legacy: COPY_ADMIN_KEY = True