acceptance: cleanup useless orchestration

This orchestration should not exist in beaker manifests.
This patch cleans it.

Change-Id: I7c0f6fd9f2eac8a74d07f51d5e8a759bc5ba5212
This commit is contained in:
Emilien Macchi 2015-11-28 17:00:56 +01:00
parent 98eba7d87a
commit 415b0f2d6f

View File

@ -58,8 +58,6 @@ describe 'basic murano' do
class { '::murano::keystone::auth':
password => 'a_big_secret',
}
Class['::keystone'] -> Class['::murano::db::mysql']
}
}
EOS