[install]fix the wrong output of "domain_id"

Change-Id: Ic1d91638257e0b8d104429fc1a871fd0c42f8844
Closes-Bug: #1560828
This commit is contained in:
chen-xing
2016-03-23 14:42:18 +08:00
parent 3214af2522
commit 0f25d3a909

View File

@@ -54,13 +54,14 @@ database, service credentials, and API endpoints.
.. code-block:: console
$ openstack user create --password-prompt aodh
$ openstack user create --domain default \
--password-prompt aodh
User Password:
Repeat User Password:
+-----------+----------------------------------+
| Field | Value |
+-----------+----------------------------------+
| domain_id | default |
| domain_id | e0353a670a9e496da891347c589539e9 |
| enabled | True |
| id | b7657c9ea07a4556aef5d34cf70713a3 |
| name | aodh |