[install] add field domain_id to outputs of role creations

Change-Id: I8bb71fe388383a55e2fcfafa76e42c25ada95dbe
This commit is contained in:
Christian Berendt 2016-04-19 19:06:28 -05:00
parent 4a9fbf059f
commit b0f94e630a
3 changed files with 35 additions and 30 deletions

View File

@ -27,12 +27,13 @@ node.
.. code-block:: console .. code-block:: console
$ openstack role create ResellerAdmin $ openstack role create ResellerAdmin
+-------+----------------------------------+ +-----------+----------------------------------+
| Field | Value | | Field | Value |
+-------+----------------------------------+ +-----------+----------------------------------+
| domain_id | None |
| id | 462fa46c13fd4798a95a3bfbe27b5e54 | | id | 462fa46c13fd4798a95a3bfbe27b5e54 |
| name | ResellerAdmin | | name | ResellerAdmin |
+-------+----------------------------------+ +-----------+----------------------------------+
#. Add the ``ResellerAdmin`` role to the ``ceilometer`` user: #. Add the ``ResellerAdmin`` role to the ``ceilometer`` user:

View File

@ -260,12 +260,13 @@ Orchestration service, code-named heat, on the controller node.
.. code-block:: console .. code-block:: console
$ openstack role create heat_stack_owner $ openstack role create heat_stack_owner
+-------+----------------------------------+ +-----------+----------------------------------+
| Field | Value | | Field | Value |
+-------+----------------------------------+ +-----------+----------------------------------+
| domain_id | None |
| id | 15e34f0c4fed4e68b3246275883c8630 | | id | 15e34f0c4fed4e68b3246275883c8630 |
| name | heat_stack_owner | | name | heat_stack_owner |
+-------+----------------------------------+ +-----------+----------------------------------+
* Add the ``heat_stack_owner`` role to the ``demo`` project and user to * Add the ``heat_stack_owner`` role to the ``demo`` project and user to
enable stack management by the ``demo`` user: enable stack management by the ``demo`` user:
@ -288,12 +289,13 @@ Orchestration service, code-named heat, on the controller node.
.. code-block:: console .. code-block:: console
$ openstack role create heat_stack_user $ openstack role create heat_stack_user
+-------+----------------------------------+ +-----------+----------------------------------+
| Field | Value | | Field | Value |
+-------+----------------------------------+ +-----------+----------------------------------+
| domain_id | None |
| id | 88849d41a55d4d1d91e4f11bffd8fc5c | | id | 88849d41a55d4d1d91e4f11bffd8fc5c |
| name | heat_stack_user | | name | heat_stack_user |
+-------+----------------------------------+ +-----------+----------------------------------+
.. note:: .. note::

View File

@ -68,12 +68,13 @@ service. The authentication service uses a combination of :term:`domains
.. code-block:: console .. code-block:: console
$ openstack role create admin $ openstack role create admin
+-------+----------------------------------+ +-----------+----------------------------------+
| Field | Value | | Field | Value |
+-------+----------------------------------+ +-----------+----------------------------------+
| domain_id | None |
| id | cd2cb9a39e874ea69e5d4b896eb16128 | | id | cd2cb9a39e874ea69e5d4b896eb16128 |
| name | admin | | name | admin |
+-------+----------------------------------+ +-----------+----------------------------------+
* Add the ``admin`` role to the ``admin`` project and user: * Add the ``admin`` role to the ``admin`` project and user:
@ -162,12 +163,13 @@ service. The authentication service uses a combination of :term:`domains
.. code-block:: console .. code-block:: console
$ openstack role create user $ openstack role create user
+-------+----------------------------------+ +-----------+----------------------------------+
| Field | Value | | Field | Value |
+-------+----------------------------------+ +-----------+----------------------------------+
| domain_id | None |
| id | 997ce8d05fc143ac97d83fdfb5998552 | | id | 997ce8d05fc143ac97d83fdfb5998552 |
| name | user | | name | user |
+-------+----------------------------------+ +-----------+----------------------------------+
* Add the ``user`` role to the ``demo`` project and user: * Add the ``user`` role to the ``demo`` project and user: