From 4544693d9516c1e3b5f43b0bafcdca0150952b8d Mon Sep 17 00:00:00 2001 From: "nanhai.liao" Date: Thu, 10 Dec 2015 11:00:15 +0800 Subject: [PATCH] Invalid parameter keystone_password and connection neutron/examples/neutron.pp Fixed the examples/neutron.pp bug,change class neutron::server the parameter keystone_password to auth_password, connection to database_connection Closes-bug: #1524579 Change-Id: I53af13e637c18e2ca5e4952bb5987106431009cd --- examples/neutron.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/neutron.pp b/examples/neutron.pp index f9648c051..7e5afc7c2 100644 --- a/examples/neutron.pp +++ b/examples/neutron.pp @@ -13,8 +13,8 @@ class { '::neutron': # The API server talks to keystone for authorisation class { '::neutron::server': - keystone_password => 'password', - connection => 'mysql://neutron:password@192.168.1.1/neutron', + auth_password => 'password', + database_connection => 'mysql://neutron:password@192.168.1.1/neutron', } # Configure nova notifications system