Douglas Schilling Landgraf has uploaded a new change for review.

Change subject: network: iptables: support CentOS
......................................................................

network: iptables: support CentOS

Adding in validation centos distro

Change-Id: I5f9c7a0b637c206a868c6613cca3cf8c8a9cc1d3
Signed-off-by: Douglas Schilling Landgraf <dougsl...@redhat.com>
---
M src/plugins/otopi/network/iptables.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/59/11559/1

diff --git a/src/plugins/otopi/network/iptables.py 
b/src/plugins/otopi/network/iptables.py
index 7ad36d2..1626536 100644
--- a/src/plugins/otopi/network/iptables.py
+++ b/src/plugins/otopi/network/iptables.py
@@ -64,7 +64,7 @@
         ),
     )
     def _validate(self):
-        if not self._distribution in ('redhat', 'fedora'):
+        if not self._distribution in ('redhat', 'fedora', 'centos'):
             self.logger.warning(
                 _('Unsupported distribution for iptables plugin')
             )


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5f9c7a0b637c206a868c6613cca3cf8c8a9cc1d3
Gerrit-PatchSet: 1
Gerrit-Project: otopi
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <dougsl...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to