File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -205,6 +205,19 @@ following techniques:
205205 updateVirtualMachine API. After installing the tools and updating the
206206 Instance, stop and start the Instance.
207207
208+ Instance Metdata
209+ ~~~~~~~~~~~~~~~~
210+
211+ CloudStack provides different means for controlling an instance's metadata.
212+
213+ - 'extraconfig' parameter of 'deployVirtualMachine' or 'updateVirtualMachine' API methods
214+ can be used for setting different metadata parameters for an instance.
215+ - Zone-level configurations - 'vm.metadata.manufacturer' and 'vm.metadata.product' can be used
216+ to set the manufacturer and product respectively in the instance metadata. However, a
217+ custom value for these parameters may affect cloud-init functionality for the instance
218+ when used with CloudStack datasource. One of the requirement for cloud-init functionality
219+ to work with CloudStack datasource is that product value should contain 'CloudStack'.
220+
208221
209222Accessing Instances
210223-------------------
You can’t perform that action at this time.
0 commit comments