- Change code base to a library.
- Check for mds rgw commands
- Bugfix Create bootstrapmon dir if missing.
- Documentation fixes
- Rename module as ceph
- rgw keyring now more locked using profiles.
- mds keyring now more locked using profiles.
- improve logging of commands with spaces in attributes.
- supporting cut and paste into bash.
- Update documentation to use new keyring functions.
- zap method to use kwargs.
- Allow "*auth_add" and "*auth_del" run not just on mon nodes.
- Add new public methods:
- keyring_create
- keyring_save
- keyring_purge
- keyring_present
- keyring_auth_add
- keyring_auth_del
- Add public methods cluster_quorum and cluster_status.
- Add to example file with cluster_status
- Add require into example file.
- Restructure cluster operations to make better time out handling.