Skip to content

Commit 5f28f2c

Browse files
Extensions typo fix and improvements (#552)
1 parent cd8bcae commit 5f28f2c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

source/adminguide/extensions/inbuilt_extensions.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
specific language governing permissions and limitations
1414
under the License.
1515
16-
In-built Orchestator Extensions
17-
===============================
16+
In-built Orchestrator Extensions
17+
================================
1818

1919
CloudStack provides sample in-built orchestrator extensions for Proxmox and Hyper-V. These extensions are intended for demonstration and testing purposes.
2020
The extension files are located at `/usr/share/cloudstack-management/extensions/Promox` and `/usr/share/cloudstack-management/extensions/HyperV` respectively.
@@ -33,7 +33,7 @@ The Proxmox Cloudstack extension is written in shell script and communicates wit
3333

3434
Before using the Proxmox extension, ensure that the Proxmox datacenter is configured correctly and accessible to CloudStack.
3535

36-
Get the Api Token-Secret from Proxmox
36+
Get the API Token-Secret from Proxmox
3737
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3838

3939
If not already set up, create a new API Token in the Proxmox UI by navigating to `Datacenter > Permissions > API Tokens`.
@@ -78,7 +78,7 @@ Adding Proxmox to CloudStack
7878

7979
To set up the Proxmox extension, follow these steps in CloudStack:
8080

81-
#. **Enable extension.** Enable the extension by clicking the `Enable` button on the `Extensions` page in the UI.
81+
#. **Enable Extension.** Enable the extension by clicking the `Enable` button on the `Extensions` page in the UI.
8282
#. **Create Cluster**. Create a Cluster with hypervisor type `External` and extension type `Proxmox`.
8383

8484
|proxmox-add-cluster.png|
@@ -117,9 +117,9 @@ To set up the Proxmox extension, follow these steps in CloudStack:
117117

118118
|proxmox-deploy-instance.png|
119119

120-
#. **Lifecycle operations.** Operations **Start**, **Stop**, **Reboot**, and **Delete** can be performed on the instance from CloudStack.
120+
#. **Lifecycle Operations.** Operations **Start**, **Stop**, **Reboot**, and **Delete** can be performed on the instance from CloudStack.
121121

122-
#. **Custom actions.** Custom actions **Create Snapshot**, **Restore Snapshot**, and **Delete Snapshot** are also supported for instances.
122+
#. **Custom Actions.** Custom actions **Create Snapshot**, **Restore Snapshot**, and **Delete Snapshot** are also supported for instances.
123123

124124
.. _proxmox-networking:
125125
Configuring Networking
@@ -217,9 +217,9 @@ Adding Hyper-V to CloudStack
217217
The VM will be configured with the MAC address and VLAN ID as defined in CloudStack.
218218
The VM in Hyper-V is created with the name `'CloudStack instance's internal name' + '-' + 'CloudStack instance's UUID'` to keep it unique.
219219

220-
#. **Lifecycle operations.** Operations **Start**, **Stop**, **Reboot**, and **Delete** can be performed on the instance from CloudStack.
220+
#. **Lifecycle Operations.** Operations **Start**, **Stop**, **Reboot**, and **Delete** can be performed on the instance from CloudStack.
221221

222-
#. **Custom actions.** Custom actions **Suspend**, **Resume**, **Create Snapshot**, **Restore Snapshot**, and **Delete Snapshot** are also supported for instances.
222+
#. **Custom Actions.** Custom actions **Suspend**, **Resume**, **Create Snapshot**, **Restore Snapshot**, and **Delete Snapshot** are also supported for instances.
223223

224224
Configuring Networking
225225
~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)