From 5d4ca423113c6443e0aefdeda74d91211e89ab62 Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Wed, 18 May 2016 11:45:11 +0100 Subject: [PATCH] Use the correct capitalization of OpenStack Change-Id: If02429ed7254e4cd543b2f22f7685bf045fb4cd6 --- doc/source/shell-v2-examples.rst | 2 +- doc/source/shell-v2.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/shell-v2-examples.rst b/doc/source/shell-v2-examples.rst index c1885d6..dc53a17 100644 --- a/doc/source/shell-v2-examples.rst +++ b/doc/source/shell-v2-examples.rst @@ -1,5 +1,5 @@ ==================================== -Openstack Command Line Tool Examples +OpenStack Command Line Tool Examples ==================================== Because command output would make this document long, much of it will be diff --git a/doc/source/shell-v2.rst b/doc/source/shell-v2.rst index 68262ac..1eff928 100644 --- a/doc/source/shell-v2.rst +++ b/doc/source/shell-v2.rst @@ -1,5 +1,5 @@ ========================================================= -Openstack Command Line Tool (compatible with v2 API only) +OpenStack Command Line Tool (compatible with v2 API only) ========================================================= The python-designateclient package comes with a plugin for the openstack @@ -23,7 +23,7 @@ Configuration :program:`openstack` requires certain information to talk to the REST API. An in-depth explanation is covered in the -`Openstack Client configuration documentation`_. +`OpenStack Client configuration documentation`_. Using the Command Line Tool --------------------------- @@ -141,4 +141,4 @@ You'll find complete documentation on the shell by running: For a specific command, you can execute: ``openstack subcommand help`` -.. _Openstack Client configuration documentation: http://docs.openstack.org/developer/python-openstackclient/configuration.html +.. _OpenStack Client configuration documentation: http://docs.openstack.org/developer/python-openstackclient/configuration.html