diff --git a/doc/common/get-started-networking.rst b/doc/common/get-started-networking.rst index 55c051e576..61e0767ec3 100644 --- a/doc/common/get-started-networking.rst +++ b/doc/common/get-started-networking.rst @@ -14,7 +14,7 @@ neutron-server Networking plug-in for action. OpenStack Networking plug-ins and agents - Plugs and unplugs ports, creates networks or subnets, and provides + Plug and unplug ports, create networks or subnets, and provide IP addressing. These plug-ins and agents differ depending on the vendor and technologies used in the particular cloud. OpenStack Networking ships with plug-ins and agents for Cisco virtual and diff --git a/doc/install-guide/source/cinder-controller-install.rst b/doc/install-guide/source/cinder-controller-install.rst index 78759b1123..b4c71576f2 100644 --- a/doc/install-guide/source/cinder-controller-install.rst +++ b/doc/install-guide/source/cinder-controller-install.rst @@ -67,14 +67,16 @@ must create a database, service credentials, and API endpoints. User Password: Repeat User Password: - +-----------+----------------------------------+ - | Field | Value | - +-----------+----------------------------------+ - | domain_id | e0353a670a9e496da891347c589539e9 | - | enabled | True | - | id | bb279f8ffc444637af38811a5e1f0562 | - | name | cinder | - +-----------+----------------------------------+ + +---------------------+----------------------------------+ + | Field | Value | + +---------------------+----------------------------------+ + | domain_id | default | + | enabled | True | + | id | 0dbcdd0968dd4c948eacf9eb60d82b46 | + | name | cinder | + | password_expires_at | None | + +---------------------+----------------------------------+ + .. end diff --git a/doc/install-guide/source/glance-install.rst b/doc/install-guide/source/glance-install.rst index 48cb8a085c..004fa89b6b 100644 --- a/doc/install-guide/source/glance-install.rst +++ b/doc/install-guide/source/glance-install.rst @@ -64,14 +64,16 @@ create a database, service credentials, and API endpoints. User Password: Repeat User Password: - +-----------+----------------------------------+ - | Field | Value | - +-----------+----------------------------------+ - | domain_id | e0353a670a9e496da891347c589539e9 | - | enabled | True | - | id | e38230eeff474607805b596c91fa15d9 | - | name | glance | - +-----------+----------------------------------+ + +---------------------+----------------------------------+ + | Field | Value | + +---------------------+----------------------------------+ + | domain_id | default | + | enabled | True | + | id | 3f4e777c4062483ab8d9edd7dff829df | + | name | glance | + | password_expires_at | None | + +---------------------+----------------------------------+ + .. end diff --git a/doc/install-guide/source/keystone-users.rst b/doc/install-guide/source/keystone-users.rst index 7366654ac3..59c5356a2b 100644 --- a/doc/install-guide/source/keystone-users.rst +++ b/doc/install-guide/source/keystone-users.rst @@ -19,12 +19,12 @@ service. The authentication service uses a combination of :term:`domains | Field | Value | +-------------+----------------------------------+ | description | Service Project | - | domain_id | e0353a670a9e496da891347c589539e9 | + | domain_id | default | | enabled | True | - | id | 894cdfa366d34e9d835d3de01e752262 | + | id | 24ac7f19cd944f4cba1d77469b2a73ed | | is_domain | False | | name | service | - | parent_id | e0353a670a9e496da891347c589539e9 | + | parent_id | default | +-------------+----------------------------------+ .. end @@ -43,12 +43,12 @@ service. The authentication service uses a combination of :term:`domains | Field | Value | +-------------+----------------------------------+ | description | Demo Project | - | domain_id | e0353a670a9e496da891347c589539e9 | + | domain_id | default | | enabled | True | - | id | ed0b60bf607743088218b0a533d5943f | + | id | 231ad6e7ebba47d6a1e57e1cc07ae446 | | is_domain | False | | name | demo | - | parent_id | e0353a670a9e496da891347c589539e9 | + | parent_id | default | +-------------+----------------------------------+ .. end @@ -67,14 +67,15 @@ service. The authentication service uses a combination of :term:`domains User Password: Repeat User Password: - +-----------+----------------------------------+ - | Field | Value | - +-----------+----------------------------------+ - | domain_id | e0353a670a9e496da891347c589539e9 | - | enabled | True | - | id | 58126687cbcc4888bfa9ab73a2256f27 | - | name | demo | - +-----------+----------------------------------+ + +---------------------+----------------------------------+ + | Field | Value | + +---------------------+----------------------------------+ + | domain_id | default | + | enabled | True | + | id | aeda23aa78f44e859900e22c24817832 | + | name | demo | + | password_expires_at | None | + +---------------------+----------------------------------+ .. end diff --git a/doc/install-guide/source/neutron-controller-install.rst b/doc/install-guide/source/neutron-controller-install.rst index b439b3f783..41c23a4519 100644 --- a/doc/install-guide/source/neutron-controller-install.rst +++ b/doc/install-guide/source/neutron-controller-install.rst @@ -59,14 +59,15 @@ must create a database, service credentials, and API endpoints. User Password: Repeat User Password: - +-----------+----------------------------------+ - | Field | Value | - +-----------+----------------------------------+ - | domain_id | e0353a670a9e496da891347c589539e9 | - | enabled | True | - | id | b20a6692f77b4258926881bf831eb683 | - | name | neutron | - +-----------+----------------------------------+ + +---------------------+----------------------------------+ + | Field | Value | + +---------------------+----------------------------------+ + | domain_id | default | + | enabled | True | + | id | 319f34694728440eb8ffcb27b6dd8b8a | + | name | neutron | + | password_expires_at | None | + +---------------------+----------------------------------+ .. end diff --git a/doc/install-guide/source/nova-compute-install.rst b/doc/install-guide/source/nova-compute-install.rst index 05e4fad10a..6584d5aa1e 100644 --- a/doc/install-guide/source/nova-compute-install.rst +++ b/doc/install-guide/source/nova-compute-install.rst @@ -389,3 +389,10 @@ Finalize installation .. end .. endonly + +.. note:: + + If the ``nova-compute`` service fails to start, check + ``/var/log/nova/nova-compute.log``. The error message + ``AMQP server on controller:5672 is unreachable`` likely indicates that + the firewall on the controller node is preventing access to port 5672. diff --git a/doc/install-guide/source/nova-controller-install.rst b/doc/install-guide/source/nova-controller-install.rst index 0377fb78f0..b5169d3d6d 100644 --- a/doc/install-guide/source/nova-controller-install.rst +++ b/doc/install-guide/source/nova-controller-install.rst @@ -69,14 +69,15 @@ create databases, service credentials, and API endpoints. User Password: Repeat User Password: - +-----------+----------------------------------+ - | Field | Value | - +-----------+----------------------------------+ - | domain_id | e0353a670a9e496da891347c589539e9 | - | enabled | True | - | id | 8c46e4760902464b889293a74a0c90a8 | - | name | nova | - +-----------+----------------------------------+ + +---------------------+----------------------------------+ + | Field | Value | + +---------------------+----------------------------------+ + | domain_id | default | + | enabled | True | + | id | 8a7dbf5279404537b1c7b86c033620fe | + | name | nova | + | password_expires_at | None | + +---------------------+----------------------------------+ .. end