Add verify operation steps
Change-Id: Id34fe986faa5ba0c54f41c7044ef44b25eb89f00 Implements: blueprint projectspecificinstallguideschanges/93/326193/1
parent
feb5ca55e6
commit
638b697529
|
@ -4,3 +4,21 @@ Verify operation
|
|||
~~~~~~~~~~~~~~~~
|
||||
|
||||
Verify operation of the {{cookiecutter.service}} service.
|
||||
|
||||
.. note::
|
||||
|
||||
Perform these commands on the controller node.
|
||||
|
||||
#. Source the ``admin`` project credentials to gain access to
|
||||
admin-only CLI commands:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ . admin-openrc
|
||||
|
||||
#. List service components to verify successful launch and registration
|
||||
of each process:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ openstack {{cookiecutter.service|lower}} service list
|
||||
|
|
Loading…
Reference in New Issue