From 638b6975296caff87b8b7b504ec037b739ce6e0c Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Tue, 7 Jun 2016 10:10:40 +0900 Subject: [PATCH] Add verify operation steps Change-Id: Id34fe986faa5ba0c54f41c7044ef44b25eb89f00 Implements: blueprint projectspecificinstallguides --- .../install-guide/source/verify.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/{{cookiecutter.repo_name}}/install-guide/source/verify.rst b/{{cookiecutter.repo_name}}/install-guide/source/verify.rst index 79279fa..378f7c0 100644 --- a/{{cookiecutter.repo_name}}/install-guide/source/verify.rst +++ b/{{cookiecutter.repo_name}}/install-guide/source/verify.rst @@ -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