Remove windows-style line breaks

Pep8 tests failed. We miss the windows style
in this file.
Change-Id: I878df9e275a8edf2f40c9ca8a53e91c69e0289fd
This commit is contained in:
Cedric Savignan
2017年04月27日 16:37:33 +02:00
parent 598d5ce192
commit cafb6dc71d

View File

@@ -1,10 +1,10 @@
# The slug of the panel to be added to HORIZON_CONFIG. Required.
PANEL = 'BGPVPN Interconnections'
# The slug of the dashboard the PANEL associated with. Required.
PANEL_DASHBOARD = 'project'
# The slug of the panel group the PANEL is associated with.
PANEL_GROUP = 'network'
# Python panel class of the PANEL to be added.
ADD_PANEL = ('bgpvpn_dashboard.'
'dashboards.project.bgpvpn.panel.BGPVPNInterconnections')
# The slug of the panel to be added to HORIZON_CONFIG. Required.
PANEL = 'BGPVPN Interconnections'
# The slug of the dashboard the PANEL associated with. Required.
PANEL_DASHBOARD = 'project'
# The slug of the panel group the PANEL is associated with.
PANEL_GROUP = 'network'
# Python panel class of the PANEL to be added.
ADD_PANEL = ('bgpvpn_dashboard.'
'dashboards.project.bgpvpn.panel.BGPVPNInterconnections')
Reference in New Issue
openstack/networking-bgpvpn
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.