Skip to content

Commit 94d1188

Browse files
committed
User Data should be in title case
1 parent e1e0532 commit 94d1188

File tree

14 files changed

+79
-79
lines changed

14 files changed

+79
-79
lines changed
-17.2 KB
Loading
14.6 KB
Loading
1.97 KB
Loading
2.33 KB
Loading

source/adminguide/api.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,26 +46,26 @@ Authentication.
4646
User Data and Meta Data
4747
~~~~~~~~~~~~~~~~~~~~~~~
4848

49-
The user data service on a Shared or Isolated Network can be provided through the
49+
The User Data service on a Shared or Isolated Network can be provided through the
5050
Virtual Router or through an attached iso called the Config drive.
5151

5252
User Data and Meta Data Via Virtual Router
5353
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5454

5555

56-
CloudStack provides API access to attach up to 32KB of user data to a
56+
CloudStack provides API access to attach up to 32KB of User Data to a
5757
deployed Instance. Deployed Instances also have access to metadata via the
5858
virtual router.
5959

60-
User data can be accessed once the IP address of the virtual router is
60+
User Data can be accessed once the IP address of the virtual router is
6161
known. Once the IP address is known, use the following steps to access
62-
the user data:
62+
the User Data:
6363

6464
#. Run the following command to find the virtual router.
6565

6666
.. code:: bash
6767
# cat /var/lib/dhclient/dhclient-eth0.leases | grep dhcp-server-identifier | tail -1
68-
#. Access user data by running the following command using the result of
68+
#. Access User Data by running the following command using the result of
6969
the above command
7070

7171
.. code:: bash
@@ -94,15 +94,15 @@ User Data and Meta Data via Config Drive
9494
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9595

9696
Config drive is an ISO file that is mounted as a cd-rom on a user Instance and
97-
contains related user data, metadata (incl. ssh-keys) and
97+
contains related User Data, metadata (incl. ssh-keys) and
9898
password files.
9999

100100
Enable config drive
101101
~~~~~~~~~~~~~~~~~~~
102102
To use the config drive the Network offering must have the “ConfigDrive”
103-
provider selected for the user data service.
103+
provider selected for the User Data service.
104104

105-
If the networkoffering uses ConfigDrive for user data and the Template is
105+
If the networkoffering uses ConfigDrive for User Data and the Template is
106106
password enabled, the password string for the Instance is placed in the
107107
vm_password.txt file and it is included in the ISO.
108108

@@ -113,13 +113,13 @@ user Instance, such that any other ISO image (e.g. boot image or vmware tools)
113113
is mounted on 1st cd/dvd drive. This means existing functionality of
114114
supporting 1 cd rom drive is still available.
115115

116-
At password reset or update of user data, the Config Drive ISO
116+
At password reset or update of User Data, the Config Drive ISO
117117
will be rebuilt. The existing ISO is mounted on a temporary directory,
118-
password, user data or ssh-keys are updated and a new ISO is built from the
118+
password, User Data or ssh-keys are updated and a new ISO is built from the
119119
updated directory structure.
120120

121121
In case of a password reset, the new password will be picked-up at Instance start.
122-
To access the updated user data, the user needs to remount the config drive ISO.
122+
To access the updated User Data, the user needs to remount the config drive ISO.
123123

124124
When an Instance is stopped, the ConfigDrive network element will trigger the
125125
Secondary Storage VM to remove the ISO from the secondary storage.

source/adminguide/autoscale_with_virtual_router.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Specify the following:
170170
For more information, see `“Affinity Groups”
171171
<virtual_machines.html#affinity-groups>`_.
172172

173-
- User data: The user data of the Instances.
173+
- User Data: The User Data of the Instances.
174174

175175
For more information, see `“User Data and Metadata”
176176
<virtual_machines.html#user-data-and-metadata>`_.
@@ -287,7 +287,7 @@ then click Edit AutoScale Instance Profile button.
287287

288288
|autoscale-vmgroup-profile-update.png|
289289

290-
You are able to reset user data of the Instance, by clicking Reset User data on AutoScale Instance Group button.
290+
You are able to reset User Data of the Instance, by clicking Reset User Data on AutoScale Instance Group button.
291291

292292
|autoscale-vmgroup-profile-reset-userdata.png|
293293

@@ -399,5 +399,5 @@ a service assigned to a rule inside the context of AutoScale.
399399
.. |autoscale-vmgroup-profile-update.png| image:: /_static/images/autoscale-vmgroup-profile-update.png
400400
:alt: Update AutoScale Instance Profile.
401401
.. |autoscale-vmgroup-profile-reset-userdata.png| image:: /_static/images/autoscale-vmgroup-profile-reset-userdata.png
402-
:alt: Reset User data in AutoScale Instance Profile.
402+
:alt: Reset User Data in AutoScale Instance Profile.
403403

source/adminguide/networking.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ IP addresses.
106106

107107
- CloudStack does not assign IP addresses to instances.
108108

109-
- User data and metadata can be passed to the instance using a config drive
109+
- User Data and metadata can be passed to the instance using a config drive
110110
(which must be enabled in the network service offering)
111111

112112
Example GUI dialog box (for a regular user account) is shown below:

source/adminguide/reliability.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ with the selected Template for a User. A User may also not be able to save
320320
Templates or examine/restore saved Templates. These features will
321321
automatically be available when the secondary storage comes back online.
322322

323-
Secondary storage data loss will impact recently added User data
323+
Secondary storage data loss will impact recently added user data
324324
including Templates, Snapshots, and ISO Images. Secondary storage should
325325
be backed up periodically. Multiple secondary storage servers can be
326326
provisioned within each zone to increase the scalability of the system.

source/adminguide/templates.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,11 +271,11 @@ To upload a Template:
271271
- **Tag**: The tag for the template. This tag can be used with host tags to
272272
allow deployment of Instances on specific hosts.
273273

274-
- **User data**: The registered user data entries are listed. Select the
274+
- **User Data**: The registered User Data entries are listed. Select the
275275
desired one.
276276

277-
- **User data link policy**: Select the user data override policy as required.
278-
For more information on user data and override link policy, please check `User data section <virtual_machines.html#user-data-and-metadata>`_.
277+
- **User Data link policy**: Select the User Data override policy as required.
278+
For more information on User Data and override link policy, please check `User Data section <virtual_machines.html#user-data-and-metadata>`_.
279279

280280

281281
- **Hypervisor**: The supported hypervisors are listed. Select the

source/adminguide/templates/_cloud_init.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Cloudstack and cloud-init integration provide Instances with advanced management
2222
* Password management
2323
* SSH keys management
2424
* Partition management
25-
* User data input
25+
* User Data input
2626
* `Other modules <https://cloudinit.readthedocs.io/en/latest/topics/modules.html>`_
2727

2828

@@ -211,9 +211,9 @@ These features can be implemented in `“Linux Template creation process” <_cr
211211
sudo sed -i s/" - runcmd"/" - [runcmd, always]"/g /etc/cloud/cloud.cfg
212212
sudo sed -i s/" - scripts-user"/" - [scripts-user, always]"/g /etc/cloud/cloud.cfg
213213
214-
#. **User data**
214+
#. **User Data**
215215

216-
Cloud-init can parse and execute user data form Cloud-stack during Instance creation. This feature works as is without additional configuration.
216+
Cloud-init can parse and execute User Data form Cloud-stack during Instance creation. This feature works as is without additional configuration.
217217

218218
#. **Network configuration with ConfigDrive**
219219

0 commit comments

Comments
 (0)