Ohad Basan has uploaded a new change for review. Change subject: Packaging: remove CABaseDirectory from engine-config-install.properties ......................................................................
Packaging: remove CABaseDirectory from engine-config-install.properties The parameter CABaseDirectory in engine-config-install.properties is not being used anymore and therefore should be remove from the setup. Bug-URL : https://bugzilla.redhat.com/show_bug.cgi?id=882874 Change-Id: I7cae8e0f6c6769dae1eb086c0d89ec58988573c7 Signed-off-by: Ohad Basan <[email protected]> --- M packaging/fedora/setup/engine-setup.py 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/59/9659/1 diff --git a/packaging/fedora/setup/engine-setup.py b/packaging/fedora/setup/engine-setup.py index d9d4c0d..f4d2335 100755 --- a/packaging/fedora/setup/engine-setup.py +++ b/packaging/fedora/setup/engine-setup.py @@ -1058,7 +1058,6 @@ #1st we update the keystore and CA related paths, only then we can set the passwords and the rest options options = ( { - "CABaseDirectory":[basedefs.DIR_OVIRT_PKI, 'text'], "keystoreUrl":[basedefs.FILE_ENGINE_KEYSTORE, 'text'], "CertificateFileName":[basedefs.FILE_ENGINE_CERT, 'text'], "CAEngineKey":[os.path.join(basedefs.DIR_OVIRT_PKI, "private", "ca.pem"), 'text'], -- To view, visit http://gerrit.ovirt.org/9659 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7cae8e0f6c6769dae1eb086c0d89ec58988573c7 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ohad Basan <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
