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
This commit is contained in:
Evgeny Konstantinov 2016-09-13 14:11:08 +03:00
parent e4b48efedb
commit 57f868ca45
1 changed files with 5 additions and 1 deletions

View File

@ -84,6 +84,7 @@ defined.
fuel openstack-config --env <env_id> --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 <env_id> --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 <env_id> --list
#. Download the ``.yaml`` file:
#. Download the ``.yaml`` file:
.. code-block:: console