Update mysql connection in doc
Change-Id: Ie780c7eb1a357a7925c7e11498e48365025d40dc
This commit is contained in:
parent
d526b18e1e
commit
338dc7057c
@ -8,7 +8,7 @@ class { '::neutron':
|
|||||||
|
|
||||||
class { '::neutron::server':
|
class { '::neutron::server':
|
||||||
auth_password => 'password',
|
auth_password => 'password',
|
||||||
database_connection => 'mysql://neutron:password@192.168.1.1/neutron',
|
database_connection => 'mysql+pymysql://neutron:password@192.168.1.1/neutron',
|
||||||
service_name => 'httpd',
|
service_name => 'httpd',
|
||||||
}
|
}
|
||||||
include ::apache
|
include ::apache
|
||||||
|
Loading…
Reference in New Issue
Block a user