Correct the return of "keystone service-create"

In keystone-service documentation, the return of "keystone service-create"
is missing "enabled" field, this change fix it.
Additionally, this change fix some aligning error of this
documentation, and redundant return of "keystone service-delete"

Change-Id: I5b17fea3e322483310ec5d07b755d80fc25759ce
Closes-Bug: #1341184
This commit is contained in:
liu-sheng 2014-07-14 19:07:57 +08:00
parent ae6eb5ea9c
commit 445f93e1d7
2 changed files with 11 additions and 16 deletions

View File

@ -89,6 +89,7 @@
| Property | Value | | Property | Value |
+-------------+----------------------------------+ +-------------+----------------------------------+
| description | object store service | | description | object store service |
| enabled | True |
| id | 84c23f4b942c44c38b9c42c5e517cd9a | | id | 84c23f4b942c44c38b9c42c5e517cd9a |
| name | swift | | name | swift |
| type | object-store | | type | object-store |
@ -104,6 +105,7 @@
| Property | Value | | Property | Value |
+-------------+----------------------------------+ +-------------+----------------------------------+
| description | object store service | | description | object store service |
| enabled | True |
| id | 84c23f4b942c44c38b9c42c5e517cd9a | | id | 84c23f4b942c44c38b9c42c5e517cd9a |
| name | swift | | name | swift |
| type | object-store | | type | object-store |
@ -163,13 +165,5 @@
<title>Delete a service</title> <title>Delete a service</title>
<para>To delete a specified service, specify its ID:</para> <para>To delete a specified service, specify its ID:</para>
<screen><prompt>$</prompt> <userinput>keystone service-delete <replaceable>SERVICE_ID</replaceable></userinput></screen> <screen><prompt>$</prompt> <userinput>keystone service-delete <replaceable>SERVICE_ID</replaceable></userinput></screen>
<screen><computeroutput>+-------------+----------------------------------+
| Property | Value |
+-------------+----------------------------------+
| description | object store service |
| id | 84c23f4b942c44c38b9c42c5e517cd9a |
| name | swift |
| type | object-store |
+-------------+----------------------------------+</computeroutput></screen>
</section> </section>
</section> </section>

View File

@ -30,6 +30,7 @@
| Property | Value | | Property | Value |
+-------------+----------------------------------+ +-------------+----------------------------------+
| description | OpenStack Identity | | description | OpenStack Identity |
| enabled | True |
| id | 15c11a23667e427e91bc31335b45f4bd | | id | 15c11a23667e427e91bc31335b45f4bd |
| name | keystone | | name | keystone |
| type | identity | | type | identity |