diff --git a/manifests/keystone.pp b/manifests/keystone.pp index b3f6dbe..eaa0e61 100644 --- a/manifests/keystone.pp +++ b/manifests/keystone.pp @@ -239,8 +239,6 @@ class openstack::keystone ( admin_address => $nova_admin_real, internal_address => $nova_internal_real, region => $region, - # indicates that we should not create endpoints for nova-volumes - cinder => true, } } diff --git a/spec/classes/openstack_keystone_spec.rb b/spec/classes/openstack_keystone_spec.rb index 53965ec..ff7b474 100644 --- a/spec/classes/openstack_keystone_spec.rb +++ b/spec/classes/openstack_keystone_spec.rb @@ -54,8 +54,7 @@ describe 'openstack::keystone' do :public_address => params[:public_address], :admin_address => params[:public_address], :internal_address => params[:public_address], - :region => 'RegionOne', - :cinder => true + :region => 'RegionOne' ) end end