Using postgres database with devstack
How do I run devstack with postgres as the db
First time here? Check out the FAQ!
How do I run devstack with postgres as the db
Hi, To enable DevStack to run with PostGres, add the following lines to your localrc file.
disable_service mysql
enable_service postgresql
You can read more about customizing your DevStack script installation here: Customize DevStack
Asked: 2013-09-18 02:08:34 -0500
Seen: 865 times
Last updated: Sep 18 '13