diff --git a/packstack/puppet/templates/keystone_nova.pp b/packstack/puppet/templates/keystone_nova.pp index 498678776..6130f1a52 100644 --- a/packstack/puppet/templates/keystone_nova.pp +++ b/packstack/puppet/templates/keystone_nova.pp @@ -5,5 +5,4 @@ class { 'nova::keystone::auth': public_address => hiera('CONFIG_CONTROLLER_HOST'), admin_address => hiera('CONFIG_CONTROLLER_HOST'), internal_address => hiera('CONFIG_CONTROLLER_HOST'), - cinder => true, }