Skip to content

Commit

Permalink
Merge "[install] Add the multiple domain configuration"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Feb 8, 2016
2 parents bc97ea1 + 0e2337e commit 0bcbb6c
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
48 changes: 48 additions & 0 deletions doc/install-guide/source/horizon-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,22 @@ Install and configure components
OPENSTACK_KEYSTONE_DEFAULT_ROLE = "user"
* Enable the multi-domain model:

.. code-block:: ini
OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = True
* Configure the service API version so that you can log into
the dashboard by the Keystone V3 API:

.. code-block:: ini
OPENSTACK_API_VERSIONS = {
"identity": 3,
"volume": 2,
}
* If you chose networking option 1, disable support for layer-3
networking services:

Expand Down Expand Up @@ -193,6 +209,22 @@ Install and configure components
OPENSTACK_KEYSTONE_DEFAULT_ROLE = "user"
* Enable the multi-domain model:

.. code-block:: ini
OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = True
* Configure the service API version so that you can log into
the dashboard by the Keystone V3 API:

.. code-block:: ini
OPENSTACK_API_VERSIONS = {
"identity": 3,
"volume": 2,
}
* If you chose networking option 1, disable support for layer-3
networking services:

Expand Down Expand Up @@ -261,6 +293,22 @@ Install and configure components
OPENSTACK_KEYSTONE_DEFAULT_ROLE = "user"
* Enable the multi-domain model:

.. code-block:: ini
OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = True
* Configure the service API version so that you can log into
the dashboard by the Keystone V3 API:

.. code-block:: ini
OPENSTACK_API_VERSIONS = {
"identity": 3,
"volume": 2,
}
* If you chose networking option 1, disable support for layer-3
networking services:

Expand Down
3 changes: 2 additions & 1 deletion doc/install-guide/source/horizon-verify.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ Verify operation of the dashboard.
Access the dashboard using a web browser at
``http://controller/horizon``.

Authenticate using ``admin`` or ``demo`` user credentials.
Authenticate using ``admin`` or ``demo`` user
and ``default`` domain credentials.

0 comments on commit 0bcbb6c

Please sign in to comment.