Merge "[Keystone] Fix deprecation of cinder parameter in Nova::Keystone::Auth" into juno

This commit is contained in:
Jenkins
2015-01-30 07:55:12 +00:00
committed by Gerrit Code Review

View File

@@ -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,
}