From: Evan Broder Date: Sun, 26 Oct 2008 01:08:00 +0000 (-0400) Subject: The name of the database and the database username changed as a result X-Git-Tag: 0.17.3^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/xvm-prodconfig.git/commitdiff_plain/3752565154f0d44968e35a4c0e4e05f0ab07c5c3?ds=sidebyside The name of the database and the database username changed as a result of invirt-database-server. Update xvm-prodconfig appropriately svn path=/trunk/packages/xvm-prodconfig/; revision=1298 --- diff --git a/debian/changelog b/debian/changelog index 18846db..fca1665 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xvm-prodconfig (0.17.3) unstable; urgency=low + + * New database name/auth info thanks to sipb-xen-database-server + changing to invirt-database-server + + -- Evan Broder Sat, 25 Oct 2008 21:05:41 -0400 + xvm-prodconfig (0.17.2) unstable; urgency=low * name the web admin ACL more descriptively as system:xvm-webacl diff --git a/files/etc/invirt/master.yaml b/files/etc/invirt/master.yaml index e734307..34b3593 100644 --- a/files/etc/invirt/master.yaml +++ b/files/etc/invirt/master.yaml @@ -16,12 +16,12 @@ apt: keyid: 35AE3C4F db: - uri: postgres://sipb-xen@xvm-2.mit.edu/sipb_xen + uri: postgres://invirt@xvm-2.mit.edu/invirt host: xvm-2.mit.edu ip: 18.181.0.80 port: 5432 - user: sipb-xen - dbname: sipb_xen + user: invirt + dbname: invirt remote: hostname: xvm-remote-dev.mit.edu