Merge lp:~ltrager/maas/lp1613862 into lp:maas/trunk
Proposed by
Lee Trager
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Lee Trager | ||||
Approved revision: | 5539 | ||||
Merged at revision: | 5556 | ||||
Proposed branch: | lp:~ltrager/maas/lp1613862 | ||||
Merge into: | lp:maas/trunk | ||||
Diff against target: |
124 lines (+28/-10) 4 files modified
src/maas/settings.py (+1/-1) src/maasserver/config.py (+5/-1) src/maasserver/management/commands/tests/test_config.py (+17/-7) src/maasserver/tests/test_config.py (+5/-1) |
||||
To merge this branch: | bzr merge lp:~ltrager/maas/lp1613862 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Gavin Panella (community) | Approve | ||
Review via email:
|
Commit message
Allow configuration of the port number to connect to Postgres.
Description of the change
This allows a user to set the port that MAAS uses to connect to Postgres with. https:/
To post a comment you must log in.
Looks good.