Merge "Fix opt description and check deprecate status for hyperv.py"
This commit is contained in:
commit
aed46fac63
@ -1,5 +1,3 @@
|
|||||||
# needs:fix_opt_description
|
|
||||||
# needs:check_deprecation_status
|
|
||||||
# needs:check_opt_group_and_type
|
# needs:check_opt_group_and_type
|
||||||
# needs:fix_opt_description_indentation
|
# needs:fix_opt_description_indentation
|
||||||
# needs:fix_opt_registration_consistency
|
# needs:fix_opt_registration_consistency
|
||||||
@ -48,13 +46,7 @@ Possible values:
|
|||||||
* Float values greater than 1.0: Enables allocation of total implied
|
* Float values greater than 1.0: Enables allocation of total implied
|
||||||
RAM divided by this value for startup.
|
RAM divided by this value for startup.
|
||||||
|
|
||||||
Services which consume this:
|
|
||||||
|
|
||||||
* nova-compute
|
|
||||||
|
|
||||||
Related options:
|
|
||||||
|
|
||||||
* None
|
|
||||||
""")
|
""")
|
||||||
|
|
||||||
enable_instance_metrics_collection_opt = cfg.BoolOpt(
|
enable_instance_metrics_collection_opt = cfg.BoolOpt(
|
||||||
@ -72,13 +64,6 @@ Possible values:
|
|||||||
* True: Enables metrics collection.
|
* True: Enables metrics collection.
|
||||||
* False: Disables metric collection (Default).
|
* False: Disables metric collection (Default).
|
||||||
|
|
||||||
Services which consume this:
|
|
||||||
|
|
||||||
* nova-compute
|
|
||||||
|
|
||||||
Related options:
|
|
||||||
|
|
||||||
* None
|
|
||||||
""")
|
""")
|
||||||
|
|
||||||
instances_path_share_opt = cfg.StrOpt('instances_path_share',
|
instances_path_share_opt = cfg.StrOpt('instances_path_share',
|
||||||
@ -96,10 +81,6 @@ Possible values:
|
|||||||
* "": An administrative share will be used (Default).
|
* "": An administrative share will be used (Default).
|
||||||
* Name of a Windows share.
|
* Name of a Windows share.
|
||||||
|
|
||||||
Services which consume this:
|
|
||||||
|
|
||||||
* nova-compute
|
|
||||||
|
|
||||||
Related options:
|
Related options:
|
||||||
|
|
||||||
* "instances_path": The directory which will be used if this option
|
* "instances_path": The directory which will be used if this option
|
||||||
@ -120,13 +101,6 @@ Possible values:
|
|||||||
* True: Limit processor-specific features.
|
* True: Limit processor-specific features.
|
||||||
* False: Do not limit processor-specific features (Default).
|
* False: Do not limit processor-specific features (Default).
|
||||||
|
|
||||||
Services which consume this:
|
|
||||||
|
|
||||||
* nova-compute
|
|
||||||
|
|
||||||
Related options:
|
|
||||||
|
|
||||||
* None
|
|
||||||
""")
|
""")
|
||||||
|
|
||||||
mounted_disk_query_retry_count_opt = cfg.IntOpt(
|
mounted_disk_query_retry_count_opt = cfg.IntOpt(
|
||||||
@ -146,10 +120,6 @@ Possible values:
|
|||||||
* Positive integer values. Values greater than 1 is recommended
|
* Positive integer values. Values greater than 1 is recommended
|
||||||
(Default: 10).
|
(Default: 10).
|
||||||
|
|
||||||
Services which consume this:
|
|
||||||
|
|
||||||
* nova-compute
|
|
||||||
|
|
||||||
Related options:
|
Related options:
|
||||||
|
|
||||||
* Time interval between disk mount retries is declared with
|
* Time interval between disk mount retries is declared with
|
||||||
@ -168,10 +138,6 @@ Possible values:
|
|||||||
|
|
||||||
* Time in seconds (Default: 5).
|
* Time in seconds (Default: 5).
|
||||||
|
|
||||||
Services which consume this:
|
|
||||||
|
|
||||||
* nova-compute
|
|
||||||
|
|
||||||
Related options:
|
Related options:
|
||||||
|
|
||||||
* This option is meaningful when the mounted_disk_query_retry_count
|
* This option is meaningful when the mounted_disk_query_retry_count
|
||||||
@ -193,13 +159,6 @@ Possible values:
|
|||||||
|
|
||||||
* Timeframe in seconds (Default: 60).
|
* Timeframe in seconds (Default: 60).
|
||||||
|
|
||||||
Services which consume this:
|
|
||||||
|
|
||||||
* nova-compute
|
|
||||||
|
|
||||||
Related options:
|
|
||||||
|
|
||||||
* None
|
|
||||||
""")
|
""")
|
||||||
|
|
||||||
power_state_event_polling_interval_opt = cfg.IntOpt(
|
power_state_event_polling_interval_opt = cfg.IntOpt(
|
||||||
@ -218,13 +177,6 @@ Possible values:
|
|||||||
|
|
||||||
* Time in seconds (Default: 2).
|
* Time in seconds (Default: 2).
|
||||||
|
|
||||||
Services which consume this:
|
|
||||||
|
|
||||||
* nova-compute
|
|
||||||
|
|
||||||
Related options:
|
|
||||||
|
|
||||||
* None
|
|
||||||
""")
|
""")
|
||||||
|
|
||||||
qemu_img_cmd_opt = cfg.StrOpt('qemu_img_cmd',
|
qemu_img_cmd_opt = cfg.StrOpt('qemu_img_cmd',
|
||||||
@ -248,10 +200,6 @@ Possible values:
|
|||||||
PATH environment variable (Default).
|
PATH environment variable (Default).
|
||||||
* Path of qemu-img command (DRIVELETTER:\PATH\TO\QEMU-IMG\COMMAND).
|
* Path of qemu-img command (DRIVELETTER:\PATH\TO\QEMU-IMG\COMMAND).
|
||||||
|
|
||||||
Services which consume this:
|
|
||||||
|
|
||||||
* nova-compute
|
|
||||||
|
|
||||||
Related options:
|
Related options:
|
||||||
|
|
||||||
* If the config_drive_cdrom option is False, qemu-img will be used to
|
* If the config_drive_cdrom option is False, qemu-img will be used to
|
||||||
@ -280,13 +228,6 @@ Possible values:
|
|||||||
is used. This list is queried using WQL.
|
is used. This list is queried using WQL.
|
||||||
* Virtual switch name.
|
* Virtual switch name.
|
||||||
|
|
||||||
Services which consume this:
|
|
||||||
|
|
||||||
* nova-compute
|
|
||||||
|
|
||||||
Related options:
|
|
||||||
|
|
||||||
* None
|
|
||||||
""")
|
""")
|
||||||
|
|
||||||
wait_soft_reboot_seconds_opt = cfg.IntOpt('wait_soft_reboot_seconds',
|
wait_soft_reboot_seconds_opt = cfg.IntOpt('wait_soft_reboot_seconds',
|
||||||
@ -302,13 +243,6 @@ Possible values:
|
|||||||
|
|
||||||
* Time in seconds (Default: 60).
|
* Time in seconds (Default: 60).
|
||||||
|
|
||||||
Services which consume this:
|
|
||||||
|
|
||||||
* nova-compute
|
|
||||||
|
|
||||||
Related options:
|
|
||||||
|
|
||||||
* None
|
|
||||||
""")
|
""")
|
||||||
|
|
||||||
config_drive_cdrom_opt = cfg.BoolOpt('config_drive_cdrom',
|
config_drive_cdrom_opt = cfg.BoolOpt('config_drive_cdrom',
|
||||||
@ -326,10 +260,6 @@ Possible values:
|
|||||||
* True: Attach the configuration drive image as a CD drive.
|
* True: Attach the configuration drive image as a CD drive.
|
||||||
* False: Attach the configuration drive image as a disk drive (Default).
|
* False: Attach the configuration drive image as a disk drive (Default).
|
||||||
|
|
||||||
Services which consume this:
|
|
||||||
|
|
||||||
* nova-compute
|
|
||||||
|
|
||||||
Related options:
|
Related options:
|
||||||
|
|
||||||
* This option is meaningful with force_config_drive option set to 'True'
|
* This option is meaningful with force_config_drive option set to 'True'
|
||||||
@ -357,10 +287,6 @@ Possible values:
|
|||||||
* True: Enables the feature.
|
* True: Enables the feature.
|
||||||
* False: Disables the feature (Default).
|
* False: Disables the feature (Default).
|
||||||
|
|
||||||
Services which consume this:
|
|
||||||
|
|
||||||
* nova-compute
|
|
||||||
|
|
||||||
Related options:
|
Related options:
|
||||||
|
|
||||||
* This option is meaningful when used with other options that enable
|
* This option is meaningful when used with other options that enable
|
||||||
@ -384,10 +310,6 @@ Possible values:
|
|||||||
|
|
||||||
* Positive integer values (Default: 10).
|
* Positive integer values (Default: 10).
|
||||||
|
|
||||||
Services which consume this:
|
|
||||||
|
|
||||||
* nova-compute
|
|
||||||
|
|
||||||
Related options:
|
Related options:
|
||||||
|
|
||||||
* Time interval between attachment attempts is declared with
|
* Time interval between attachment attempts is declared with
|
||||||
@ -405,10 +327,6 @@ Possible values:
|
|||||||
|
|
||||||
* Time in seconds (Default: 5).
|
* Time in seconds (Default: 5).
|
||||||
|
|
||||||
Services which consume this:
|
|
||||||
|
|
||||||
* nova-compute
|
|
||||||
|
|
||||||
Related options:
|
Related options:
|
||||||
|
|
||||||
* This options is meaningful when volume_attach_retry_count
|
* This options is meaningful when volume_attach_retry_count
|
||||||
@ -451,13 +369,6 @@ Windows / Hyper-V Server 2016. Acceptable values::
|
|||||||
|
|
||||||
64, 128, 256, 512, 1024
|
64, 128, 256, 512, 1024
|
||||||
|
|
||||||
Services which consume this:
|
|
||||||
|
|
||||||
* nova-compute
|
|
||||||
|
|
||||||
Related options:
|
|
||||||
|
|
||||||
* None
|
|
||||||
""")
|
""")
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user