[node-patches] Change in ovirt-node[master]: security.py: Fix typo in variable

dougsland at redhat.com dougsland at redhat.com
Thu Jun 11 20:12:47 UTC 2015


Douglas Schilling Landgraf has uploaded a new change for review.

Change subject: security.py: Fix typo in variable
......................................................................

security.py: Fix typo in variable

The commit eb0b20ac introduced an error due a typo
in a variable name. This patch fix the typo and avoid
an error be showed to users when enabling/disabling SSH
via TUI.

Change-Id: I5c4f2be28eb26666a31cfa2259e5b36458ac8e58
Signed-off-by: Douglas Schilling Landgraf <dougsland at redhat.com>
---
M src/ovirt/node/utils/security.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/46/42246/1

diff --git a/src/ovirt/node/utils/security.py b/src/ovirt/node/utils/security.py
index 8633929..14e0836 100644
--- a/src/ovirt/node/utils/security.py
+++ b/src/ovirt/node/utils/security.py
@@ -162,7 +162,7 @@
             self.__update_profile(disable_aes=disable)
         else:
             self.logger.warning("Unknown value for AES NI: %s" % disable)
-        return self.rng_status().disable_aesni
+        return self.rng_status().disable_aes_ni
 
     def strong_rng(self, num_bytes=None):
         if (valid.Empty() | valid.Number(bounds=[0, None])).\


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5c4f2be28eb26666a31cfa2259e5b36458ac8e58
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <dougsland at redhat.com>



More information about the node-patches mailing list