puppet-openstack-integration switching to postgresql
Hi
I've cloned via git puppet-openstack-integration... I've found that MySQL would be choosed by installing OpenStack using Puppet. So to use and switch to my favorated database I have to rewrite all files a little bit and define a postgresql.pp instead mysql. I gues that would be not very much work and sounds easy. The only thing what I don't know is to describe postgresql instead mysql
as an example...
database_connection => 'mysql+pymysql://nova:nova@127.0.0.1/nova?charset=utf8',
what I've to write instead mysql+pymysql for postgresql?