From 338dc7057c0b3e76a7304233b333c811e10ca964 Mon Sep 17 00:00:00 2001 From: wangqi Date: Sun, 25 Feb 2018 15:49:36 +0000 Subject: [PATCH] Update mysql connection in doc Change-Id: Ie780c7eb1a357a7925c7e11498e48365025d40dc --- examples/neutron_wsgi.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/neutron_wsgi.pp b/examples/neutron_wsgi.pp index 1798aa722..f23565689 100644 --- a/examples/neutron_wsgi.pp +++ b/examples/neutron_wsgi.pp @@ -8,7 +8,7 @@ class { '::neutron': class { '::neutron::server': 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', } include ::apache