diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-01-13 20:53:03 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-01-13 20:53:03 +0000 |
commit | bdfdce52ad08d4ce70e7d4ca61b1c6d8409a8730 (patch) | |
tree | be74049b9824c4663635c6c1858691857f087a56 /puppet/cinder-storage.yaml | |
parent | c662d0f7cc2286b038e0a04f12507322fd2ba78f (diff) | |
parent | b8c2213f06d0c798d50285ca20fa0f6311985a64 (diff) |
Merge "Use pymysql database driver for OpenStack DBs"
Diffstat (limited to 'puppet/cinder-storage.yaml')
-rw-r--r-- | puppet/cinder-storage.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/cinder-storage.yaml b/puppet/cinder-storage.yaml index 82aa3a03..fd9365bd 100644 --- a/puppet/cinder-storage.yaml +++ b/puppet/cinder-storage.yaml @@ -243,7 +243,7 @@ resources: config: {get_resource: BlockStorageConfig} input_values: debug: {get_param: Debug} - cinder_dsn: {list_join: ['', ['mysql://cinder:', {get_param: CinderPassword}, '@', {get_param: MysqlVirtualIP} , '/cinder']]} + cinder_dsn: {list_join: ['', ['mysql+pymysql://cinder:', {get_param: CinderPassword}, '@', {get_param: MysqlVirtualIP} , '/cinder']]} snmpd_readonly_user_name: {get_param: SnmpdReadonlyUserName} snmpd_readonly_user_password: {get_param: SnmpdReadonlyUserPassword} cinder_lvm_loop_device_size: |