From 92fa860626127549dae1bfd66f559aeec3d7103e Mon Sep 17 00:00:00 2001 From: 99cloudML <99cloudml@99cloudMLdeAir.lan> Date: Mon, 24 Oct 2016 14:19:52 +0800 Subject: [PATCH] OpenStack typo According to the word choice convention in http://docs.openstack.org/contributor-guide/writing-style/word-choice.html We should use OpenStack instead of Openstack or openstack. Change-Id: Ie05db63cafdf81ba4a38b9c1d3fae85848662c68 --- doc/source/appdev-guide/cinder_volume_supporting.rst | 4 ++-- .../draft/admin-guide/deploy_murano/install_manually.rst | 2 +- doc/source/draft/contributor-guide/stable_branches.rst | 2 +- doc/source/image_builders/upload.rst | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/appdev-guide/cinder_volume_supporting.rst b/doc/source/appdev-guide/cinder_volume_supporting.rst index 9fad460a..e9eb36c6 100644 --- a/doc/source/appdev-guide/cinder_volume_supporting.rst +++ b/doc/source/appdev-guide/cinder_volume_supporting.rst @@ -29,7 +29,7 @@ created by us). **Example** -#. In the Openstack dashboard, go to :guilabel:`Volumes` to create a volume. +#. In the OpenStack dashboard, go to :guilabel:`Volumes` to create a volume. #. Modify the ``ui.yaml`` file: @@ -77,7 +77,7 @@ modified ``Forms`` section of the ``ui.yaml`` file: Therefore, create a ZIP archive of the built package and upload it to murano. Attach created application to the environment. Enter its openstackId (which -can be found in Openstack dashboard) and path for mounting. For example, you +can be found in OpenStack dashboard) and path for mounting. For example, you can fill the latter with ``/dev/vdb`` value. After the application is deployed, verify that the volume is attached to the diff --git a/doc/source/draft/admin-guide/deploy_murano/install_manually.rst b/doc/source/draft/admin-guide/deploy_murano/install_manually.rst index 962a35bf..310d168c 100644 --- a/doc/source/draft/admin-guide/deploy_murano/install_manually.rst +++ b/doc/source/draft/admin-guide/deploy_murano/install_manually.rst @@ -138,7 +138,7 @@ Install the API service and engine virtual_host = %RABBITMQ_SERVER_VIRTUAL_HOST% [networking] - default_dns = 8.8.8.8 # In case openstack neutron has no default + default_dns = 8.8.8.8 # In case OpenStack neutron has no default # DNS configured [oslo_messaging_notifications] diff --git a/doc/source/draft/contributor-guide/stable_branches.rst b/doc/source/draft/contributor-guide/stable_branches.rst index dc23e0d2..3cc959af 100644 --- a/doc/source/draft/contributor-guide/stable_branches.rst +++ b/doc/source/draft/contributor-guide/stable_branches.rst @@ -8,7 +8,7 @@ Backporting to stable/branches ============================== Since murano is a big-tent OS project it largely follows the -`openstack stable branch guide `_ +`OpenStack stable branch guide `_ Upstream support phases ~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/source/image_builders/upload.rst b/doc/source/image_builders/upload.rst index 5e600b80..1be2b0e2 100644 --- a/doc/source/image_builders/upload.rst +++ b/doc/source/image_builders/upload.rst @@ -22,7 +22,7 @@ Upload image into glance To deploy applications with murano, virtual machine images should be uploaded into glance in a special way - *murano_image_info* property should be set. -1. Use the openstack client image create command to import your disk image to glance: +1. Use the OpenStack client image create command to import your disk image to glance: .. code-block:: console