This is an automated email from the ASF dual-hosted git repository. pearl11594 pushed a commit to branch clone-offering in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git
commit 3b308973ce5b31da42d2e90e16deaafc7e994661 Author: Pearl Dsilva <[email protected]> AuthorDate: Thu Feb 26 07:45:42 2026 -0500 Add note on cloning offerings --- source/_static/images/clone-icon.png | Bin 0 -> 7110 bytes source/adminguide/service_offerings.rst | 17 +++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/source/_static/images/clone-icon.png b/source/_static/images/clone-icon.png new file mode 100644 index 00000000..3ab22055 Binary files /dev/null and b/source/_static/images/clone-icon.png differ diff --git a/source/adminguide/service_offerings.rst b/source/adminguide/service_offerings.rst index bd76e31c..9343838d 100644 --- a/source/adminguide/service_offerings.rst +++ b/source/adminguide/service_offerings.rst @@ -19,6 +19,9 @@ .. |edit-icon.png| image:: /_static/images/edit-icon.png :alt: edit offering button +.. |clone-icon.png| image:: /_static/images/clone-icon.png + :alt: clone offering button + In addition to the physical and logical infrastructure of your cloud and the CloudStack software and servers, you also need a layer of user services so that people can actually make use of the cloud. This means not just a @@ -655,6 +658,20 @@ To create a system service offering: #. Click Add. +Cloning Offerings +----------------- + +From CloudStack 4.23, you can clone an existing compute, disk, network or VPC, +system and backup offerings to create a new offering. This is useful when you want +to create a new offering with similar settings as an existing offering. +To clone an offering, navigate to the offering's list view or details page and +click on the clone icon |clone-icon.png|. +The dialog box for cloning an offering is similar to the one for creating a new offering, +but with some fields pre-filled with the settings of the existing offering. +You can modify any of the settings as needed before clicking Add to create the new offering. + + + Network Throttling ------------------
