Update the murano agent README

Delete the extra ‘\’ in
--property murano_image_info='{"title": "Ubuntu for Murano", \
  "type": "linux"}'

Otherwise it will cause Error:the Invalid metadata for image.

Change-Id: I305672d709769acfd781f3b6d11489ff567c2ab6
This commit is contained in:
zhu.rong 2015-10-08 13:59:39 +08:00
parent 0b03505a11
commit 2e39ecd01f
1 changed files with 2 additions and 3 deletions

View File

@ -23,8 +23,7 @@ to Glance with the following commands:
murano-agent -o ubuntu-murano-agent.qcow2
$ glance image-create --disk-format qcow2 --container-format bare \
--name ubuntu-murano --file ubuntu-murano.qcow2 \
--property murano_image_info='{"title": "Ubuntu for Murano", \
"type": "linux"}'
--property murano_image_info='{"title": "Ubuntu for Murano", "type": "linux"}'
Project Resources
-----------------
@ -44,4 +43,4 @@ Additional resources are linked from the project wiki page:
License
-------
Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0
Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0