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

Change-Id: I948ac411d4af9844f2c69fb91f7c0fdc3aaf7fe4
4 files changed