From ad74d5116f2ef9473466270845f840f6a8f1a1a0 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Wed, 17 Dec 2014 18:07:16 +0000 Subject: Configure neutron to use postgres instead of sqlite Sqlite does not support some ALTER TABLE required on neutron-db-manage upgrade. Therefore sqlite is not a valid database to use for neutron. NOTE: juno requires to "upgrade" the database from icehouse because "stamp" the database directly to juno does not create all the tables required for using ml2 plugin --- clusters/openstack-cluster.morph | 2 ++ 1 file changed, 2 insertions(+) (limited to 'clusters') diff --git a/clusters/openstack-cluster.morph b/clusters/openstack-cluster.morph index 14945da6..a3c95a0a 100644 --- a/clusters/openstack-cluster.morph +++ b/clusters/openstack-cluster.morph @@ -49,6 +49,8 @@ systems: CINDER_ADMIN_URL_V2: \"http:\/\/localhost:8776\/v2\/\%\(tenant_id\)s\" NEUTRON_SERVICE_USER: neutron NEUTRON_SERVICE_PASSWORD: veryinsecure + NEUTRON_DB_USER: neutronDB + NEUTRON_DB_PASSWORD: veryinsecure NEUTRON_PUBLIC_URL: \"http:\/\/localhost:9696\/v2\/\%\(tenant_id\)s\" NEUTRON_INTERNAL_URL: \"http:\/\/localhost:9696\/v2\/\%\(tenant_id\)s\" NEUTRON_ADMIN_URL: \"http:\/\/localhost:9696\/v2\/\%\(tenant_id\)s\" -- cgit v1.2.1