Added links at the bottom of OpenStack topics to the next topic in the sequence to enhance navigation.

This commit is contained in:
Tullis, Michael L
2015-11-12 10:24:25 -07:00
parent d29f1ae519
commit ed749d6dd6
14 changed files with 27 additions and 1 deletions
+2
View File
@@ -480,3 +480,5 @@ Verify operation of the Block Storage service.
| cinder-scheduler | controller | nova | enabled | up | 2014-10-18T01:30:54.000000 | None |
| cinder-volume | block1@lvm | nova | enabled | up | 2014-10-18T01:30:57.000000 | None |
+------------------+------------+------+---------+-------+----------------------------+-----------------+
Next topic: :ref:`openstack_dashboard`.
@@ -47,3 +47,5 @@ uses two-node architecture with legacy networking (Nova-network).
with layer-3 (routing) services that enable self-service networks
using overlay segmentation methods. Additionally, this option provides
the foundation for advanced services such as LBaaS and FWaaS.
Next topic: :ref:`openstack_sys_req_and_pw_summary`.
+2
View File
@@ -524,3 +524,5 @@ Verify operation of the Compute service.
+--------------------------------------+--------+--------+--------+
| 38047887-61a7-41ea-9b49-27987d5e8bb9 | cirros | ACTIVE | |
+--------------------------------------+--------+--------+--------+
Next topic: :ref:`openstack_block_storage`.
+2
View File
@@ -29,3 +29,5 @@ To get started with OpenStack Dashboard services:
# systemctl enable nginx uwsgi@horizon.socket
# systemctl restart nginx uwsgi@horizon.socket
Next topic: :ref:`openstack_networking`.
+1
View File
@@ -72,3 +72,4 @@ For example:
| user_id | 4d411f2291f34941b30eef9bd797505a |
+------------+----------------------------------+
Next topic: :ref:`openstack_image`.
+2
View File
@@ -274,3 +274,5 @@ Linux image that helps you test your OpenStack deployment.
+--------------------------------------+--------+
| 38047887-61a7-41ea-9b49-27987d5e8bb9 | cirros |
+--------------------------------------+--------+
Next topic: :ref:`openstack_compute`.
+2
View File
@@ -22,3 +22,5 @@ To install, continue with the following topics:
* `OpenStack Orchestration <openstack_orchestration.html>`_
* `OpenStack Telemetry <openstack_telemetry.html>`_
* `OpenStack Object Storage <openstack_object_storage.html>`_
Next topic: :ref:`openstack_supporting-database`.
+2
View File
@@ -305,3 +305,5 @@ Finalizing installation
# systemctl enable neutron-server.service
# systemctl start neutron-server.service
Next topic: :ref:`openstack_orchestration`.
+2
View File
@@ -286,3 +286,5 @@ Complete this step to finalize the installation:
# systemctl enable heat-api.service heat-api-cfn.service heat-engine.service
# systemctl start heat-api.service heat-api-cfn.service heat-engine.service``
Next topic: :ref:`openstack_telemetry`.
+2
View File
@@ -49,3 +49,5 @@ Complete the following steps to finalize database installation:
for the root account::
# mysql_secure_installation
Next topic: :ref:`openstack_supporting-messaging`.
@@ -44,3 +44,5 @@ Complete the following steps to configure the message broker service:
# rabbitmqctl set_permissions openstack ".*" ".*" ".*"
Setting permissions for user "openstack" in vhost "/" ...
...done.
Next topic: :ref:`openstack_identity`.
@@ -74,3 +74,5 @@ and their associated references in the guide:
+----------------------------------------+--------------------------------------------------+
| CINDER_PASS | Password of Block Storage service user cinder |
+----------------------------------------+--------------------------------------------------+
Next topic: :ref:`openstack_installing_bundles`.
+1
View File
@@ -221,3 +221,4 @@ Finalizing installation
# systemctl start ceilometer-api.service ceilometer-agent-notification.service ceilometer-agent-central.service ceilometer-collector.service \
ceilometer-alarm-evaluator.service ceilometer-alarm-notifier.service
Next topic: :ref:`openstack_object_storage`.
+3 -1
View File
@@ -22,4 +22,6 @@ OpenStack supports the following use cases:
Clear Linux OS for Intel Architecture is designed with all of these use
cases in mind, but the initial target is to enable only those services
required for Cloud.
required for Cloud.
Next topic: :ref:`openstack_bundle_and_service_summary`.