[install]fix the wrong output of "domain_id"
Change-Id: Ic1d91638257e0b8d104429fc1a871fd0c42f8844 Closes-Bug: #1560828
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user