Beispiel #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)
Beispiel #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)
Beispiel #3
0
 def stop(self, **kwargs):
     return vz.stop(self.ctid, **kwargs)