diff --git a/src/murano-deployment-guide/src/docbkx/murano-deployment-guide.xml b/src/murano-deployment-guide/src/docbkx/murano-deployment-guide.xml
index f77d98f..df1c72c 100644
--- a/src/murano-deployment-guide/src/docbkx/murano-deployment-guide.xml
+++ b/src/murano-deployment-guide/src/docbkx/murano-deployment-guide.xml
@@ -1051,7 +1051,7 @@
Replace IMAGE_METADATA with the following property:
murano_image_info="{'title': 'Windows 2012 Core edition', 'id': NAME }",
where title - full image description for user and
- id is an image name.
+ id is one of an image service names: ws-2012-std, ws-2012-core, ws-2008r2-std, ws-2008r2
Setting murano_image_info property is
required to pick up image from Murano Dashboard.
@@ -1072,7 +1072,7 @@
Replace IMAGE_METADATA with murano_image_info property, e.g.
- murano_image_info="{'title': 'Windows 2012 Core edition','id': 'win2k12core'}",
+ murano_image_info='{"title": "Windows 2012 Core edition","id": "ws-2012-std"}',