commit | 992162e0c0b826ad31b6f9a4c22a47de1ccbf957 | [log] [tgz] |
---|---|---|
author | Matt Riedemann <mriedem@us.ibm.com> | Mon Mar 24 09:11:06 2014 -0700 |
committer | Matt Riedemann <mriedem@us.ibm.com> | Mon Mar 31 12:03:01 2014 -0700 |
tree | 6398e5a5676b86767ac2f03385112c4291ff4e29 | |
parent | f0cf695a54ef17a178cccf18b5b226aefb162f32 [diff] |
Move pause_available class variable into skip decorators We shouldn't do a getattr on CONF in the class definition. It will cause import errors if there isn't a config file. Just use CONF.compute_feature_enabled.pause in the skip decorator. Change-Id: If24c45eba0ee466a00589806b27c736c0e8dba54