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
This commit is contained in:
99cloudML 2016-10-24 14:19:52 +08:00 committed by melissaml
parent d33e2f9508
commit 92fa860626
4 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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]

View File

@ -8,7 +8,7 @@ Backporting to stable/branches
==============================
Since murano is a big-tent OS project it largely follows the
`openstack stable branch guide <http://docs.openstack.org/project-team-guide/stable-branches.html>`_
`OpenStack stable branch guide <http://docs.openstack.org/project-team-guide/stable-branches.html>`_
Upstream support phases
~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -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