From ffdce9b1f1a5c59b928222b886488e28d4a03590 Mon Sep 17 00:00:00 2001 From: John Ferlan Date: Fri, 15 Sep 2017 15:21:35 -0400 Subject: [PATCH] util: Fix secret generation in virStorageSourceParseRBDColonString Commit id '5604c056' used the wrong API to generate the secrettype, - virStorageAuthTypeToString(VIR_STORAGE_AUTH_TYPE_CEPHX)) < 0) + virSecretUsageTypeToString(VIR_SECRET_USAGE_TYPE_CEPH)) < 0) goto error; src->auth = authdef; authdef = NULL; -- 2.47.2