Use correct endpoint name
Puppet modules does not use naming from default catalog, hence we have to override default values of DEFAULT/nova_catalog*_info in cinder.conf Change-Id: Ib8f43cd2dc5b473fd7cc3b072ae69769c92c1fa8 Closes-Bug: rhbz#1306547
This commit is contained in:
		@@ -15,6 +15,8 @@ class { '::cinder::api':
 | 
			
		||||
  keystone_user           => 'cinder',
 | 
			
		||||
  auth_uri                => hiera('CONFIG_KEYSTONE_PUBLIC_URL'),
 | 
			
		||||
  identity_uri            => hiera('CONFIG_KEYSTONE_ADMIN_URL'),
 | 
			
		||||
  nova_catalog_info       => 'compute:nova:publicURL',
 | 
			
		||||
  nova_catalog_admin_info => 'compute:nova:adminURL'
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
# TO-DO: Remove this workaround as soon as module support is implemented (see rhbz#1300662)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user