diff --git a/nova/tests/canonical/all.pp b/nova/tests/canonical/all.pp index 37201a875..f85a60750 100644 --- a/nova/tests/canonical/all.pp +++ b/nova/tests/canonical/all.pp @@ -3,17 +3,6 @@ resources { 'nova_config': purge => true, } -stage { 'repo-setup': - before => Stage['main'], -} -class { 'apt': - disable_keys => true, - #always_apt_update => true, - stage => 'repo-setup', -} -class { 'nova::repo': - stage => 'repo-setup', -} class { 'mysql::server': root_password => 'password' }