Merge "[install]fix the wrong output of "domain_id""

This commit is contained in:
Jenkins
2016-03-28 13:54:55 +00:00
committed by Gerrit Code Review

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 |