Dan Kenigsberg has submitted this change and it was merged.

Change subject: ceph: Add vdsClient secrets verbs
......................................................................


ceph: Add vdsClient secrets verbs

New verbs:

  registerSecrects <secrets_file>       Register secrets from file in
                                        json format

  unregisterSecrets <uuid> ...          Unregister secrets registered
                                        for specified uuids

Secret file format:

[
    {
        "uuid": "3a27b133-abb2-4302-8891-bd0a4032866f",
        "usageType": "ceph",
        "usageID": 
"ovirt/f7234e97-1e49-47a3-aaa4-5962fc99c1e4/3a27b133-abb2-4302-8891-bd0a4032866f",
        "password": "bm8gcGFzc3dvcmQgZm9yIHlvdSEK"
    },
    {
        "uuid": "2638b449-e076-474e-8e72-0a3130cd8f7b",
        "usageType": "ceph",
        "usageID": 
"ovirt/f7234e97-1e49-47a3-aaa4-5962fc99c1e4/2638b449-e076-474e-8e72-0a3130cd8f7b",
        "password": "bXkgc2VjcmV0IHBhc3N3b3JkCg=="
    }
]

Change-Id: I29a2a6a7ccb036d0055a0935cbe6f3efb43a6546
Signed-off-by: Nir Soffer <[email protected]>
Reviewed-on: https://gerrit.ovirt.org/40735
Reviewed-by: Francesco Romani <[email protected]>
Reviewed-by: Adam Litke <[email protected]>
Continuous-Integration: Jenkins CI
Reviewed-by: Dan Kenigsberg <[email protected]>
---
M client/vdsClient.py
1 file changed, 32 insertions(+), 0 deletions(-)

Approvals:
  Nir Soffer: Verified
  Adam Litke: Looks good to me, but someone else must approve
  Jenkins CI: Passed CI tests
  Dan Kenigsberg: Looks good to me, approved
  Francesco Romani: Looks good to me, but someone else must approve



-- 
To view, visit https://gerrit.ovirt.org/40735
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I29a2a6a7ccb036d0055a0935cbe6f3efb43a6546
Gerrit-PatchSet: 25
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Nir Soffer <[email protected]>
Gerrit-Reviewer: Adam Litke <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Federico Simoncelli <[email protected]>
Gerrit-Reviewer: Francesco Romani <[email protected]>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Nir Soffer <[email protected]>
Gerrit-Reviewer: Vinzenz Feenstra <[email protected]>
Gerrit-Reviewer: [email protected]
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to