From f36ab56dc7fbb3f0664d1f7cae59d2b2b87f10e4 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Thu, 11 Aug 2016 16:09:44 +0000 Subject: [PATCH] correct the "openstack image create" command and update the path of file This patch: - correct the "openstack image create" command - update the path of nova-compute.log to improve the clarity of the sentence Change-Id: I102e7579520bec79a2687bb2d12cb23c3671c5f6 --- doc/common/cli-manage-images.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/common/cli-manage-images.rst b/doc/common/cli-manage-images.rst index 154357b2ef..c979b0e5e0 100644 --- a/doc/common/cli-manage-images.rst +++ b/doc/common/cli-manage-images.rst @@ -209,8 +209,8 @@ CentOS 6.3 image in qcow2 format and configure it for public access: .. code-block:: console - $ openstack image create --name centos63-image --disk-format qcow2 \ - --container-format bare --is-public True --file ./centos63.qcow2 + $ openstack image create --disk-format qcow2 --container-format bare \ + --public --file ./centos63.qcow2 centos63-image The following example shows how to update an existing image with a properties that describe the disk bus, the CD-ROM bus, and the VIF @@ -357,7 +357,7 @@ creation process. * Ensure that the version of qemu you are using is version 0.14 or later. Earlier versions of qemu result in an ``unknown option -s`` - error message in the ``nova-compute.log`` file. + error message in the ``/var/log/nova/nova-compute.log`` file. * Examine the ``/var/log/nova/nova-api.log`` and ``/var/log/nova/nova-compute.log`` log files for error messages.