Alon Bar-Lev has uploaded a new change for review.

Change subject: packaging: setup: remove obsolete and dead code
......................................................................

packaging: setup: remove obsolete and dead code

Change-Id: I9e336e7701d9ef70e5aa41455197ec499eaf8f36
Signed-off-by: Alon Bar-Lev <[email protected]>
---
M packaging/setup/plugins/ovirt-engine-setup/config/ca.py
1 file changed, 0 insertions(+), 58 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/79/15179/1

diff --git a/packaging/setup/plugins/ovirt-engine-setup/config/ca.py 
b/packaging/setup/plugins/ovirt-engine-setup/config/ca.py
index d4633b2..2ddaf55 100644
--- a/packaging/setup/plugins/ovirt-engine-setup/config/ca.py
+++ b/packaging/setup/plugins/ovirt-engine-setup/config/ca.py
@@ -111,63 +111,5 @@
             )
         )
 
-        """
-        #
-        # TODO:
-        # not sure these should be stored in database.
-        # the pki path should be sufficient
-        #
-        self.environment[osetupcons.DBEnv.STATEMENT].updateVdcOptions(
-            options=[
-                {
-                    'name': 'CABaseDirectory',
-                    'value': (
-                        osetupcons.FileLocations.
-                        OVIRT_ENGINE_PKIDIR
-                    ),
-                },
-                {
-                    'name': 'keystoreUrl',
-                    'value': (
-                        osetupcons.FileLocations.
-                        OVIRT_ENGINE_PKI_ENGINE_STORE
-                    ),
-                },
-                {
-                    'name': 'CertificateFileName',
-                    'value': (
-                        osetupcons.FileLocations.
-                        OVIRT_ENGINE_PKI_ENGINE_CERT
-                    ),
-                },
-                {
-                    'name': 'CACertificatePath',
-                    'value': (
-                        osetupcons.FileLocations.
-                        OVIRT_ENGINE_PKI_ENGINE_CA_CERT
-                    ),
-                },
-                {
-                    'name': 'TruststoreUrl',
-                    'value': (
-                        osetupcons.FileLocations.
-                        OVIRT_ENGINE_PKI_ENGINE_TRUST_STORE
-                    ),
-                },
-                {
-                    'name': 'keystorePass',
-                    'value': osetupcons.Const.PKI_PASSWORD,
-                },
-                {
-                    'name': 'TruststorePass',
-                    'value': osetupcons.Const.PKI_PASSWORD,
-                },
-                {
-                    'name': 'CertAlias',
-                    'value': '1',
-                },
-            ],
-        )
-        """
 
 # vim: expandtab tabstop=4 shiftwidth=4


--
To view, visit http://gerrit.ovirt.org/15179
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9e336e7701d9ef70e5aa41455197ec499eaf8f36
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to