File: add_more_instance_timeout_options-3f7f6f99a921ac71.yaml

package info (click to toggle)
puppet-module-nova 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,100 kB
  • sloc: ruby: 11,433; python: 38; sh: 10; makefile: 10
file content (17 lines) | stat: -rw-r--r-- 690 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
features:
  - |
    The new ``nova::compute::reboot_timeout`` parameter has been added to
    support to set a time interval after which an instance is hard rebooted
    automatically.- |
  - |
    The new ``nova::compute::instance_build_timeout`` parameter has been
    added to support to specify the maximum time for instance to build.
  - |
    The new ``nova::compute::rescue_timeout`` parameter has been added to
    support to set an interval to wait before un-rescuing an instance
    stuck in RESCUE.
  - |
    The new ``nova::compute::shutdown_timeout`` parameter has been added to
    support to set a time to wait in seconds for an instance to perform
    a clean shutdown.