Ejemplo n.º 1
0
    def restart(self, **kwargs):
        """
        Restart the container.

        Extra args are passed to :py:func:`fabtools.openvz.restart`.
        """
        return vz.restart(self.ctid, **kwargs)
Ejemplo n.º 2
0
    def restart(self, **kwargs):
        """
        Restart the container.

        Extra args are passed to :py:func:`fabtools.openvz.restart`.
        """
        return vz.restart(self.ctid, **kwargs)
Ejemplo n.º 3
0
 def restart(self, **kwargs):
     return vz.restart(self.ctid, **kwargs)