commit | 3d8c7328e9c8fa45889ba2659fe0983023ec3431 | [log] [tgz] |
---|---|---|
author | Matthew Treinish <mtreinish@kortar.org> | Sun Aug 03 23:53:28 2014 -0400 |
committer | Matthew Treinish <mtreinish@kortar.org> | Tue Aug 12 10:56:44 2014 -0400 |
tree | 3d26314bc82459918434380224a7ba0dcee46773 | |
parent | e5dc7a34655ef02a7f45449d19240b88b5eb5419 [diff] |
Fix errors on import with service tags When skips were added to service tags the CONF check was being evaluated at import. This will cause an exception when there is no config file. This commit fixes the issue by moving the config eval inside the decorator wrapper so that it is only done at run time. Change-Id: I4127e2b837e103a8e0c24b324458bee97a2326ec