diff --git a/packstack/puppet/modules/packstack/manifests/cinder.pp b/packstack/puppet/modules/packstack/manifests/cinder.pp
index c7217b769..0445b477c 100644
--- a/packstack/puppet/modules/packstack/manifests/cinder.pp
+++ b/packstack/puppet/modules/packstack/manifests/cinder.pp
@@ -33,8 +33,6 @@ class packstack::cinder ()
 
     class { '::cinder::api':
       bind_host               => $bind_host,
-      nova_catalog_info       => 'compute:nova:publicURL',
-      nova_catalog_admin_info => 'compute:nova:adminURL',
       service_workers         => hiera('CONFIG_SERVICE_WORKERS'),
       default_volume_type     => $default_volume_type,
     }