spec: fix default keystone type for ironic

This commit is contained in:
Sebastien Badia 2013-11-26 17:22:39 +01:00
parent ef20d2fb60
commit 02cf11fe19
2 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ describe 'ironic::keystone::auth' do
it { should contain_keystone_service('ironic').with(
:ensure => 'present',
:type => 'network',
:type => 'baremetal',
:description => 'Ironic Networking Service'
) }

View File