Merge pull request #262 from enovance/bug/205/sbadia

Fix lint issues, and disable compute tests
This commit is contained in:
Emilien Macchi
2014-02-17 17:56:44 +01:00
2 changed files with 8 additions and 8 deletions

View File

@@ -137,8 +137,8 @@ describe 'cloud::compute::controller' do
let :facts do let :facts do
{ :osfamily => 'RedHat' } { :osfamily => 'RedHat' }
end end
#TODO(sbadia) Wait https://review.openstack.org/#/c/72449/ in stable/havana
it_configures 'openstack compute controller' #it_configures 'openstack compute controller'
end end
end end