lint: enabled whitespace fixes
Adds two checks that were used in order repos (liketq)but not on this one. Change-Id: I4ccaf3dc78777b4b661fa17382f2feef8eb0d03e
This commit is contained in:
parent
6ac4c57c12
commit
fce23f7646
@ -1,13 +1,15 @@
|
|||||||
---
|
---
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v2.3.0
|
rev: v2.4.0
|
||||||
hooks:
|
hooks:
|
||||||
|
- id: end-of-file-fixer
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
- id: mixed-line-ending
|
- id: mixed-line-ending
|
||||||
- id: check-byte-order-marker
|
- id: check-byte-order-marker
|
||||||
- id: check-executables-have-shebangs
|
- id: check-executables-have-shebangs
|
||||||
- id: check-merge-conflict
|
- id: check-merge-conflict
|
||||||
|
- id: check-symlinks
|
||||||
- id: debug-statements
|
- id: debug-statements
|
||||||
- id: flake8
|
- id: flake8
|
||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
|
1
LICENSE
1
LICENSE
@ -199,4 +199,3 @@
|
|||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
|
|
||||||
|
@ -37,4 +37,3 @@ mtu_interface:
|
|||||||
|
|
||||||
undercloud_local_mtu: "{{ mtu }}"
|
undercloud_local_mtu: "{{ mtu }}"
|
||||||
overcloud_neutron_global_physnet_mtu: "{{ mtu }}"
|
overcloud_neutron_global_physnet_mtu: "{{ mtu }}"
|
||||||
|
|
||||||
|
@ -47,4 +47,3 @@ Author Information
|
|||||||
------------------
|
------------------
|
||||||
|
|
||||||
RDO-CI Team
|
RDO-CI Team
|
||||||
|
|
||||||
|
@ -124,4 +124,3 @@ echo "to run the reproducer. Here is the public key you must upload:"
|
|||||||
sudo cat /home/$REPRO_USER/.ssh/id_rsa.pub
|
sudo cat /home/$REPRO_USER/.ssh/id_rsa.pub
|
||||||
echo "Switching to $REPRO_USER"
|
echo "Switching to $REPRO_USER"
|
||||||
sudo su - $REPRO_USER
|
sudo su - $REPRO_USER
|
||||||
|
|
||||||
|
@ -106,4 +106,3 @@ iptables-restore < freeipa-iptables-rules.txt
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
### ---stop_docs
|
### ---stop_docs
|
||||||
|
|
||||||
|
@ -82,4 +82,3 @@ Author Information
|
|||||||
------------------
|
------------------
|
||||||
|
|
||||||
RDO-CI Team
|
RDO-CI Team
|
||||||
|
|
||||||
|
@ -6,4 +6,3 @@ clouds:
|
|||||||
project_name: {{ os_tenant_name }}
|
project_name: {{ os_tenant_name }}
|
||||||
auth_url: {{ os_auth_url }}
|
auth_url: {{ os_auth_url }}
|
||||||
region_name: {{ os_region_name }}
|
region_name: {{ os_region_name }}
|
||||||
|
|
||||||
|
@ -40,4 +40,3 @@ After committing your changes, resubmit the review:
|
|||||||
|
|
||||||
[gerrit]: https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
[gerrit]: https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||||
[git-review]: https://docs.openstack.org/infra/manual/developers.html#installing-git-review
|
[git-review]: https://docs.openstack.org/infra/manual/developers.html#installing-git-review
|
||||||
|
|
||||||
|
@ -5,4 +5,3 @@ parameter_defaults:
|
|||||||
- {{ node }}
|
- {{ node }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
@ -2,5 +2,3 @@
|
|||||||
|
|
||||||
parameter_defaults:
|
parameter_defaults:
|
||||||
CinderLVMLoopDeviceSize: {{ overcloud_cinder_lvm_loop_device_size }}
|
CinderLVMLoopDeviceSize: {{ overcloud_cinder_lvm_loop_device_size }}
|
||||||
|
|
||||||
|
|
||||||
|
@ -24,4 +24,3 @@ sudo grep -rl 'type: ovs_bond' $CUSTOM_TEMPLATES_DIR/ | xargs sudo sed -i 's/typ
|
|||||||
sudo grep -rl 'ovs_options' $CUSTOM_TEMPLATES_DIR/ | xargs sudo sed -i 's/ovs_options/bonding_options/g'
|
sudo grep -rl 'ovs_options' $CUSTOM_TEMPLATES_DIR/ | xargs sudo sed -i 's/ovs_options/bonding_options/g'
|
||||||
|
|
||||||
### --stop_docs
|
### --stop_docs
|
||||||
|
|
||||||
|
@ -43,4 +43,3 @@ Author Information
|
|||||||
------------------
|
------------------
|
||||||
|
|
||||||
RDO-CI Team
|
RDO-CI Team
|
||||||
|
|
||||||
|
@ -60,4 +60,3 @@ Author Information
|
|||||||
------------------
|
------------------
|
||||||
|
|
||||||
RDO-CI Team
|
RDO-CI Team
|
||||||
|
|
||||||
|
@ -89,4 +89,3 @@ Author Information
|
|||||||
------------------
|
------------------
|
||||||
|
|
||||||
RDO-CI Team
|
RDO-CI Team
|
||||||
|
|
||||||
|
@ -37,4 +37,3 @@ ANSIBLE_INVENTORY_BIN=$(which tripleo-ansible-inventory)
|
|||||||
# TODO(gchamoul) add negative tests for post-deployment validations
|
# TODO(gchamoul) add negative tests for post-deployment validations
|
||||||
|
|
||||||
## --stop_docs
|
## --stop_docs
|
||||||
|
|
||||||
|
@ -37,4 +37,3 @@ ANSIBLE_INVENTORY_BIN=$(which tripleo-ansible-inventory)
|
|||||||
# TODO(gchamoul) add negative tests for pre-deployment validations
|
# TODO(gchamoul) add negative tests for pre-deployment validations
|
||||||
|
|
||||||
## --stop_docs
|
## --stop_docs
|
||||||
|
|
||||||
|
@ -184,4 +184,3 @@ run_undercloud_cpu
|
|||||||
run_undercloud_disk_space
|
run_undercloud_disk_space
|
||||||
|
|
||||||
## --stop_docs
|
## --stop_docs
|
||||||
|
|
||||||
|
@ -64,4 +64,3 @@ for validation_name in $LIST_VALIDATIONS; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
## --stop_docs
|
## --stop_docs
|
||||||
|
|
||||||
|
@ -71,4 +71,3 @@ Author Information
|
|||||||
------------------
|
------------------
|
||||||
|
|
||||||
RDO-CI Team
|
RDO-CI Team
|
||||||
|
|
||||||
|
@ -46,5 +46,3 @@ Author Information
|
|||||||
------------------
|
------------------
|
||||||
|
|
||||||
TripleO CI Team
|
TripleO CI Team
|
||||||
|
|
||||||
|
|
||||||
|
@ -199,4 +199,3 @@ Tests
|
|||||||
-----
|
-----
|
||||||
|
|
||||||
[user@localhost tempestmail]$ python -m unittest discover -v
|
[user@localhost tempestmail]$ python -m unittest discover -v
|
||||||
|
|
||||||
|
@ -51,4 +51,3 @@
|
|||||||
<p>We also have a <a href="http://cistatus.tripleo.org/">website with status of our current jobs</a> if you are interested.</p>
|
<p>We also have a <a href="http://cistatus.tripleo.org/">website with status of our current jobs</a> if you are interested.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
2017-01-18 08:51:03.877973 | {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object [0.263364s] ... FAILED
|
2017-01-18 08:51:03.877973 | {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object [0.263364s] ... FAILED
|
||||||
2017-01-18 08:51:46.676254 | {1} tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_deployment_metadata [0.899338s] ... FAILED
|
2017-01-18 08:51:46.676254 | {1} tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_deployment_metadata [0.899338s] ... FAILED
|
||||||
|
|
||||||
|
@ -48,4 +48,3 @@
|
|||||||
<tr><th colspan="5"><hr></th></tr>
|
<tr><th colspan="5"><hr></th></tr>
|
||||||
</table>
|
</table>
|
||||||
</body></html>
|
</body></html>
|
||||||
|
|
||||||
|
@ -35,4 +35,3 @@
|
|||||||
<p>
|
<p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
@ -48,4 +48,3 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user