mirror of https://github.com/ceph/ceph-ansible.git
remove monitor_keys_example file
This file is not needed, if you want to generate a key you can run: python -c "import os ; import struct ; import time; import base64 ; key = os.urandom(16) ; header = struct.pack('<hiih',1,int(time.time()),0,len(key)) ; print(base64.b64encode(header + key).decode())" Signed-off-by: Sébastien Han <seb@redhat.com>pull/3054/head
parent
18684b7209
commit
017aa6ef20
10001
monitor_keys_example
10001
monitor_keys_example
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue