I have installed OPENERP into the cloud in EC2, which it was a success. Now I am trying to have my DB in RDS (AMAZON), which it accepts postgres as DB. I have tried modify the config file,
[options]
; This is the password that allows database operations:
; admin_passwd = admin
db_host = 'postgresql.c8be59frvnrc.us-east-1.rds.amazonaws.com'
db_port = 5432
db_user = openerp
db_password = openerp
db_name = openerp
logfile = /var/log/openerp/openerp-server.log
but when i load the openerp-server, it stills shows "database hostname: localhost" and it doesn't even try to connect to the RDS.