rajujith commented on code in PR #492: URL: https://github.com/apache/cloudstack-documentation/pull/492#discussion_r2038933222
########## source/adminguide/service_offerings.rst: ########## @@ -401,6 +401,33 @@ To create a new compute offering: - **Disk Offering Strictness**: This flag defines the strictness of the disk offering association with the compute offering. When set to true, overriding of disk offering is not allowed on deploy instance and change disk offering is not allowed for the ROOT disk + + - **Enable Lease**: When this flag is enabled, compute offering is created with lease related metadata. + In CloudStack, a lease represents the specific duration for which an instance is allocated. + The user rents these resources for the duration of the lease. Once the lease period expires, instance may be stopped or destroyed. + Lease information is inherited from compute offering and gets associated to Instance. + + .. note:: The global configuration ``instance.lease.enabled`` should be configured as true to create compute offering with lease. + + ``instance.lease.enabled``: Indicates whether Instance Lease feature is enabled or not. Default is **false** + For more information, see `“Setting Global Configuration Parameters” + <../installguide/configuration.html#setting-global-configuration-parameters>`_. + + When the flag is enabled + + - **Lease Duration (in days)**: Creates a compute offering with Lease duration. Instance created from this compute offering will inherit lease duration by default. + + - **Lease expiry action**: Denotes lease expiry action, which gets executed upon lease expiry for instances created from compute offering. Review Comment: **Lease expiry action**: Denotes lease expiry action, which gets executed upon lease expiry for instances created using this compute offering. Supported values for lease expiry action are as follows: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org