Skip to content

Commit 4ca721b

Browse files
authored
instance: note on metadata (#402)
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent 3e7cc99 commit 4ca721b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

source/adminguide/virtual_machines.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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

209222
Accessing Instances
210223
-------------------

0 commit comments

Comments
 (0)