From 57f868ca45471fe4e1fc3ef822980f30b9f311fd Mon Sep 17 00:00:00 2001 From: Evgeny Konstantinov Date: Tue, 13 Sep 2016 14:11:08 +0300 Subject: [PATCH] Add note on the --list parameter The openstack-config --list command shows data only for the active config as per design Change-Id: Ie024271059024c4ddd73cacd710bb64266c0f0d7 Closes-Bug: #1560007 --- userdocs/fuel-user-guide/cli/cli_config_openstack.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/userdocs/fuel-user-guide/cli/cli_config_openstack.rst b/userdocs/fuel-user-guide/cli/cli_config_openstack.rst index 02a4454e9..d9d84701d 100644 --- a/userdocs/fuel-user-guide/cli/cli_config_openstack.rst +++ b/userdocs/fuel-user-guide/cli/cli_config_openstack.rst @@ -84,6 +84,7 @@ defined. fuel openstack-config --env --node 1,2,3 --execute The services will restart automatically. + #. Optionally, run these additional commands: #. List the configuration changes history: @@ -92,6 +93,9 @@ defined. fuel openstack-config --env --list + .. note:: The :option:`--list` parameter shows historical data only + for the active configuration. + #. Download the previously uploaded ``.yaml`` file with the configuration changes: @@ -101,7 +105,7 @@ defined. fuel openstack-config --env --list - #. Download the ``.yaml`` file: + #. Download the ``.yaml`` file: .. code-block:: console