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

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

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