commit | 6c6682016811f1dabde8715f7c06ed09fb846c4a | [log] [tgz] |
---|---|---|
author | Matt Riedemann <mriedem@us.ibm.com> | Mon Mar 24 09:17:10 2014 -0700 |
committer | Gerrit Code Review <review@openstack.org> | Tue Apr 01 15:04:01 2014 +0000 |
tree | a72b7f199a26224606cbc8c7b7fcc6f1bd1a142c | |
parent | 1035acf82e4e369e7ba786424466d427c6a64785 [diff] |
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