Fixed the typo's in multiple files

Error 404 : doesn't exit
exit => exist and
Operation systems => Operating systems

Change-Id: Ie39fa61222203430bbf7fa63cbc148acbb3bc647
Closes-Bug: #1490234
This commit is contained in:
venkatamahesh 2015-08-30 22:34:46 +05:30
parent 4f6ccd5b3b
commit be9d1415b3
3 changed files with 8 additions and 8 deletions

View File

@ -23,7 +23,7 @@ compare the results with baseline data provided.
System prerequisites
=====================
**Supported Operation Systems**
**Supported Operating Systems**
* Ubuntu Server 12.04 LTS
* RHEL/CentOS 6.4

View File

@ -16,7 +16,7 @@
=================
SSL configuration
=================
Murano components are able to work with SSL. This chapter will help your
Murano components are able to work with SSL. This chapter will help you
to make proper settings with SSL configuration.
HTTPS for Murano API

View File

@ -189,7 +189,7 @@ environment template.
+----------------+-----------------------------------------------------------+
| 401 | User is not authorized to access this session |
+----------------+-----------------------------------------------------------+
| 404 | The environment template does not exit |
| 404 | The environment template does not exist |
+----------------+-----------------------------------------------------------+
Delete environment template
@ -217,7 +217,7 @@ Delete environment template
+----------------+-----------------------------------------------------------+
| 401 | User is not authorized to access this session |
+----------------+-----------------------------------------------------------+
| 404 | The environment template does not exit |
| 404 | The environment template does not exist |
+----------------+-----------------------------------------------------------+
Adding application to environment template
@ -298,7 +298,7 @@ Adding application to environment template
+----------------+-----------------------------------------------------------+
| 401 | User is not authorized to access this session |
+----------------+-----------------------------------------------------------+
| 404 | The environment template does not exit |
| 404 | The environment template does not exist |
+----------------+-----------------------------------------------------------+
Get applications information from an environment template
@ -366,7 +366,7 @@ Get applications information from an environment template
+----------------+-----------------------------------------------------------+
| 401 | User is not authorized to access this session |
+----------------+-----------------------------------------------------------+
| 404 | The environment template does not exit |
| 404 | The environment template does not exist |
+----------------+-----------------------------------------------------------+
Create an environment from an environment template
@ -422,7 +422,7 @@ Create an environment from an environment template
+----------------+-----------------------------------------------------------+
| 401 | User is not authorized to access this session |
+----------------+-----------------------------------------------------------+
| 404 | The environment template does not exit |
| 404 | The environment template does not exist |
+----------------+-----------------------------------------------------------+
| 409 | The environment already exists |
+----------------+-----------------------------------------------------------+
+----------------+-----------------------------------------------------------+