Merge "Removes un-needed cinder parameter"

This commit is contained in:
Jenkins
2013-08-13 19:49:22 +00:00
committed by Gerrit Code Review
2 changed files with 1 additions and 4 deletions

View File

@@ -239,8 +239,6 @@ class openstack::keystone (
admin_address => $nova_admin_real, admin_address => $nova_admin_real,
internal_address => $nova_internal_real, internal_address => $nova_internal_real,
region => $region, region => $region,
# indicates that we should not create endpoints for nova-volumes
cinder => true,
} }
} }

View File

@@ -54,8 +54,7 @@ describe 'openstack::keystone' do
:public_address => params[:public_address], :public_address => params[:public_address],
:admin_address => params[:public_address], :admin_address => params[:public_address],
:internal_address => params[:public_address], :internal_address => params[:public_address],
:region => 'RegionOne', :region => 'RegionOne'
:cinder => true
) )
end end
end end