Fix incorrect class params

Change-Id: Ie53d822926a3d1358ac77ce294d077807ddd089d
This commit is contained in:
Pradeep Kilambi
2016-02-17 17:49:05 -05:00
parent 8052b93a2b
commit b8f4147c6b

View File

@@ -1,11 +1,11 @@
# This is an example of site.pp to deploy Gnocchi
class { '::gnocchi::keystone::auth':
admin_address => '10.0.0.1',
internal_address => '10.0.0.1',
public_address => '10.0.0.1',
password => 'verysecrete',
region => 'OpenStack'
admin_url => 'http://10.0.0.1:8041',
internal_url => 'http://10.0.0.1:8041',
public_url => 'http://10.0.0.1:8041',
password => 'verysecrete',
region => 'OpenStack'
}
class { '::gnocchi':