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
3 files changed