Skip to content

Commit

Permalink
tox: replace whitelist_externals with allowlist_externals
Browse files Browse the repository at this point in the history
typical error:
`ceph_ansible-all_daemons: failed with bash is not allowed, use allowlist_externals to allow it`

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
(cherry picked from commit 4cdff4a)
  • Loading branch information
guits committed Jan 31, 2023
1 parent f962b8e commit c22a24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist = ceph_ansible-{all_daemons,lvm_osds,collocation}
skipsdist = True

[testenv]
whitelist_externals =
allowlist_externals =
vagrant
bash
pip
Expand Down

0 comments on commit c22a24c

Please sign in to comment.