diff options
author | George Paraskevopoulos <geopar@intracom-telecom.com> | 2017-03-20 10:33:32 +0200 |
---|---|---|
committer | Manuel Buil <mbuil@suse.com> | 2017-03-20 11:23:47 +0000 |
commit | 9727edd0a8d5297c0d7ac54af52e6572e8a9b2f2 (patch) | |
tree | 372993686e2e8a606e4cac489827d91b96977b74 /NAME | |
parent | 247498e3ea26d4de127de9f1c296fd80408b8a55 (diff) |
Disable resource_finder_cache in controllers
Heat caching somehow messes our tests so we disable it before the tests
start.
For instance, if we do:
1. create example-net with NET_ID1
2. create VNFD1 with example-net
3. delete VNFD1
4. delete NET_ID1
5. create example-net with NET_ID2
6. create VNFD2 with example-net
heat has NET_ID1 cached as the id of example-net and tries to use that
instead of NET_ID2 to create VNFD2. This off course leads to a crash
since NET_ID1 does not exist anymore.
In the future we should investigate further why heat cache does not play
well for us (probably bc of tacker).
Change-Id: Iac07d78641e2d1ff0c2d67e46752d551833f19fd
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
(cherry picked from commit d0fec46322915ef8b49e1f7ab9c485ea2cdd399a)
Diffstat (limited to 'NAME')
0 files changed, 0 insertions, 0 deletions