Update code and build configuration 07/19207/1
authorAreli Fuss <af732p@att.com>
Tue, 17 Oct 2017 08:20:18 +0000 (11:20 +0300)
committerAreli Fuss <af732p@att.com>
Tue, 17 Oct 2017 08:22:57 +0000 (11:22 +0300)
Update code and add configuration for
JJB build

Change-Id: Ia335840efe34314dc157494a583ed40dbdb978d5
Issue-Id: VVP-25
Signed-off-by: Areli Fuss <af732p@att.com>
.maven-dockerignore [new file with mode: 0644]
LICENSE.TXT [changed mode: 0755->0644]
RELEASE [changed mode: 0755->0644]
pom.xml [changed mode: 0755->0644]
tox.ini [changed mode: 0755->0644]

diff --git a/.maven-dockerignore b/.maven-dockerignore
new file mode 100644 (file)
index 0000000..52d95d7
--- /dev/null
@@ -0,0 +1,2 @@
+target/docker/
+
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/RELEASE b/RELEASE
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/pom.xml b/pom.xml
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/tox.ini b/tox.ini
old mode 100755 (executable)
new mode 100644 (file)
index 4e87efb..9447e78
--- a/tox.ini
+++ b/tox.ini
@@ -17,3 +17,8 @@ basepython=python2.7
 
 [testenv:py3]
 basepython=python3.6
+
+[flake8]
+show-source = True
+exclude=venv-tox,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
+