summaryrefslogtreecommitdiff
path: root/oslo_vmware/wsdl/6.0/pbmService.wsdl
diff options
context:
space:
mode:
authorHervé Beraud <hberaud@redhat.com>2020-07-21 13:38:57 +0200
committerHervé Beraud <hberaud@redhat.com>2020-09-08 12:28:20 +0200
commitcef0e7cc4cd0388da3be23695f08775bb95543eb (patch)
tree124f1588f08e862000e61dc22f5f15657e5af24b /oslo_vmware/wsdl/6.0/pbmService.wsdl
parent32c8d43a20cb6a29f03324fbc2e6cad3bfb5a294 (diff)
downloadoslo-vmware-cef0e7cc4cd0388da3be23695f08775bb95543eb.tar.gz
Adding pre-commit
Introduced changes: - pre-commit config and rules - Add pre-commit to pep8 gate, Flake8 is covered in the pre-commit hooks. - Applying fixes for pre-commit compliance in all code. Also commit hash will be used instead of version tags in pre-commit to prevend arbitrary code from running in developer's machines. pre-commit will be used to: - trailing whitespace; - Replaces or checks mixed line ending (mixed-line-ending); - Forbid files which have a UTF-8 byte-order marker (check-byte-order-marker); - Checks that non-binary executables have a proper shebang (check-executables-have-shebangs); - Check for files that contain merge conflict strings (check-merge-conflict); - Check for debugger imports and py37+ breakpoint() calls in python source (debug-statements); - Attempts to load all yaml files to verify syntax (check-yaml); - Run flake8 checks (flake8) (local) For further details about tests please refer to: https://github.com/pre-commit/pre-commit-hooks Change-Id: I593196cf0d099fe1dcc3a6298fd6cc6b7a883ea2 Signed-off-by: Moisés Guimarães de Medeiros <moguimar@redhat.com>
Diffstat (limited to 'oslo_vmware/wsdl/6.0/pbmService.wsdl')
-rw-r--r--oslo_vmware/wsdl/6.0/pbmService.wsdl32
1 files changed, 16 insertions, 16 deletions
diff --git a/oslo_vmware/wsdl/6.0/pbmService.wsdl b/oslo_vmware/wsdl/6.0/pbmService.wsdl
index 103212a..c018367 100644
--- a/oslo_vmware/wsdl/6.0/pbmService.wsdl
+++ b/oslo_vmware/wsdl/6.0/pbmService.wsdl
@@ -1,16 +1,16 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!--
- Copyright 2005-2014 VMware, Inc. All rights reserved.
--->
-<definitions targetNamespace="urn:pbmService"
- xmlns="http://schemas.xmlsoap.org/wsdl/"
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- xmlns:interface="urn:pbm"
->
- <import location="pbm.wsdl" namespace="urn:pbm" />
- <service name="PbmService">
- <port binding="interface:PbmBinding" name="PbmPort">
- <soap:address location="https://localhost/sdk/pbmService" />
- </port>
- </service>
-</definitions>
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+ Copyright 2005-2014 VMware, Inc. All rights reserved.
+-->
+<definitions targetNamespace="urn:pbmService"
+ xmlns="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
+ xmlns:interface="urn:pbm"
+>
+ <import location="pbm.wsdl" namespace="urn:pbm" />
+ <service name="PbmService">
+ <port binding="interface:PbmBinding" name="PbmPort">
+ <soap:address location="https://localhost/sdk/pbmService" />
+ </port>
+ </service>
+</definitions>