added postgresql support

This commit is contained in:
yolanda.robla@canonical.com
2014-03-20 11:18:23 +01:00
parent 70e61d50fd
commit 499930bcd8
14 changed files with 110 additions and 3 deletions

View File

@@ -174,3 +174,9 @@ class SharedDBContext(context.SharedDBContext):
ctxt['database_type'] = 'mysql'
return ctxt
class NovaPostgresqlDBContext(context.PostgresqlDBContext):
interfaces = ['pgsql-nova-db']
class NeutronPostgresqlDBContext(context.PostgresqlDBContext):
interfaces = ['pgsql-neutron-db']