Skip to content

Inconsistent postgres URI #11

@shtrom

Description

@shtrom

The openflow-gec15 uses postgres://SERVER/DB?user=USER&password=PASS
for the PostGreSQL URI.

However, it is more customary to use postgres://USER:PASS@SERVER:PORT/DB/PARAMS [0], which is also what the rest of the OML stack uses.

[0] http://www.postgresql.org/docs/current/static/libpq-connect.html#AEN38155

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions