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
This commit is contained in:
nanhai.liao 2015-12-10 11:00:15 +08:00
parent 921a4e551e
commit 4544693d95
1 changed files with 2 additions and 2 deletions

View File

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