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"}',
diff --git a/src/murano-manual/src/docbkx/content/installation-guide.xml b/src/murano-manual/src/docbkx/content/installation-guide.xml
index b14074c..618f427 100644
--- a/src/murano-manual/src/docbkx/content/installation-guide.xml
+++ b/src/murano-manual/src/docbkx/content/installation-guide.xml
@@ -215,17 +215,9 @@ ca_file = /path/to/cafile
For more information how to configure SSL take a look at SSL configuration chapter
-
- Edit one more configuration file:
-
-
-
- Configure keystone auth_token in
- [filter:authtoken]
+ [keystone_authtoken]
section.
For more information see
@@ -234,15 +226,7 @@ vi murano-api.conf