ci: client copy admin key

If we don't copy the admin key we can't add the key into ceph.

Signed-off-by: Sébastien Han <seb@redhat.com>
pull/2518/head
Sébastien Han 2018-04-05 18:52:23 +02:00 committed by Guillaume Abrioux
parent cf73647e7a
commit 2011ec3bcd
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
---
copy_admin_key: true
copy_admin_key: True
user_config: True
test:
name: "test"

View File

@ -1,5 +1,6 @@
---
user_config: True
copy_admin_key: True
test:
name: "test"
pg_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"