@@ -46,26 +46,26 @@ Authentication.
4646User 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
5050Virtual Router or through an attached iso called the Config drive.
5151
5252User 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
5757deployed Instance. Deployed Instances also have access to metadata via the
5858virtual 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
6161known. 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
9696Config 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
9898password files.
9999
100100Enable config drive
101101~~~~~~~~~~~~~~~~~~~
102102To 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
106106password enabled, the password string for the Instance is placed in the
107107vm_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)
113113is mounted on 1st cd/dvd drive. This means existing functionality of
114114supporting 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
117117will 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
119119updated directory structure.
120120
121121In 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
124124When an Instance is stopped, the ConfigDrive network element will trigger the
125125Secondary Storage VM to remove the ISO from the secondary storage.
0 commit comments