[RN 7.0] Non-dynamic image issue

Adds Non-dynamic image known issue

Change-Id: Ic1471edb41d6c7f40ac141422b4ec6a252797745
Related-Bug:#1485997
This commit is contained in:
OlgaGusarenko
2015-09-15 16:22:27 +03:00
parent de3294cc89
commit 290baf9ff0

View File

@@ -0,0 +1,15 @@
* Currently, if you make changes in an already created environment that can
affect target images created by the image-based provisioning system
(for example, changes in repositories list) after your environment resets,
these changes may not be applied during a new deployment.
To solve the problem, manually remove a target image on Fuel Master node
after an environment resets and before you redeploy it:
.. code-block:: bash
ENV_ID=1 find /var/www/nailgun/targetimages/ -name "env_${ENV_ID}_*" -delete
where ``ENV_ID`` is the ID of an OpenStack environment.
See `1485997 <https://bugs.launchpad.net/fuel/+bug/1485997>`_.