From 6fa826c7e7262ea9ac3011308f6548e24e930a83 Mon Sep 17 00:00:00 2001 From: Dmitriy Chubinidze Date: Tue, 14 Jan 2025 09:06:08 +0000 Subject: [PATCH] More clear instructions for Client installation for Ubuntu Change-Id: I5edda737c29943d5b371f542d189241dff9b6dd4 Closes-Bug: #1990754 --- doc/install-guide/source/environment-packages-ubuntu.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/install-guide/source/environment-packages-ubuntu.rst b/doc/install-guide/source/environment-packages-ubuntu.rst index 6ff6a13aa7..002ec74c3c 100644 --- a/doc/install-guide/source/environment-packages-ubuntu.rst +++ b/doc/install-guide/source/environment-packages-ubuntu.rst @@ -114,6 +114,9 @@ Archive Enablement Sample Installation ------------------- +For example, Nova service can be installed on compute +or control node as follows: + .. code-block:: console # apt install nova-compute @@ -122,6 +125,9 @@ Sample Installation Client Installation ------------------- +The openstack client is the CLI for openstack operations +and is installed as follows: + .. code-block:: console # apt install python3-openstackclient