diff --git a/source/installguide/configuration.rst b/source/installguide/configuration.rst index 1e5f3cde8a..57a96d29cb 100644 --- a/source/installguide/configuration.rst +++ b/source/installguide/configuration.rst @@ -809,7 +809,7 @@ To work with limited compute resources, an Edge zone will not deploy system VMs. - **Username.** (Obligatory) Username of a user who has administrator / root privileges on the specified host (using Linux-hosts usually root). - - **Authentication.** Atuthentication type used for the host, either Password or System SSH Key. + - **Authentication.** Authentication type used for the host, either Password or System SSH Key. - **Password.** (Obligatory if Password authentication is selected) This is the password for the user named above. diff --git a/source/installguide/optional_installation.rst b/source/installguide/optional_installation.rst index 9496bd245a..7d0118d621 100644 --- a/source/installguide/optional_installation.rst +++ b/source/installguide/optional_installation.rst @@ -507,7 +507,7 @@ differences between the CloudStack and Amazon EC2 versions, and these differences are noted. The underlying SOAP call for each command is also given, for those who have built tools using those calls. -Table 1. Elastic IP API mapping +Table 1. Elastic IP API mapping .. cssclass:: table-striped table-bordered table-hover @@ -527,7 +527,7 @@ Table 1. Elastic IP API mapping | -Table 2. Availability Zone API mapping +Table 2. Availability Zone API mapping .. cssclass:: table-striped table-bordered table-hover @@ -539,7 +539,7 @@ Table 2. Availability Zone API mapping | -Table 3. Images API mapping +Table 3. Images API mapping .. cssclass:: table-striped table-bordered table-hover @@ -557,7 +557,7 @@ Table 3. Images API mapping | -Table 4. Image Attributes API mapping +Table 4. Image Attributes API mapping .. cssclass:: table-striped table-bordered table-hover @@ -573,7 +573,7 @@ Table 4. Image Attributes API mapping | -Table 5. Instances API mapping +Table 5. Instances API mapping .. cssclass:: table-striped table-bordered table-hover @@ -595,7 +595,7 @@ Table 5. Instances API mapping | -Table 6. Instance Attributes Mapping +Table 6. Instance Attributes Mapping .. cssclass:: table-striped table-bordered table-hover @@ -607,7 +607,7 @@ Table 6. Instance Attributes Mapping | -Table 7. Keys Pairs Mapping +Table 7. Keys Pairs Mapping .. cssclass:: table-striped table-bordered table-hover @@ -625,7 +625,7 @@ Table 7. Keys Pairs Mapping | -Table 8. Passwords API Mapping +Table 8. Passwords API Mapping .. cssclass:: table-striped table-bordered table-hover @@ -637,7 +637,7 @@ Table 8. Passwords API Mapping | -Table 9. Security Groups API Mapping +Table 9. Security Groups API Mapping .. cssclass:: table-striped table-bordered table-hover @@ -657,7 +657,7 @@ Table 9. Security Groups API Mapping | -Table 10. Snapshots API Mapping +Table 10. Snapshots API Mapping .. cssclass:: table-striped table-bordered table-hover @@ -673,7 +673,7 @@ Table 10. Snapshots API Mapping | -Table 11. Volumes API Mapping +Table 11. Volumes API Mapping .. cssclass:: table-striped table-bordered table-hover @@ -713,7 +713,7 @@ AWS API Interface. First is an EC2 example. Replace the Access and Secret Keys with your own and update the endpoint. -Example 1. An EC2 Boto example +Example 1. An EC2 Boto example .. sourcecode:: python @@ -753,7 +753,7 @@ Example 1. An EC2 Boto example Second is an S3 example. The S3 interface in CloudStack is obsolete. If you need an S3 interface you should look at systems like RiakCS, Ceph or GlusterFS. This example is here for completeness and can be adapted to other S3 endpoint. -Example 2. An S3 Boto Example +Example 2. An S3 Boto Example .. sourcecode:: python diff --git a/source/plugins/cloudstack-kubernetes-provider.rst b/source/plugins/cloudstack-kubernetes-provider.rst index 595c4fd51d..d8a568f215 100644 --- a/source/plugins/cloudstack-kubernetes-provider.rst +++ b/source/plugins/cloudstack-kubernetes-provider.rst @@ -149,7 +149,7 @@ on the cluster nodes. |ckp-ip-lb.png| .. note:: - - In case of Cloudstack + Vmware Intergaration, if you want to expose the application via Public Ipaddress, you have to expose it as a Node-port service and manually add the rules in cloudstack. + - In case of Cloudstack + Vmware Integration, if you want to expose the application via Public Ipaddress, you have to expose it as a Node-port service and manually add the rules in cloudstack. Example diff --git a/source/quickinstallationguide/qig.rst b/source/quickinstallationguide/qig.rst index da74fe90cf..c91ff2e395 100644 --- a/source/quickinstallationguide/qig.rst +++ b/source/quickinstallationguide/qig.rst @@ -489,8 +489,8 @@ that libvirt is configured correctly. Libvirt is a dependency of cloud-agent and should already be installed. #. Even though we are using a single host, the following steps are recommended - to get faimilar with the general requirements. - In order to have live migration working libvirt has to listen for insecured + to get familiar with the general requirements. + In order to have live migration working libvirt has to listen for unsecured TCP connections. We also need to turn off libvirts attempt to use Multicast DNS advertising. Both of these settings are in /etc/libvirt/libvirtd.conf @@ -639,7 +639,7 @@ Pod Configuration Here we will configure a range for Cloudstack's internal management traffic - CloudStack will assign IPs from this range to system VMs. This will also be part of our local network (i.e. different part of your local home network, from .21 to .30), with the rest of the IP parameters -(netmaks/gateway) being the same as used for the Public Traffic. +(netmask/gateway) being the same as used for the Public Traffic. #. Pod Name - We'll use ``Pod1`` for our cloud. diff --git a/source/upgrading/upgrade/_sysvm_manual_hotfix.rst b/source/upgrading/upgrade/_sysvm_manual_hotfix.rst index c01eb1ccbb..da11ccd71c 100644 --- a/source/upgrading/upgrade/_sysvm_manual_hotfix.rst +++ b/source/upgrading/upgrade/_sysvm_manual_hotfix.rst @@ -16,7 +16,7 @@ .. sub-section optionally included in upgrade notes. .. Add following to file when including this manual hotfix - .. _manual_hofix: + .. _manual_hotfix: Manual hotfix for systemvm upgrade ----------------------------------