diff --git a/openstack_dashboard/enabled/_1000_project.py b/openstack_dashboard/enabled/_1000_project.py index 4b66091bb0..91116a9c4a 100644 --- a/openstack_dashboard/enabled/_1000_project.py +++ b/openstack_dashboard/enabled/_1000_project.py @@ -1,17 +1,3 @@ -# Copyright 2015, Hewlett-Packard Development Company, L.P. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - # The slug of the dashboard to be added to HORIZON['dashboards']. Required. DASHBOARD = 'project' # If set to True, this dashboard will be set as the default dashboard. diff --git a/openstack_dashboard/enabled/_1020_project_overview_panel.py b/openstack_dashboard/enabled/_1020_project_overview_panel.py index 5ee55ac0fc..dd903f1ec4 100644 --- a/openstack_dashboard/enabled/_1020_project_overview_panel.py +++ b/openstack_dashboard/enabled/_1020_project_overview_panel.py @@ -1,15 +1,3 @@ -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - # The slug of the panel to be added to HORIZON_CONFIG. Required. PANEL = 'overview' # The slug of the dashboard the PANEL associated with. Required. diff --git a/openstack_dashboard/enabled/_1050_project_images_panel.py b/openstack_dashboard/enabled/_1050_project_images_panel.py index 88e1a825d6..503357788b 100644 --- a/openstack_dashboard/enabled/_1050_project_images_panel.py +++ b/openstack_dashboard/enabled/_1050_project_images_panel.py @@ -1,17 +1,3 @@ -# (c) Copyright 2016 Hewlett Packard Enterprise Development Company LP -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - # The slug of the panel to be added to HORIZON_CONFIG. Required. PANEL = 'images' # The slug of the dashboard the PANEL associated with. Required. diff --git a/openstack_dashboard/enabled/_1500_project_trunks_panel.py b/openstack_dashboard/enabled/_1500_project_trunks_panel.py index e357a0edce..3445ee6e88 100644 --- a/openstack_dashboard/enabled/_1500_project_trunks_panel.py +++ b/openstack_dashboard/enabled/_1500_project_trunks_panel.py @@ -1,17 +1,3 @@ -# Copyright 2017 Ericsson -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - # The slug of the panel to be added to HORIZON_CONFIG. Required. PANEL = 'trunks' # The slug of the dashboard the PANEL associated with. Required. diff --git a/openstack_dashboard/enabled/_1510_project_network_qos_panel.py b/openstack_dashboard/enabled/_1510_project_network_qos_panel.py index dbde089018..3a37588d6c 100644 --- a/openstack_dashboard/enabled/_1510_project_network_qos_panel.py +++ b/openstack_dashboard/enabled/_1510_project_network_qos_panel.py @@ -1,15 +1,3 @@ -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - # The slug of the panel to be added to HORIZON_CONFIG. Required. PANEL = 'network_qos' # The slug of the dashboard the PANEL associated with. Required. diff --git a/openstack_dashboard/enabled/_1920_project_containers_panel.py b/openstack_dashboard/enabled/_1920_project_containers_panel.py index 9bbfee66bc..5b760450ae 100644 --- a/openstack_dashboard/enabled/_1920_project_containers_panel.py +++ b/openstack_dashboard/enabled/_1920_project_containers_panel.py @@ -1,17 +1,3 @@ -# Copyright 2016, Rackspace, US, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - # The slug of the panel to be added to HORIZON_CONFIG. Required. PANEL = 'containers' # The slug of the dashboard the PANEL associated with. Required. diff --git a/openstack_dashboard/enabled/_2000_admin.py b/openstack_dashboard/enabled/_2000_admin.py index 50972cd547..5fefcf5ad7 100644 --- a/openstack_dashboard/enabled/_2000_admin.py +++ b/openstack_dashboard/enabled/_2000_admin.py @@ -1,17 +1,3 @@ -# Copyright 2015, Rackspace, US, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - # The slug of the dashboard to be added to HORIZON['dashboards']. Required. DASHBOARD = 'admin' diff --git a/openstack_dashboard/enabled/_2010_admin_overview_panel.py b/openstack_dashboard/enabled/_2010_admin_overview_panel.py index 9f3c37512c..a560498c5a 100644 --- a/openstack_dashboard/enabled/_2010_admin_overview_panel.py +++ b/openstack_dashboard/enabled/_2010_admin_overview_panel.py @@ -1,15 +1,3 @@ -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - # The slug of the panel to be added to HORIZON_CONFIG. Required. PANEL = 'overview' # The slug of the dashboard the PANEL associated with. Required. diff --git a/openstack_dashboard/enabled/_2150__admin_flavors_panel.py b/openstack_dashboard/enabled/_2150__admin_flavors_panel.py index 21d53d95b0..7e40c07507 100644 --- a/openstack_dashboard/enabled/_2150__admin_flavors_panel.py +++ b/openstack_dashboard/enabled/_2150__admin_flavors_panel.py @@ -1,18 +1,3 @@ -# (c) Copyright 2016 Hewlett Packard Enterprise Development LP -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or -# implied. -# See the License for the specific language governing permissions and -# limitations under the License. - # The slug of the panel to be added to HORIZON_CONFIG. Required. PANEL = 'flavors' # The slug of the dashboard the PANEL associated with. Required. diff --git a/openstack_dashboard/enabled/_3000_identity.py b/openstack_dashboard/enabled/_3000_identity.py index 0eae8cca2a..cbb455a64a 100644 --- a/openstack_dashboard/enabled/_3000_identity.py +++ b/openstack_dashboard/enabled/_3000_identity.py @@ -1,15 +1,3 @@ -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - # The slug of the dashboard to be added to HORIZON['dashboards']. Required. DASHBOARD = 'identity' # If set to True, this dashboard will be set as the default dashboard. diff --git a/openstack_dashboard/enabled/_3020_identity_projects_panel.py b/openstack_dashboard/enabled/_3020_identity_projects_panel.py index 9327bb527b..37852a1d87 100644 --- a/openstack_dashboard/enabled/_3020_identity_projects_panel.py +++ b/openstack_dashboard/enabled/_3020_identity_projects_panel.py @@ -1,15 +1,3 @@ -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - # The slug of the panel to be added to HORIZON_CONFIG. Required. PANEL = 'projects' # The slug of the dashboard the PANEL associated with. Required. diff --git a/tox.ini b/tox.ini index a7c53bfe18..1335a4d406 100644 --- a/tox.ini +++ b/tox.ini @@ -136,7 +136,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html [flake8] -exclude = .venv,.git,.tox,dist,*lib/python*,*egg,build,panel_template,dash_template,local_settings.py,*/local/*,*/test/test_plugins/*,.ropeproject,node_modules +exclude = .venv,.git,.tox,dist,*lib/python*,*egg,build,panel_template,dash_template,local_settings.py,*/local/*,*/test/test_plugins/*,.ropeproject,node_modules,openstack_dashboard/enabled/* ignore = # Enable the following hacking rules which are disabled by default # H203 Use assertIs(Not)None to check for None