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:
parent
921a4e551e
commit
4544693d95
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user