oms4suse / python-ceph-cfg

Simple API to help deploying ceph.
Other
7 stars 12 forks source link

keyring: make it possible to create any arbitrary keyring with python-ceph-cfg #9

Open hoonetorg opened 8 years ago

hoonetorg commented 8 years ago

Currently only keyrings which have a "keyring_type" can be saved and auth_added. It would be nice if it is possible to save/auth_add a keyring by defining a name,filename(if saving if necessary) and the key itself. This could be used for defining keyrings for openstack, opennebula, libvirt, your own app...

hoonetorg commented 8 years ago

Also a caller must be implemented then in sesceph and Cli (which is in the works? ;) )