Lines Matching refs:timeout
1494 '--timeout=%s' % CONF.ovs_vsctl_timeout,
1516 '--timeout=%s' % CONF.ovs_vsctl_timeout,
1571 cmd = ['/usr/sbin/ovs-vsctl', '--timeout=%s' % CONF.ovs_vsctl_timeout,
3019 timeout=0, retry_interval=0):
3033 :param int timeout:
3064 self.power_off(instance, timeout, retry_interval)
3683 def power_off(self, instance, timeout=0, retry_interval=0):
3687 :param timeout: time to wait for GuestOS to shutdown
4268 def poll_rebooting_instances(self, timeout, instances):
4272 than `timeout` seconds.
4274 :param int timeout:
4275 The timeout (in seconds) for considering rebooting instances
4279 in rebooting state longer than the configured timeout.
4799 other errors (e.g. agent timeout), NovaException is raised.
4813 other errors (e.g. agent timeout), NovaException is raised.