Move suspend_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.suspend in the skip decorator.

Change-Id: Ic3dc344affe6fd7d2fa102b5af53e36e79098263
2 files changed