From 11122a0101ff3a5dc702f757d44ca1017f1871a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Mon, 4 Sep 2017 23:03:58 +0200 Subject: [PATCH] client: copy admin key so we can create pools and keys MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Needed when user_config is set to true Signed-off-by: Sébastien Han --- tests/functional/centos/7/bluestore/group_vars/clients | 2 ++ tests/functional/centos/7/cluster/group_vars/clients | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 tests/functional/centos/7/bluestore/group_vars/clients create mode 100644 tests/functional/centos/7/cluster/group_vars/clients diff --git a/tests/functional/centos/7/bluestore/group_vars/clients b/tests/functional/centos/7/bluestore/group_vars/clients new file mode 100644 index 000000000..291237f58 --- /dev/null +++ b/tests/functional/centos/7/bluestore/group_vars/clients @@ -0,0 +1,2 @@ +--- +copy_admin_key: true diff --git a/tests/functional/centos/7/cluster/group_vars/clients b/tests/functional/centos/7/cluster/group_vars/clients new file mode 100644 index 000000000..291237f58 --- /dev/null +++ b/tests/functional/centos/7/cluster/group_vars/clients @@ -0,0 +1,2 @@ +--- +copy_admin_key: true