Default mssql port is incorrect

Bug #1454779 reported by Paul Mathews
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mirantis OpenStack
Fix Released
Medium
Vlad Okhrimenko

Bug Description

It looks like our openstack-dashboard package is affected by this bug: https://bugs.launchpad.net/horizon/+bug/1250029

Trunk only contains the local_settings.py.example file, which has been fixed in our packages. The local_settings.py file however, appears to be packaged by us. I'm not sure where we are building these packages from, so I can't verify.

root@node-59:~# dpkg -S /usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py
openstack-dashboard: /usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py
root@node-59:~# grep -A5 ms_sql /usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py
    'ms_sql': {
        'name': 'MS SQL',
        'ip_protocol': 'tcp',
        'from_port': '1443',
        'to_port': '1443',
    },
root@node-59:~# grep -A5 ms_sql /usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py.example
    'ms_sql': {
        'name': 'MS SQL',
        'ip_protocol': 'tcp',
        'from_port': '1433',
        'to_port': '1433',
    },
root@node-59:~# dpkg -l openstack-dashboard
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Description
+++-===================================-===================================-======================================================================================
ii openstack-dashboard 1:2014.2-fuel6.0~mira13 django web interface to Openstack
root@node-59:~#

Tags: horizon
Changed in fuel:
importance: Undecided → Medium
assignee: nobody → Fuel Library Team (fuel-library)
assignee: Fuel Library Team (fuel-library) → MOS Horizon (mos-horizon)
Timur Sufiev (tsufiev-x)
affects: fuel → mos
Changed in mos:
assignee: MOS Horizon (mos-horizon) → Vlad Okhrimenko (vokhrimenko)
milestone: none → 7.0
Changed in mos:
status: New → Confirmed
Timur Sufiev (tsufiev-x)
tags: added: horizon
Revision history for this message
Vlad Okhrimenko (vokhrimenko) wrote :

upstream bug https://bugs.launchpad.net/horizon/+bug/1250029
commit (038b5b80208a8b1837e5a2e0efd16676a842c59a) is in openstack-ci/fuel-7.0/2015.1.0 - branch

Changed in mos:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.