Use openstack cmd instead in readme.rst

Change-Id: I18654fdf1031014a3e098b2f3442846d4e327d9b
This commit is contained in:
huangtianhua 2017-02-17 17:56:13 +08:00
parent e34c93fc17
commit 4a1c9998b8
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ to Glance with the following commands:
$ export DIB_CLOUD_INIT_DATASOURCES=OpenStack
$ diskimage-builder/bin/disk-image-create vm ubuntu \
murano-agent -o ubuntu-murano-agent.qcow2
$ glance image-create --disk-format qcow2 --container-format bare \
--name ubuntu-murano --file ubuntu-murano.qcow2 \
$ openstack image create ubuntu-murano --disk-format qcow2
--container-format bare --file ubuntu-murano-agent.qcow2 \
--property murano_image_info='{"title": "Ubuntu for Murano", "type": "linux"}'
Project Resources